Hi all,
i have installed jdk1.7 , now i want to set the class path.. because i am compiling my program its giving an error.....javac is not recognized as an internal or external commond.
please help me to set the class path.......and how to able to run my program.
ishlux -3 Junior Poster
Recommended Answers
Jump to PostIn the command prompt type:
set path=%path%;<java_home>/bin;
The <java_home> is the path/directory where the java was installed.For example, the java is installed in C:\java,
The java_home is C:\java and the path is c:\java\bin.
All 4 Replies
kvprajapati 1,826 Posting Genius Team Colleague
sbhavan 30 Light Poster
ishlux -3 Junior Poster
ramguru 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.