filmov
tv
How to create and run a java program without IDE

Показать описание
Here i created a basic Hello World program.
Note: I stored my program in a folder called "examples" in the C drive you can make the same steps until you reach the folder you stored your own program in.
Note2: notice how after compiling the .java file a .class file was created, you need to make sure it was created before running the program.
Note: I stored my program in a folder called "examples" in the C drive you can make the same steps until you reach the folder you stored your own program in.
Note2: notice how after compiling the .java file a .class file was created, you need to make sure it was created before running the program.