Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I setup class Path using Java through environment variables?

Status
Not open for further replies.

Namsu55

Technical User
Aug 14, 2006
8
0
0
GB
I want to use javac through the cmd to compile a few cmd java codes ive written up which require some input. How do I set up the environment variables through system properties? I have Java Development Kit update 7. Thankyou very much.
 
Are you talking about the CLASSPATH variable?

Cheers,
Dian
 
Yes I think so, I want to use the javac command properly and im getting some kind of error message. Every time I compile through Javac it says 1 error found although the programs all compile fine through an editor whether GUI or CMD based.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top