Hi,
I am trying to learn Enterprise programming and is trying to
compile a small program. I have downloaded the J2EESDK from the Sun
site. I am trying to compile the program, but the error mentioned
above is being reported.
I think my problem is in the environment variables. Can someone tell
which filepaths do I have to specify and with what names.
Thanks in Advance for your help
Josh Martin - 29 Dec 2004 08:19 GMT
You have to make sure that JAR file is in your classpath. A lot of ways to
do that:
Windows/Linus: Set %CLASSPATH%/$CLASSPATH (respectively)
or...
java -cp <put the jar file here> YourTestClass
> Hi,
> I am trying to learn Enterprise programming and is trying to
[quoted text clipped - 6 lines]
>
> Thanks in Advance for your help