georgewfraser / java-language-server

Java language server using the Java compiler API
MIT License
657 stars 130 forks source link

How to use it with a Maven project? #274

Open LorenzoBettini opened 1 year ago

LorenzoBettini commented 1 year ago

Hi

I've just started using this project.

I followed the instructions and configured Kate with this LSP.

I tried opening a folder containing a valid Maven project, but the LSP is not able to resolve classes from Maven dependencies (I have also generated the .m2 cache just in case).

I seem to understand that this LSP should work out of the box with a Maven project, or am I missing something?

thanks in advance