You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to Java, and wanted to get started in VSCode. I ran my first Java file only to see that the terminal didn't open. Like it had the little run thingy on the top but the terminal didn't open and I couldn't see my file working.
I had happened to my .java file in some folder than uploaded that to VSCode, then ran that and that worked. Then I tried to run a .java file in VSCode even if it wasn't in the uploaded file, and that worked too. But when I close the uploaded folder and try to run the .java file and yeah it didn't work. Help please?
The code is something really simple. Like this for example.
public class stuff {
public static void main(String[] args) {
System.out.println("this is a test lol");
}
}
Environment
Operating System: Windows
JDK version: 17.0.1
Visual Studio Code version: 1.62.3
The text was updated successfully, but these errors were encountered:
I am new to Java, and wanted to get started in VSCode. I ran my first Java file only to see that the terminal didn't open. Like it had the little run thingy on the top but the terminal didn't open and I couldn't see my file working.
I had happened to my .java file in some folder than uploaded that to VSCode, then ran that and that worked. Then I tried to run a .java file in VSCode even if it wasn't in the uploaded file, and that worked too. But when I close the uploaded folder and try to run the .java file and yeah it didn't work. Help please?
The code is something really simple. Like this for example.
Environment
The text was updated successfully, but these errors were encountered: