A scripting tool for Java that allows easy interfacing of Lua and Java code by allowing Lua code to access and manipulate Java objects and allowing Java code to implement interfaces using Lua.
LuaJava is a scripting tool for Java that allows scripts written in Lua to manipulate components developed in Java and also access components from Lua using the same syntax that is used for accessing Lua`s native objects. It also allows Java to implement an interface using Lua.
The official website is http://www.keplerproject.org/luajava/.