Hi Erel,
I want to insert the applet created into a html (for execute it from a web url) but I don't know the class name, for example:
I put the html file and the jar file into the same directory, but I have an error when I try to Open the Applet.
ClassFormatError
Incompatible magic value 1008813135 in class file TestDePersonalidad
It is possible? Where is the error? code="main.class" ?
Thanks a lot
Pablo
I want to insert the applet created into a html (for execute it from a web url) but I don't know the class name, for example:
B4X:
<Html>
<Head>
<Title>Java Example</Title>
</Head>
<Body>
TEST DE PERSONALIDAD:<br>
<br>
<Applet code="main.class" width="600" height="500" archive="TestDePersonalidad.jar">Necesitas tener Java instalado y un navegador compatible para poder ejecutar este programa.
</Applet>
</Body>
</Html>
I put the html file and the jar file into the same directory, but I have an error when I try to Open the Applet.
ClassFormatError
Incompatible magic value 1008813135 in class file TestDePersonalidad
It is possible? Where is the error? code="main.class" ?
Thanks a lot
Pablo