K
KDawg44
Hi,
I am trying to run my app and am getting this error:
Exception in thread "main" java.lang.NoClassDefFoundError:
ClientPackage/ChatClient
The command I am using is this in a shell script:
java -cp .penchord_1.0.4.jar:log4j.jar ClientPackage/ChatClient $*
Then I run like this:
$ ./runScript.sh -master name
I have been searching the groups and it seems like the problem is with
the way I am running and not the app itself (?)
I do not really understand what the other posts are saying is wrong.
Everything (all the class files and the run script) is in the exact
same directory, ClientPackage.
Thanks for any help.
I am trying to run my app and am getting this error:
Exception in thread "main" java.lang.NoClassDefFoundError:
ClientPackage/ChatClient
The command I am using is this in a shell script:
java -cp .penchord_1.0.4.jar:log4j.jar ClientPackage/ChatClient $*
Then I run like this:
$ ./runScript.sh -master name
I have been searching the groups and it seems like the problem is with
the way I am running and not the app itself (?)
I do not really understand what the other posts are saying is wrong.
Everything (all the class files and the run script) is in the exact
same directory, ClientPackage.
Thanks for any help.