本文介绍了如何在 Java 中嵌入 Lua?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

为此必须使用 LuaJava 吗?或者我可以在没有它的情况下将 Lua 嵌入到 Java 中吗?

Is LuaJava a must for this? Or can I embed Lua into Java without it?

推荐答案

LuaJ 很容易嵌入 Java.我确实必须更改他们的源代码的几行才能使其按我预期的方式工作(它不需要自动使用 IO 库).

LuaJ is easy to embed in Java. I did have to change a few lines of their source to get it to work how I expected (it didn't require the IO library automatically).

http://sourceforge.net/projects/luaj/

这篇关于如何在 Java 中嵌入 Lua?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-07 00:25