Jirr under Linux ..

Discussion about Irrlicht's Java wrapper
Post Reply
OmarMokhtar
Posts: 1
Joined: Wed Mar 02, 2011 1:44 pm
Contact:

Jirr under Linux ..

Post by OmarMokhtar »

I'd face a problem while using Jirr under linux plat-form ..
This Exception is thrown from the createDevice Function : UnsatisfiedLinkError
I'd read that this type of exception is Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native ..
does this mean that Jirr is not platform independent (because it is native) ??
does this mean that Jirr cannot run under Linux ??
Or How Can i run Jirr under Linux ??
Or How To Solve this problem ??

Thanks Very Much ..
sudi
Posts: 1686
Joined: Fri Aug 26, 2005 8:38 pm

Post by sudi »

Well that means you have to compile irrlicht and the binding lib under linux to use the java binding. But other than that i don't tink the jirr wrapper is up to date but i migt be wrong.
We're programmers. Programmers are, in their hearts, architects, and the first thing they want to do when they get to a site is to bulldoze the place flat and build something grand. We're not excited by renovation:tinkering,improving,planting flower beds.
zillion42
Posts: 324
Joined: Wed Aug 29, 2007 12:32 am
Location: Hamburg, Germany

Post by zillion42 »

I got it to run in linux, but the fonts didnt work and it crashed from time to time.
Post Reply