ERROR atlas/hangar.atlas:0 Unable to load library ‘texc_shared’: JNA native support (win32-amd64/texc_shared.dll) not found in resource path (bob.jar)
Strangely not an issue if I build via the editor (Build and Launch works fine). I’m sure i’ve missed something obvious, but my Google-fu is failing me on this one.
I believe this has something to do with 32 and 64 bit versions of java. I think you need a 32bit JRE installed. If you try java -d32 -jar bob.jar what happens then?
Bumping this one.
As bob.jar only works with 32-bits Java, how do you solve the issue that Oracle doesn’t provide 32-bits Java for OSX anymore?
Sitting with a new Macbook here and cannot for my life find a way to use any 32-bits Java which makes it really hard for me to use bob.jar
– EDIT –
Nevermind. Seems like I had hardcoded -d32 in my script for all bob calls. Removing them on OSX made it happen. dumstrut on