Replies: 2 comments 1 reply
-
maybe a side effect of the module-java addition. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For 0.24.0 I have revered the module-info change. See #868. For ongoing discussion about adding module-info, please follow #830 |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I hope, someone can give me a hint what I am doing wrong.
I cloned LSP4J (
main
branch, version0.24.0-SNAPSHOT
), imported and built the Eclipse projects as described in the contribution guide. Buildship / gradle successfully built the projects / modules. But the Eclipse IDE / JDT is producing many compile / Java errors, e.g. complaining that "com.google.gson cannot be resolved to a module".Checking the project and external dependencies in the Package Explorer shows the wired
gson-2.11.0.jar
, so GSON should be available. Maybe JDT does not consider it being a Java module? Does anyone have a clue what I should do to get it working in Eclipse IDE?Could that be related to issue #702 or to eclipse-jdt/eclipse.jdt.core#2495?
Besides, now and then (sporadically) I get the following strange exception that disappears if I repeatedly run the launch config to build the projects.
I'm using
Beta Was this translation helpful? Give feedback.
All reactions