Java Extension Pack installs but does not work properly
See original GitHub issuecode-server
version: 1.604-vsc1.32.0- OS Version: Ubuntu 18.04, running in
systemd-nspawn
container. - Extension: https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack
Description
When opening a Java file after installing the Java Extension Pack, the syntax highlighting works, but nothing else does - I don’t get the rocket as described on https://code.visualstudio.com/docs/java/java-tutorial.
I have verified that the same setup works on desktop (Linux) VS Code.
I have installed OpenJDK 11 inside the coder container.
Steps to Reproduce
- Install the Java Extension Pack from the marketplace
- Try opening any Java file. See that no syntax errors or info is shown.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:22 (6 by maintainers)
Top Results From Across the Web
Java Extension Pack installs but does not work properly #444
Steps to Reproduce. Install the Java Extension Pack from the marketplace; Try opening any Java file. See that no syntax errors or info...
Read more >Code Completion stopped working for "Java Extension Pack"
I've installed it and problem is solved now. So try to upgrade to 0.55.1 and see if it's solved now. Share.
Read more >Java extensions for Visual Studio Code
We recommend installing the Spring Boot Extension Pack that contains the following extensions: Spring Boot Tools.
Read more >Troubleshooting tips for running Java
Download and Install Java · Try the offline installer package (Windows only) · Uninstall any non-working Java installations · Temporarily turn off firewall...
Read more >Java Extension Troubleshooting - UiPath Documentation Portal
This page presents the most frequent reasons for which the UiPath Extension for Java might not work properly, and how to solve these...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I had the same issue. I.e. just syntax highlighting and nothing else worked. Eventually, I did Ctrl+Shif+P -> Java: Clean the Java language server workspace. Everything started working. I have a project: simple main class with static main in subpackage + gradle wrapper + maven folders structure.
Will fix. Thanks for the report!