Re: Using Java Applets with Lenya

2005-09-13 Thread shishir . saxena
Thanks... it worked :-) Regards Shishir <[EMAIL PROTECTED]> wrote on 09/13/2005 06:00:20 PM: > On 9/12/05, LORIN ronan yann <[EMAIL PROTECTED]> wrote: > > Looks like your applet is compiled for a higher jre version than > the one you are using. For example: class compiled for 1.5 and > runni

Re: Using Java Applets with Lenya

2005-09-13 Thread solprovider
On 9/12/05, LORIN ronan yann <[EMAIL PROTECTED]> wrote: > Looks like your applet is compiled for a higher jre version than the one you > are using. For example: class compiled for 1.5 and running a jre 1.3 on > client computer. If you want Applets to run in all browsers, specifically the defaul

RE: Using Java Applets with Lenya

2005-09-12 Thread LORIN ronan yann
Hi, Looks like your applet is compiled for a higher jre version than the one you are using. For example: class compiled for 1.5 and running a jre 1.3 on client computer. Regards -Message d'origine-De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Envoyé : lundi 12 septembre 2005

Re: Using Java Applets with Lenya

2005-09-08 Thread shishir . saxena
Hi all, I tried implementing applets as we do it in Apache Cocoon by specifying the ResourceReader and mapping the class as:       But, I am receiving the following error: java.lang.ClassFormatError: HelloWorld (Bad magic number)         at java.lang.ClassLoader.defineClass0(Native Method)