Page 1 of 1
JIrr and applet
Posted: Mon Mar 19, 2007 11:10 am
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.
Posted: Sat Mar 24, 2007 12:20 pm
by biotech
i need a hello world irrlicht in browser..is there any examples???
thanks
Posted: Sat Mar 24, 2007 2:50 pm
by Frodenius
not that i know of
Posted: Sat Mar 24, 2007 7:25 pm
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
Posted: Tue Mar 27, 2007 11:42 pm
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.
Posted: Mon Jun 18, 2007 8:44 pm
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.
Posted: Sun Jul 29, 2007 12:33 pm
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).
Posted: Sun Aug 05, 2007 9:20 pm
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??