


I am able to run java on intellij and have been using that but since I use vscode for everything else I would like to get it to work on my main editor. Unsurprisingly, VS Code can do Java as well, and many Java. The classpath is something used by java to find the libraries your program uses. I am trying to run java on vscode however the 'Extension Pack for Java' keeps asking me to redownload the jdk. Visual Studio Code has come a long way to become the preferred text editor of polyglot developers. Now I would like to run the Java Project that is located on my Raspy, but when I open it, I get this error message:Īnd when I click on "open settings", the settings. to using Visual Studio At this point, Visual Studio Code understands Java. You need to add the jar to your classpath.

The connection works (I can see I'm on the Raspberry in the Terminal) and I installed the Java Extension Pack on the Raspberry: I'm trying to start a JAVA program on my Raspberry 4 from my Windows laptop using a SSH Connection in Visual Studio Code.
