eclipse.jdt.ls icon indicating copy to clipboard operation
eclipse.jdt.ls copied to clipboard

How add jar libs?

Open samueldevel opened this issue 3 years ago • 1 comments

I am need add jar libs without mvn or gradle on jdtls, okay, i understand there is many ides to this, but i want lunar vim with jdtls

samueldevel avatar Mar 27 '22 20:03 samueldevel

Can lunar vim use nvim-jdtls ? The way to do this should be described at https://github.com/mfussenegger/nvim-jdtls#language-server-doesnt-find-classes-that-should-be-there .

I don't see too much information at https://www.lunarvim.org/languages/java.html , or the particular extension they're using.

rgrunber avatar Mar 28 '22 15:03 rgrunber

Closing for now but feel free to re-open if there are other issues here. java.project.referencedLibraries is definitely the setting needed for more custom support of jar libraries where the project is unmanaged (neither Maven nor Gradle).

rgrunber avatar Aug 24 '22 03:08 rgrunber