java-language-server
java-language-server copied to clipboard
Clarification - This only works for Java 13?
Pom.xml specifies Java 13, but only underneath the Contributing heading of the README is 13 mentioned as being required. If I need to specify $JAVA_HOME
to java 8 for my system my java language server cannot work?
If so, this should probably be within the first few paragraphs of the readme. Otherwise, what am I missing?
The language server running on a custom runtime image, created by jlinking java 13+. So, by right your language server should still work even though your $JAVA_HOME
is set to java 8.