williamboman / nvim-lsp-installer

Further development has moved to https://github.com/williamboman/mason.nvim!
https://github.com/williamboman/mason.nvim
Apache License 2.0
2k stars 123 forks source link

jdtls require java17(JAVA_HOME conflict) #889

Open y1rn opened 2 years ago

y1rn commented 2 years ago

Is your feature request related to a problem? Please describe.

current jdtls require java17(java11 doesn't work), need to set JAVA_HOME to /path/to/jdk17, but my projects run as java11(can not update to java17 temporary)

Describe the solution you'd like

can specify java executable path to run jdtls

Describe potential alternatives you've considered

No response

Additional context

No response