Expection in thread...

Why would my friend get an "expection in thread #" if # represented the main class file which should be executed when he goes to a java program?
[151 byte] By [J-O-S-Ha] at [2007-10-2 11:23:27]
# 1
What exactly the message in the exceptionand does your friend have the right java version and has he configured the class path correctly.
LRMKa at 2007-7-13 4:27:30 > top of Java-index,Java Essentials,New To Java...
# 2
its like "exception in thread (whatever main thread is)" and I dun know what else it says. But he can compile, but he can't execute/run most applications. (It's only when he has to run the the .bat, like when it's stored on his computer. So he can play runescape and stuff
J-O-S-Ha at 2007-7-13 4:27:30 > top of Java-index,Java Essentials,New To Java...
# 3
> its like "exception in thread (whatever main thread> is)" and I dun know what else it says. But he can> compile, but he can't execute/run most applications.Classpath.
CeciNEstPasUnProgrammeura at 2007-7-13 4:27:31 > top of Java-index,Java Essentials,New To Java...
# 4
> its like "exception in thread (whatever main thread> is)" and I dun know what else it says.Btw, congratulations for providing the least helpful error description possible that's not "doesn't work".
CeciNEstPasUnProgrammeura at 2007-7-13 4:27:31 > top of Java-index,Java Essentials,New To Java...
# 5

> Why would my friend get an "expection in thread #" if

> # represented the main class file which should be

> executed when he goes to a java program?

Your previous posts would tend to suggest that you understand what you need to post to actually get help here.

This post is insufficient.

I suggest you tell your friend that they are not providing you with enough information to help them (which I would suspect is why you posted so little this time.)

And if the code is not yours but a game then you tell your friend that they must ask the vendor/owner of the game to help.

jschella at 2007-7-13 4:27:31 > top of Java-index,Java Essentials,New To Java...