-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to start Java language server: Message could not be parsed #7092
Comments
Please use vscode java extension, Theia extension is deprecated and will be removed next months. |
redhat.java ? |
@tsiyona yes, look at root package how plugins can be installed |
Also this image can help: https://github.com/theia-ide/theia-apps/tree/master/theia-java-docker |
Do you mean I should add to theia/examples/browser/package.json, after "dependencies" section, the following? "theiaPluginsDir": "plugins", and Theia, upon restart, will download the plugin to the 'theiaPluginsDir' ? I did that, and it does not work. |
For now, I downloaded an older version of redhat.java and put it manually undet the 'plugins' folder, and it works. |
The issue is no longer valid as |
Description
Hi, I am trying to add java language server extension to Theia version 0.11.0
Yet, it seems that the language server is not started/connected-to properly.
It looks like Theia is not recognizing the used language.
Can anyone help please?
Reproduction Steps
I added in theia/examples/browser/package.json an entry for the Java lang server:
"dependencies": {
...
"@theia/java": "^0.11.0"
}, ...
and re-built.
When I restart Theia, I get the following error:
Failed to start Java language server: Message could not be parsed.
See also attached image.
OS and Theia version:
Linux
Diagnostics:
The text was updated successfully, but these errors were encountered: