I am having a problem while setting a path. help me. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I am having a problem while setting a path. help me.

The system cannot find the path specified.

10th Sep 2016, 10:57 AM
Shalini Thakur
Shalini Thakur - avatar
3 Answers
+ 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).
10th Sep 2016, 11:23 AM
Zen
Zen - avatar
+ 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.
10th Sep 2016, 1:19 PM
Zen
Zen - avatar
0
while compiling program result is not been showed to me.
10th Sep 2016, 11:34 AM
Shalini Thakur
Shalini Thakur - avatar