A
Amit
So I have created and compiled a simple helloworld program using java.
It runs on my computer when i type java helloApp. I then take the
compiled class file: "helloApp.class" and send it to my server. The
server only has jre, so I try to run it using the command jre helloApp.
This results in an error Exception in thread "main"
java.lang.NoClassDefFoundError: helloApp. Does anyone know why this
will not work. I have the j2sdk 1.4.2 installed on my computer and it
is running windows xp. The server is running jre 1.4 on linux.
Thanks for the help.
It runs on my computer when i type java helloApp. I then take the
compiled class file: "helloApp.class" and send it to my server. The
server only has jre, so I try to run it using the command jre helloApp.
This results in an error Exception in thread "main"
java.lang.NoClassDefFoundError: helloApp. Does anyone know why this
will not work. I have the j2sdk 1.4.2 installed on my computer and it
is running windows xp. The server is running jre 1.4 on linux.
Thanks for the help.