Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Recommendations on Lua Interpreter for Java [closed]

Tags:

java

lua

I have a gui application written in java that requires the use of the lua scripting language. I looked at LuaJava but it seems to be giving me problems. Can you recommend a good lua interpreter for java, preferably a pure java implementation.

like image 892
Dave Avatar asked Apr 22 '26 20:04

Dave


1 Answers

LuaJ is a good option however it is very poorly documented. Nevertheless I got it to work and hooked up additional libraries to get the functionality I was looking for.

like image 133
Dave Avatar answered Apr 29 '26 11:04

Dave