View Single Post
Old 01-27-2013, 04:34 PM   PM User | #1
xxcorrosionxx
Regular Coder

 
Join Date: Jan 2011
Posts: 117
Thanks: 27
Thanked 0 Times in 0 Posts
xxcorrosionxx is an unknown quantity at this point
Cool Exception Error - Shed Some Light?

I need help with this problem please I would like to know what this error is telling me. Thank you guys <3

Problem One:
Code:
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ftpserver/ftplet/FtpException
Caused by: java.lang.ClassNotFoundException: org.apache.ftpserver.ftplet.FtpException
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: com.spilka.server.ChatServer. Program will exit
Problem Two:
Code:
C:\Users\Administrator>java -cp c:\server.zip com.spilka.server.ChatServer
Exception in thread "main" java.lang.NullPointerException
at com.spilka.server.ChatServer.q(Unknown Source)
at com.spilka.server.ChatServer.q(Unknown Source)
at com.spilka.server.ChatServer.<init>(Unknown Source)
at com.spilka.server.ChatServer.main(Unknown Source)
I just would like to know what the error is telling me, I do not need the solution. Thank you
xxcorrosionxx is offline   Reply With Quote