0
I am having a problem while setting a path. help me.
The system cannot find the path specified.
3 Réponses
+ 1
On Windows, the PATH should be something like C:\Program Files\Java\jdk1.8.0_something (go to the java folder for the exact name).
+ 1
After compiling, to test your program, you have to run it. And for your program to print something, you need to put System.out.writeln("The text you want to print") in your code.
0
while compiling program result is not been showed to me.