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
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
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
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)