jua icon indicating copy to clipboard operation
jua copied to clipboard

LuaJIT for Java on Windows, Mac OS X, Linux, Android and iOS.

Results 5 jua issues
Sort by recently updated
recently updated
newest added

Is this project dead?

So I'm currently failing at using your library. I'm using this on a 64bit Linux system (Arch Linux). I've first tried using jua in my own project but that failed,...

Hi there Just wondering if there will be 64-bit windows support for the library? The results posted in the libgdx forums looked really promising :-)

How can I use different LuaJIT version (i.e. the last from git) with this?

Doing the following works, but I was wondering if there was a way to do it from my Java code; ``` java.require = function(str) print("Access to java package" .. str...