| Author |
how to set classpath for jdk 1.6
|
Abhijit Kangale
Ranch Hand
Joined: Sep 17, 2009
Posts: 37
|
|
Hi everyone,
How can I set classpath for jdk 1.6 once it is being installed....?
Thanks & Regards,
ABHIJIT
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8565
|
|
|
http://faq.javaranch.com/java/HowToSetTheClasspath
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
|
|
Welcome to JavaRanch
Don't set a classpath at all, unless one has already been set. If a classpath has been set, then add a . to it.
You will have to set a PATH variable, whihc is different from the classpath. Here are the installation instructions; in the Windows version it tells you about the PATH in section 4. If you are on a different operating system, please ask again.
|
 |
 |
|
|
subject: how to set classpath for jdk 1.6
|
|
|