Results 1 to 3 of 3
- 04-27-2011, 02:15 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 2
- Rep Power
- 0
Exception in thread "main" java.lang.NoClassDefFoundError: client Caused by: java.lan
guys i'm gettin a message that is saying
Exception in thread "main" java.lang.NoClassDefFoundError: client
Caused by: java.lang.ClassNotFoundException: client
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: client. Program will exit.
Press any key to continue . . .
please help when im try to play a sever for a game
- 04-27-2011, 04:22 AM #2
Member
- Join Date
- Apr 2011
- Posts
- 15
- Rep Power
- 0
You have to locate exactly where the .class file is saved in your computer. For instance in order to compile a code, I have to type in c:\program files\java\jdk1.6.0_24\bin\javac NameOfApp.java. You'll have to do this everytime. Hope it helps
- 04-27-2011, 04:58 AM #3
Read this good article about compiling and running your java program : Hello World
And also, look at the common compiler problems: Compiler Problems
Hope that helps,
GoldestJava Is A Funny Language... Really!.gif)
Click on * and add to member reputation, if you find their advices/solutions effective.
Similar Threads
-
Exception in thread "main" java.lang.NoClassDefFoundError
By bhupal4all in forum New To JavaReplies: 12Last Post: 06-06-2012, 09:04 AM -
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/star/lang/XEventLi
By baktha.thalapathy in forum New To JavaReplies: 5Last Post: 06-02-2010, 01:05 PM -
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/star/lang/XEventLi
By baktha.thalapathy in forum Advanced JavaReplies: 3Last Post: 06-01-2010, 03:01 PM -
Exception in thread "main" java.lang.NoClassDefFoundError: client
By fithous in forum New To JavaReplies: 1Last Post: 04-02-2009, 09:50 PM -
Exception in thread "main" java.lang.NoClassDefFoundError: client Help
By b000m in forum New To JavaReplies: 6Last Post: 08-18-2008, 06:44 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks