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 part of the Kepler Project. Documentation is at:
http://www.keplerproject.org/luajava/


Beta 4 changes:
- package renamed to "org.keplerproject.luajava"
- LuaObject.getLuaState is now public
- new function LuaObject.type()
- JavaFunction.foo() renamed to JavaFunction.execute()
- method called by javaLoadLib now can return an int

Windows binaries and source can be downloaded from the LuaForge page:
http://luaforge.net/project/showfiles.php?group_id=10

The forum at LuaForge is active.
http://luaforge.net/forum/forum.php?forum_id=78

You need to update your code to use Beta 4, mainly because of the package
rename and the JavaFunction.foo rename. But no further incompatibilities
are expected.

Best regards,
Danilo Tuler
Kepler Project