-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ide create installs wrong Java version #588
Comments
This bug is not specific for |
OK, I debugged the creation process and I was wrong with my previous comment:
So we install |
The only disadvantage I can see with the current solution is that we create and load the
We cannot easily omit 1. and we surely want 3. what is the actual fix of this issue. |
Expected behavior
As a IDEasy user, I want to setup a project with create command and get a consistent result so that I can rely on IDEasy.
Actual behavior
I get a wrong Java version installed:
However, if I look at
settings/ide.properties
to see what has been configured, I find this:Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide create demoproject -
Related/Dependent Issues
May be related to #131
However, with Java versions we already had strange effects because of this underscore semantics.
See also #235
Comments/Hints:
If I later go the the project and call
ide update
, then it installs21.0.4_7
:This does not make sense.
Affected version:
The text was updated successfully, but these errors were encountered: