OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
13 stars 26 forks source link

Create an Open Liberty Setting to configure a specific Java version #14

Open kathrynkodama opened 4 years ago

kathrynkodama commented 4 years ago

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: image image

scottkurz commented 1 year ago

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.