Replies: 1 comment
-
In the end, it seems that jdtls ignored referenced libraries and only read those from .classpath . The problem was that my .classpath included a user library.
Converting jars from there into this format, for each jar, made it work
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using nvim-jdtls and have been trying to set it up with an older project that does not use build tools such as maven or gradle. I usually work on the project in eclipse where I have all the jars I need in buildpath. I have tried putting every jar file under the sun from the WildFly directory in the referencedLibraries option, however no luck with it recognizing javax and any other necessary packages.
I have extensively searched the web and found no information on this, so I'm hoping someone can help me out, thanks.
Beta Was this translation helpful? Give feedback.
All reactions