eclipse commandlet ignores EXTRA_JAVA_VERSION #986
Labels
blocker
severe bug that blocks users in their daily work and has to be fixed asap
bug
Something isn't working
eclipse
related to Eclipse IDE
java
related to Java code, the Java Virtual Machine and directly related tooling (OpenJDK, Adoptium)
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
Milestone
Expected behavior
Via #678 it is possible to configure
EXTRA_JAVA_VERSION
and install an additional JDK with a different version for IDEs.Actual behavior
However, eclipse is not executed with this JDK.
I get this error:
However, in my
devon.properties
I do have this:This used to work and IMHO I broke this with #934
Steps to reproduce (bug) / Use Case of feature request (enhancement)
devon eclipse
).Related/Dependent Issues
Comments/Hints:
In this line:
ide/scripts/src/main/resources/scripts/command/eclipse
Line 26 in 2dc8562
The
EXTRA_JAVA_VERSION
does not seem to be defined yet, as the devon.properties are implicitly loaded here:ide/scripts/src/main/resources/scripts/command/eclipse
Line 37 in 2dc8562
Affected version:
The text was updated successfully, but these errors were encountered: