java-language-server icon indicating copy to clipboard operation
java-language-server copied to clipboard

Clarification - This only works for Java 13?

Open samtipton opened this issue 2 years ago • 1 comments

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?

samtipton avatar May 25 '22 17:05 samtipton

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.

andirady avatar Jun 07 '22 08:06 andirady