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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to setup the Java2 SDK 1.4.0 1

Status
Not open for further replies.

hughLg

Programmer
Feb 18, 2002
136
MY
I've just installaed abovementioned setup program and followed the steps such as setting the classpath.
According to the tutorial, I need to set the path to:
- c:\java;c:\java\bin;
and set the classpath to c:\java\lib\classes.zip
But I can't found this zip file even in my entire hard disk. It stops me from begin to learning to program.
 
set JAVA_HOME=C:\java
set PATH=%JAVA_HOME%\bin;%PATH%

Never heard of classes.zip ... there is a classes12.zip that is shipped by Oracle, containing their JDBC drivers, but I doubt that is what you mean.



--------------------------------------------------
Free Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top