JavaHello / spring-boot.nvim

Neovim + Spring Boot LS
Apache License 2.0
16 stars 3 forks source link

Specify java home in the setup function #4

Closed sangramsingha closed 1 day ago

sangramsingha commented 1 month 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 6 days 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 1 day ago

Thanks for the info