Connecting Tech Pros Worldwide Forums | Help | Site Map

java.lang.NoClassDefFoundError - help

Member
 
Join Date: Aug 2007
Posts: 37
#1: Aug 16 '07
Hi,

I try to run my applet and found this error :
Expand|Select|Wrap|Line Numbers
  1.  java.lang.NoClassDefFoundError: check/myapps/mypack/SumError 
Is this because I defined the classpath wrong?Please help me...

Thanks in advance.

JosAH's Avatar
Expert
 
Join Date: Mar 2007
Posts: 10,611
#2: Aug 16 '07

re: java.lang.NoClassDefFoundError - help


Quote:

Originally Posted by teenIce

Hi,

I try to run my applet and found this error :

Expand|Select|Wrap|Line Numbers
  1.  java.lang.NoClassDefFoundError: check/myapps/mypack/SumError 
Is this because I defined the classpath wrong?Please help me...

Thanks in advance.

What happens if you replace those slashes by dots?

kind regards,

Jos
Member
 
Join Date: Aug 2007
Posts: 37
#3: Aug 16 '07

re: java.lang.NoClassDefFoundError - help


Thanks Jos..I know what is wrong.I had a reference to external jar and once i put the jar name in archive at my applet it runs well... :)
Reply