lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

LuaJava is a scripting tool for Java. The goal of this tool is to allow
scripts written in Lua to manipulate components developed in Java. LuaJava
also allows you to implement a Java interface using Lua.

LuaJava is now part of the Kepler Project. Documentation is at:
http://www.keplerproject.org/luajava/

Beta 2 changes:
- now supports multi-threading.
- new function LuaState.close() that should be called to close the state.
- LuaState was missing some functions
- many bug fixes...

Windows binaries and source can be downloaded from the LuaForge page:
http://luaforge.net/projects/luajava/

Best regards,
Danilo Tuler
Kepler Project