Currently users can configure a JAVA_HOME environment variable in the settings of the IntelliJ Terminal. Add a configurable Open Liberty Tools settings section to the Preferences pane where users can set a specific java version.
It seems using the project JDK would be better (as in #177). The project JDK is already going to be used for the compile that happens in the IDE outside of LMP/LGP dev mode.
Currently users can configure a
JAVA_HOME
environment variable in the settings of the IntelliJ Terminal. Add a configurable Open Liberty Tools settings section to the Preferences pane where users can set a specific java version.See the Maven and Gradle plugins below: