-
Bug
-
Resolution: Unresolved
-
Major
-
3.2.0.GA
-
False
-
None
-
False
-
-
Description of problem:
There are few problems related to the java:
- Path contains /home/user/.java/current/bin
but actually the /home/user/.java is empty - the following error occurs when using java in a terminal of the runtime component
bash-4.4$ java -version bash: java: command not found
- the runtime component (udi-rhel8) contains symlinks to the java related resources in the folder /home/user/.java/current, but the folder becomes empty at the IDE starting.
Steps to Reproduce
- Start the IDEA-based DevWorkspace.
- Create a terminal for the runtime component (use bottom panel to create a terminal, make sure that it's Local terminal)
- Execute the corresponding commands, like:
java --version
echo $PATH