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
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