+ 1
When it says "open java>bin and copy path" what is the path pls help
5 Respuestas
+ 1
yeah but what exactly is path cause there are lots of folders here
+ 1
This post could be useful for many others considering how frequent people are having trouble with jdk installation and setting the java path. Consider adding a tag like Set_Java_Path to your post.
0
you dont need to set the path in cmd for compiling a .java program, but if you dont set it , each time you want to compile a program in cmd you have to change the directory to java's bin i.e. cd C:\Program Files\Java\jdk1.8.0_xx\bin and then, javac yourprogram.java