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

jdk 1.3 - compiler won't recognize javax.jdo

Status
Not open for further replies.

sm43

Programmer
Dec 1, 2002
155
US
Hi,
I'm using jdk 1.3.1 to compile a java source file but it gives me an error at

import javax.jdo.* ;

it says that the package is not found.

I realize that I probably have to add the package to my classpath, but what exactly do I add... I don't know which directory/directories to add.. I hope someone could help me..


Thanks.

Saad

 
Hi sm43,
There is no standard package in JDK 1.3 for javax.jdo, so you must place the jar file(s) for the package in the C:\j2sdk1.3\jre\lib\ext directory for it to be seen as an optional package by the compiler.

MarsChelios
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top