When it says "open java>bin and copy path" what is the path pls help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

When it says "open java>bin and copy path" what is the path pls help

4th Feb 2017, 4:19 PM
KELViiN
KELViiN - avatar
3 Answers
+ 1
yeah but what exactly is path cause there are lots of folders here
4th Feb 2017, 4:36 PM
KELViiN
KELViiN - avatar
+ 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.
4th Feb 2017, 4:46 PM
seamiki
seamiki - avatar
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
4th Feb 2017, 5:52 PM
Pankaj Singha