View Single Post
  #1 (permalink)  
Old 06-05-2008, 08:47 AM
hanizainol hanizainol is offline
Member
 
Join Date: Jun 2008
Posts: 4
hanizainol is on a distinguished road
midlet in applet
hello,

i got an error no class found in my signed applet
i have include all the classes in one jar file. then i signed the jar
in that jar include two folder one is ace another is javax.
the problem accured when class in ace try to call class from javax.
the applet appear. its only error class not found when i try to open a file that need some function in javax.

i also have try to put the javax jar file inside my jre/lib/ext and try to put archive in my applt html


the applet only run successfully on my eclipse.

i hope someone can give me an ideas to solved this.
Thank you.
Reply With Quote
Sponsored Links