This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Path Location? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Path Location?" Watch "Path Location?" New topic
Author

Path Location?

Mike Smith
Ranch Hand

Joined: Oct 01, 2004
Posts: 38
In Environmental Variables,is jdk (my version) added to PATH in System Varibles or a new one in User Varibles?I set Path in System Varibles as ;C:\Program Files\Java\jdk1.6.0_02\bin is this correct?Thank You.
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9948
    
    6

well, if you want anyone who logs onto that computer to have access, you'd add it to the system path.

if you only want it to work for you, add it to user. if you're the only one who uses that computer, I don't think it matters.


Never ascribe to malice that which can be adequately explained by stupidity.
Mike Smith
Ranch Hand

Joined: Oct 01, 2004
Posts: 38
Fred,thank you for reply,just making sure.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Path Location?
 
Similar Threads
Start-up?
please help me to set the path
J2sdk1.4.1_02 installation
start weblogic
how do you recognize javac as an internal or external command (compiler error)