You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally designed to run under the Minecraft mod ComputerCraft, which doesn't offer quite the same standard libraries as PUC Lua. I suspect you'll have to do a reasonable amount of manual editing to get it to run under normal Lua.
first,thank you for your reply. it help me a lot.
second,i do this just for finding a way to covert java to lua (sourcecode or bytecode).
After i walk along so much times, there is not a better way to support my idea, do you have any suggestion?
A error is throwing when i excute “lua test_jvml.lua” command
lua: test_jvml.lua:2: attempt to index global 'shell' (a nil value)
stack traceback:
test_jvml.lua:2: in main chunk
[C]: ?
where are shell ,fs libs?i can not find them in repository everywhere...
The text was updated successfully, but these errors were encountered: