Skip to content

Conversation

enimiste
Copy link

Proposal to make it easy to run this application on new machines without installing java 1.8 globally:

As Java 1.8 is old and no more supported, running this up on new new Java versions doesn't work.

To fix the issue the user is forced to install (zip) Java 8 which override the existing new Java. With this new ENV var, we can install Java 1.8 in a dedicated folder without polluting our JAVA_HOME or our PATH.
Then add a new environment variable JAVA_HOME_V8 that point to the Java 1.8 home.

As Java 1.8 is old and no more supported, running this up on new new Java versions doesn't work. To fix the issue the user is forced to install Java 8 which override the existing new Java. With this new ENV var, we can install Java 1.8 in a dedicated folder without polluting our JAVA_HOME or our PATH. Then, add a new environment variable JAVA_HOME_V8 that point to the Java 1.8 home.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant