[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANNOUNCE] LuaJava 1.0 Beta 2
- From: "Danilo Tuler" <tuler@...>
- Date: Fri, 9 Jul 2004 20:11:50 -0300
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