Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASAP response

Status
Not open for further replies.

msen

IS-IT--Management
Apr 24, 2001
36
US
What does the following java error mean

C:\Monitor>java ProcessClientIncomingData
Exception in thread "main" java.lang.NoClassDefFoundError: ProcessClientIncomingData (wrong name: com/jpmc/ecg/util/ProcessClientInc
omingData)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
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)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)

 
It means that you have a class called "ProcessClientIncomingData" which is not within the package "com.jpmc.ecg.util/"

PS - it is not considered polite here to type "ASAP response" as the subject title - it will often cause people to NOT answer your post - after all - why is your request more important than our time ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top