开发者

LuaJava and Latest LuaBinaries

开发者 https://www.devze.com 2023-01-06 08:29 出处:网络
Does anyone know if LuaJava works out of the box with the latest LuaBinaries or just the 5.1.1 binaries? Thanks.

Does anyone know if LuaJava works out of the box with the latest LuaBinaries or just the 5.1.1 binaries? Thanks.

http://www.k开发者_开发知识库eplerproject.org/luajava/index.html


I have no problems using it with Lua 5.1.4:

Output:

C:\luajava>lua -v
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio

C:\luajava>java -cp "luajava-1.1.jar" org.keplerproject.luajava.Console
API Lua Java - console mode.
> example = 10
> example = example + 20
> print(example)
30

I am using Lua on Windows

0

精彩评论

暂无评论...
验证码 换一张
取 消