JIrr and applet

Discussion about Irrlicht's Java wrapper
Post Reply
biotech
Posts: 37
Joined: Sat Jan 31, 2004 1:46 pm

JIrr and applet

Post by biotech »

is there any working examples of irrlicht running inside the browser?
there were some examples before but they are removed from server
it gives 404 error.
any link would be appreciated! thanks.
ich bin ein berliner
biotech
Posts: 37
Joined: Sat Jan 31, 2004 1:46 pm

Post by biotech »

i need a hello world irrlicht in browser..is there any examples???
thanks
ich bin ein berliner
Frodenius
Posts: 64
Joined: Sun Aug 29, 2004 11:24 am
Location: Germany/Frankfurt
Contact:

Post by Frodenius »

not that i know of
worst programming style ever seen...
Strong99
Admin
Posts: 687
Joined: Fri Mar 31, 2006 7:06 pm
Location: Netherlands
Contact:

Post by Strong99 »

I need also JIRR in a browser but i can't find anyway some say its impossible because you can't load them with jars... webstarts must work but it won't work either by me
jirr
Posts: 36
Joined: Sat Feb 19, 2005 8:05 am

Post by jirr »

It is a cruel world with applets. At first: unsigned applets will never be able to make use of custom native libs - it is a security feature of applets to run in a sandbox without knowing about the system it is running on.

Please see https://sourceforge.net/forum/forum.php ... _id=383520 for further info.

PS: Webstart will work. But that is just another application started via the web no applet.
jirr
Posts: 36
Joined: Sat Feb 19, 2005 8:05 am

Post by jirr »

Currently found a link regarding how to install a native library for applets. Please see http://www.javaranch.com/newsletter/200 ... 003.jsp#a5 for further info.
jirr
Posts: 36
Joined: Sat Feb 19, 2005 8:05 am

Post by jirr »

Well, I am currently working on jirr running in an applet. As far as I have come I would name it pre-alpha.

First milestone has been achieved (on Windows, JDK 1.6) but it requires some further work before releasing it to the public (a reproducable crash when closing the applet, missing features like running in the browser window instead of opening a new window and so on).
biotech
Posts: 37
Joined: Sat Jan 31, 2004 1:46 pm

Post by biotech »

glad to hear you are advancing on it and it is coming up nicely with applets
tha will be great, cant wait to try...
when it will available for test??
ich bin ein berliner
Post Reply