APPLET JIRR HTML

Discussion about Irrlicht's Java wrapper
Post Reply
Strong99
Admin
Posts: 687
Joined: Fri Mar 31, 2006 7:06 pm
Location: Netherlands
Contact:

APPLET JIRR HTML

Post by Strong99 »

wich parameters do i need to use when i want to view jirr via a html page?

Code: Select all

<APPLET CODE="TestHelloWorld.class" CODEBASE="" WIDTH="275" HEIGHT="100"></APPLET>
Strong99
Admin
Posts: 687
Joined: Fri Mar 31, 2006 7:06 pm
Location: Netherlands
Contact:

Post by Strong99 »

I have this in a html page, the page sees that its an java applet and trys to load but nothing happens and the page crashes - stays loading and you can't do more :S

Code: Select all

<APPLET code="Murrilo.class">
<PARAM name="codebase" value="">
<PARAM name="codebase" value="lib/jirr08.jarr">
    No Java 2 SDK, Standard Edition v 1.4.2 support for APPLET!!
</APPLET>
Post Reply