JSuggesField in Applet error

Zoonvinkipt

New Member
I wrote an applet that executing very well. I used JSuggestField for autocomplete. Then I wanted to use this applet in a JSP project. When I run the web project , applet did not execute on the browser and has given errors. My JSP codes are ;\[code\] <body> <applet archive="KitapAraApplet.jar,suggest.jar" code="KitapAra.class" height="250" width="300"></applet> </body> \[/code\]the error is : java.lang..NoClassDefFounderError:ch/rakudave/suggest/JSuggestField
 
Back
Top