Re: SV: applet in wicket .. exception thrown ...

2012-11-22 Thread venkat
woulod really appreciate , if you can share the code for html and java class as well. Thanks in advance!! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/applet-in-wicket-exception-thrown-tp1845048p4654083.html Sent from the Users forum mailing list archive at

Re: SV: applet in wicket .. exception thrown ...

2009-12-21 Thread local_shamil
:http://localhost:8080/myproject/src/main/webapp/Class/HelloWorld.class >>>>>>        at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown >>>>>> Source) >>>>>>        at sun.plugin2.applet.Applet2ClassLo

Re: SV: applet in wicket .. exception thrown ...

2009-12-21 Thread James Carman
lass >>>>>        at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown >>>>> Source) >>>>>        at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown >>>>> Source) >>>>>        at sun.plugin2.applet.Applet2ClassLoader$1.r

Re: SV: applet in wicket .. exception thrown ...

2009-12-21 Thread local_shamil
00(Unknown >>>> Source) >>>>        at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source) >>>>        at java.security.AccessController.doPrivileged(Native Method) >>>>        ... 7 more >>>> Exception: java.lang.ClassNotFoundException: &

Re: SV: applet in wicket .. exception thrown ...

2009-12-21 Thread James Carman
y.AccessController.doPrivileged(Native Method) >>>        ... 7 more >>> Exception: java.lang.ClassNotFoundException: >>> .myproject.src.main.webapp.Class.HelloWorld >>> >>> >>> >>> local_shamil wrote: >>>> >>>>

Re: SV: applet in wicket .. exception thrown ...

2009-12-21 Thread local_shamil
subscr...@wicket.apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...

Re: SV: applet in wicket .. exception thrown ...

2009-12-21 Thread James Carman
under WEBAPP called Class and then add the >> applet.class file there ??? >> >> >> but still i am getting a NOCLASSFOUND exception ... >> >> >> >> >> > > -- > View this message i

Re: SV: applet in wicket .. exception thrown ...

2009-12-21 Thread local_shamil
xt: http://old.nabble.com/applet-in-wicket-..-exception-thrown-...-tp26814020p26872593.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For add

Re: SV: applet in wicket .. exception thrown ...

2009-12-21 Thread local_shamil
structure under webapp > and use that package when naming the class in the applet element. > > - Tor Iver > > -- View this message in context: http://old.nabble.com/applet-in-wicket-..-exception-thrown-...-tp26814020p26872439.html Sent from

SV: applet in wicket .. exception thrown ...

2009-12-21 Thread Wilhelmsen Tor Iver
> Problem adding an applet to wicket still remains the same.. can some 1 > help 1) Be aware that applets are not loaded from WEB-INF/classes, but it seems you know this. 2) The class attribute value should not end in .class since that can make some browsers try to load HelloWorld.class.class ins

Re: applet in wicket .. exception thrown ...

2009-12-20 Thread local_shamil
p ... >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Aiszone wrote: >>>>>>>>> >>>>>>>>> Try enabled logging on your webserver - that way you can see, >>>>>>>>> wher

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread local_shamil
p ... >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Aiszone wrote: >>>>>>>>> >>>>>>>>> Try enabled logging on your webserver - that way you can see, >>>>>>>>> where >>>>>>>>>

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread local_shamil
t;> >>>>>>>> Aiszone wrote: >>>>>>>>> >>>>>>>>> Try enabled logging on your webserver - that way you can see, >>>>>>>>> where >>>>>>>>> it >>>

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread local_shamil
>>>>> to retrieve the class files from. >>>>>>>> It's a bit hard helping you, since I don't know the structure of >>>>>>>> your >>>>>>>> app, >>>

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread James Carman
you can see, where >>>>>>>> it >>>>>>>> tries >>>>>>>> to retrieve the class files from. >>>>>>>> It's a bit hard helping you, since I don't know the structure of >>>>>>>> your >>>>>

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread local_shamil
u, since I don't know the structure of >>>>>>> your >>>>>>> app, >>>>>>> but I have an application running with multiple applets included, >>>>>>> and >>>>>>> it >>>>>>> wor

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread James Carman
;>>> it >>>>>> works fine with Wicket - as long, as the setup is correct. >>>>>> >>>>>> >>>>>> On Wed, Dec 16, 2009 at 11:27 AM, Shamil wrote: >>>>>> >>>>>>> i need to add an applet to wicket.. and

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread local_shamil
te: >>>>> >>>>>> i need to add an applet to wicket.. and this is what i did... i wrote >>>>>> an >>>>>> applet and complied it.. i copied the class file of this applet and >>>>>> inserted >>>>>> i

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread James Carman
ed >>>>> it in to the webapp folder . >>>>> >>>>> and i inserted this in my HTML file... >>>>> >>>>> >>>>> >>>>> but still i get a class not found exception , why is that how do i >>>>>

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread local_shamil
the class file of this applet and >>>> inserted >>>> it in to the webapp folder . >>>> >>>> and i inserted this in my HTML file... >>>> >>>> >>>> >>>> but still i get a class not found exception , why is t

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread James Carman
a class not found exception , why is that how do i >>> resolve >>> it ??? >>> >>> any clue ?? >>> >> >> >> >> -- >> Med venlig hilsen/Best regards >> >> Anders Sørensen >> >> > > -- > Vi

Re: applet in wicket .. exception thrown ...

2009-12-18 Thread local_shamil
t;> >> >> but still i get a class not found exception , why is that how do i >> resolve >> it ??? >> >> any clue ?? >> > > > > -- > Med venlig hilsen/Best regards > > Anders Sørensen > > -- View this message in

Re: applet in wicket .. exception thrown ...

2009-12-16 Thread local_shamil
the structure of your app, > but I have an application running with multiple applets included, and it > works fine with Wicket - as long, as the setup is correct. > > -- View this message in context: http://old.nabble.com/applet-in-wicket-..-exception-thrown-...-tp26814020p2681

Re: applet in wicket .. exception thrown ...

2009-12-16 Thread Anders Sørensen
Try enabled logging on your webserver - that way you can see, where it tries to retrieve the class files from. It's a bit hard helping you, since I don't know the structure of your app, but I have an application running with multiple applets included, and it works fine with Wicket - as long, as the

applet in wicket .. exception thrown ...

2009-12-16 Thread Shamil
i need to add an applet to wicket.. and this is what i did... i wrote an applet and complied it.. i copied the class file of this applet and inserted it in to the webapp folder . and i inserted this in my HTML file... but still i get a class not found exception , why is that how do i resolve it