Re: ClassNotFoundException when using an Applet

2003-08-08 Thread Bernard
>cc: > > 08/05/2003 12:04 Subject: Re: > ClassNotFoundEx

Re: ClassNotFoundException when using an Applet

2003-08-05 Thread Christine Li
ECTED] cc: 08/05/2003 12:04 Subject: Re: ClassNotFoundException when using an A

Re: ClassNotFoundException when using an Applet

2003-08-05 Thread wtbvzohhnrah
Hello Christine Thanks for helping me. I forgot to mention that other methods (in my main class) which are not using my Java XSLT Extensions, just work fine. Therefore I assume that my applet tag is correct since the web browser finds the MyApplet class an all related file such as DTD and XML.

Re: ClassNotFoundException when using an Applet

2003-08-05 Thread Christine Li
: 08/04/2003 10:00 Subject: ClassNotFoundException when using an Applet AM

ClassNotFoundException when using an Applet

2003-08-04 Thread wtbvzohhnrah
Hello everybody I wrote a little application which does some transformation from a specific messaging protocol into XML and vice versa. It works well when used as an application but does not work correctly when used with/as an "hidden" applet (simple wrapper) and accessed by JavaScript. Here ar