Code Comments
Programming Forum and web based access to our favorite programming groups.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
Post Follow-up to this messageYou 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 "Xarky" <bernardpace@yahoo.com> wrote in message news:bc42e1a.0412290007.5d0f07e5@posting.google.com... > 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
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.