Email me the HelloWorld.class file directly.  I can probably send you
back a working quickstart pretty quickly


On Fri, Dec 18, 2009 at 11:58 AM, local_shamil <shaena...@gmail.com> wrote:
>
> the WEBAPP folder is in the SRC/MAIN/ folder... and the Helloworld.class file
> is in that ...
>
> :(
>
>
> James Carman-3 wrote:
>>
>> Look in your actual output folder (where the webapp is run from,
>> typically target/webapp or something like that).  Is the
>> HelloWorld.class file there?
>>
>> On Fri, Dec 18, 2009 at 11:52 AM, local_shamil <shaena...@gmail.com>
>> wrote:
>>>
>>> well this is what i did ,, i created a quickstart wicket project ,,, then
>>> i
>>> added all the .java files including the applet.java file in to the
>>> src/main/java/ folder ... then when i run jetty, the files get complied
>>> and
>>> saved in the  target/classes/ folder ..... so what i did was, i copied
>>> the
>>> applet.class file and pasted it in my WEBAPP folder .
>>>
>>> then i added ;
>>>
>>> <applet code="HelloWorld.class" width=150 height=25 " />
>>>
>>> in my html ....
>>>
>>>
>>> but what i get is a NOCLASSFOUND error ....
>>>
>>> to insert an image i copied the image to the webapp folder and had the
>>> following HTML code
>>> Image039.jpg
>>>
>>> then it worked ...
>>>
>>> Why isn' wicket identifying the applet.class file which is in the WEBAPP
>>> folder ??
>>>
>>>
>>> help
>>>
>>>
>>>
>>>
>>> James Carman-3 wrote:
>>>>
>>>> Are you mounting your page at all?
>>>>
>>>> On Fri, Dec 18, 2009 at 11:36 AM, local_shamil <shaena...@gmail.com>
>>>> wrote:
>>>>>
>>>>> In the same folder ... but it doesn't work in this
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> James Carman-3 wrote:
>>>>>>
>>>>>> Where do you put it for a normal non-wicket webapp using static html
>>>>>> pages?
>>>>>>
>>>>>> On Fri, Dec 18, 2009 at 11:31 AM, local_shamil <shaena...@gmail.com>
>>>>>> wrote:
>>>>>>>
>>>>>>> can some one please tell me , where to put the applet class file? is
>>>>>>> it
>>>>>>> inside the webapp folder ? i have used a quickstart wicket project ..
>>>>>>>
>>>>>>> please help ...
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Aiszone wrote:
>>>>>>>>
>>>>>>>> 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 setup is correct.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Dec 16, 2009 at 11:27 AM, Shamil <shaena...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> 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...
>>>>>>>>>
>>>>>>>>> <applet code="HelloWorld.class" width=150 height=25  />
>>>>>>>>>
>>>>>>>>> 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 context:
>>>>>>> http://old.nabble.com/applet-in-wicket-..-exception-thrown-...-tp26814020p26845958.html
>>>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscr...@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...@wicket.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://old.nabble.com/applet-in-wicket-..-exception-thrown-...-tp26814020p26846071.html
>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscr...@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...@wicket.apache.org
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://old.nabble.com/applet-in-wicket-..-exception-thrown-...-tp26814020p26846271.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@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...@wicket.apache.org
>>
>>
>>
>
> --
> View this message in context: 
> http://old.nabble.com/applet-in-wicket-..-exception-thrown-...-tp26814020p26846361.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@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...@wicket.apache.org

Reply via email to