Replies: 1 comment
-
Hi, Fahad. I don't yet have enough information to help you. Can you answer the following questions? Did you install both Visual Studio Code and OpenJDK from their Snap packages, as shown below? $ sudo snap install openjdk
$ sudo snap install --classic code Did you set up Visual Studio Code to use the JDK provided by the OpenJDK Snap package, found at the location below?
Were you able to follow the instructions for setting up Java with Visual Studio Code, linked below? The Coding Pack for Java is only available for Windows and macOS, so you may need to do some extra steps to get it working on Ubuntu. See the following questions on Stack Overflow for help:
If you continue to have problems, please post the exact errors messages that you see from Visual Studio Code. |
Beta Was this translation helpful? Give feedback.
-
I'm using ubuntu and had just installed openjdk.when I work in terminal it works fine. But I'm unable to run java application on VScode. Can anyone please help me how to run maven projects on vscode using openjdk?
Beta Was this translation helpful? Give feedback.
All reactions