Hi,

i wrote an simple "Hello World" applet and would like to include it into my page:

HTML:

<TR>
   <TD colspan="4">
       <applet code="HelloWorld.class" height="200" width="200">
      </applet>
   </TD>
</TR> When the applet should be shown, i got an "ClassNotFoundException" in Javaconsole of the applet. The HelloWorld.class file is in the same directory like the other page-classes.
Why the Class cant be found?
Do i have to put it in a jboss-directory, so that the client can download the Helloworld.class?

I use Tapestry 4 Beta 13 with JBoss.

Any Help would be nice.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to