JavaHello / spring-boot.nvim

Neovim + Spring Boot LS
Apache License 2.0
38 stars 7 forks source link

Specify java home in the setup function #4

Closed sangramsingha closed 4 months ago

sangramsingha commented 5 months ago

I have most of the project running on java 8 and since LS require java higher than 8. Is there a way to specify same in setup function

JavaHello commented 4 months ago

Running jdtls and spring-boot-ls requires at least jdk11 version. You can try to configure different jdk versions for running jdtls and compiling the project.

sangramsingha commented 4 months ago

Thanks for the info