Make the simplest possible applet and simplest possible static web-page with the applet-tag (ie _not_ a Wicket page) and make sure your browser will handle that properly. The exception you describe can be caused by mismatched java versions between your compiled code (applet) and the browser's java engine/plugin. If this works, then you can start thinking it's a Wicket related issue (but I very much doubt it in this case). Regards - Cemal http://jWeekend.co.uk http://jWeekend.co.uk
zandile wrote: > > I have been trying all sorts of work arounds to include an applet into > wicket: > I keep getting an classnotfoundexception in the java console for the > applet. I am running wicket 1.2.6 and I am not sure what exactly is wrong > with this, My applet runs fine when I run it in eclipse using the applet > viewer but when I stick it into a page then I get the > classnotfoundexception ??? > > <applet code="com.test.AppletForm.class" width="600" height="300" > archive="jfreechart-1.0.8.jar, jcommon-1.0.12.jar" > > > </applet> > > How exactly does wicket go about looking for classes? > Help appreciated.. > > -- View this message in context: http://www.nabble.com/wicket-applet-issue-tf4950236.html#a14175198 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
