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.

[606 byte] By [monsier-dauga] at [2007-10-3 3:05:29]
# 1

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 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

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

invincibleBoona at 2007-7-14 20:55:34 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...