really need help!!!! totally lost!!!
ok i downloaded this program from the internet and it asked me to go to the propeties of "my computer" - advanced - environment variables - path - edit and add ";C:\program files\Java\jdk1.5.0_06" to make the program work. But when i open the program the following apears:
"Exception in thread "main" java.lang.NoClassDefFoundError: client
Press any key to continue . . ."
I need help, if u need more information, ask and ill give it if i can, but please no jargon im only a normal person who doesnt understand these things
so, thanks if u offer help it's much appreciated.
Hi,
how to set JDK to work properly is explained all over the internet, setting PATH variable is explained for example here:
http://db.apache.org/derby/docs/dev/getstart/tgssetupjavaenvir.html
Hope this helps
L.P.
P.S. Have you tried to reboot your computer after setting the PATH variable? This is sometimes necessary
lukika at 2007-7-14 20:55:34 >

You need to add the location of ur java files in the CLASSPATH system variable ,
just as u have set the PATH variable while installing JDK and also try after setting the path of the bin directory in ur JDK Home directory in the JAVA_HOME variable .The procees is same as PATH variable.
Thank u