this is naveen i am working in Java applet in my applet program i am using around 30 buttons .when i am using action performed event for more than 10 buttons i am getting "class not found exception" .i am using net beans ide .i don't find any errors in my net beans ide but when i compile my program i am getting class not found exception. i have to wind up this task today ..please help me to fix this problem .
thanks & regards,
naveen
Bharath Raja
Ranch Hand
Joined: Jan 21, 2009
Posts: 111
posted
0
post your codes
Life is either daring something or nothing - Helen Keller
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
A CNE is not a compile-time problem but a runtime problem, so an IDE can't help with that. The stack trace of the exception tells you the name of the missing class - does that class exist in the deployment directory in the correct place?
Naveenzion Kumar
Greenhorn
Joined: Aug 02, 2010
Posts: 24
posted
0
Lester Burnham wrote:A CNE is not a compile-time problem but a runtime problem, so an IDE can't help with that. The stack trace of the exception tells you the name of the missing class - does that class exist in the deployment directory in the correct place?
i compiled my code in terminal in that i got an error "code too large".help me to fix this problem.
Bharath Raja
Ranch Hand
Joined: Jan 21, 2009
Posts: 111
posted
0
hey As I have already told please post your code ( at least the snippet which throws you a exception)..