aspose file tools
The moose likes Beginning Java and the fly likes how to set classpath for jdk 1.6 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "how to set classpath for jdk 1.6" Watch "how to set classpath for jdk 1.6" New topic
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
    
    4
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to set classpath for jdk 1.6
 
Similar Threads
How can we change tha java version to use?
Jar files required to use org.w3c.dom.* and javax.xml.*
Trouble getting off the ground with JBoss 5.1
Error when running a java program
How to use different java versions on my machine