How to extend the jdt-ls server of eclipse ? #897
Answered
by
cmoulliard
cmoulliard
asked this question in
Q&A
-
|
What should we do to extend the jdt-ls of Eclipse to add a bundle (= classes extending the commands) ? |
Beta Was this translation helpful? Give feedback.
Answered by
cmoulliard
Sep 17, 2025
Replies: 1 comment
-
|
Here is the trick: Here is the trick to do to add a bundle to the OSGI jdt-ls server. This step is optional as we will pass the bundle path as initialization parameter to the language server !
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cmoulliard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Here is the trick:
Here is the trick to do to add a bundle to the OSGI jdt-ls server. This step is optional as we will pass the bundle path as initialization parameter to the language server !
config.inifile corresponding to your architecture: mac, linux, mac_arm under the folder jdtls/config_osgi.bundlesproperty and include after theorg.apache.commons.lang3...jar by example the BundleSymbolicName of the missing jar: java-analyzer-bundle.core-1.0.0-SNAPSHOT.jar