|
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.
|