Replies: 1 comment 2 replies
-
Attempting to detect a source folder and a project root is by design. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there documentation on how jdtls identifies the files in projects?
I have found partly through trial and error that if it has the project root, and there is a "src" directory with a .java file that is not in a package, then everything that .java file references (including other files in the same project) work.
I'm not sure if this is by design though, or if there is a better way to use jdtls without the typical project build tools.
Beta Was this translation helpful? Give feedback.
All reactions