Reputation: 1728
I have problem with Eclipse LDT. When I run my test Lua app, it executes just fine using JNLua inside JavaVM environment. But according to this tutorial, when I reference native lua.exe
interpreter and set it in Run Configuration as Runtime Interpreter, Run Configuration disables Launch script: and nothing is executed. When I run a same script with a same native local Lua interpreter 5.1, everything works just fine.
So, what is the problem with LDT? Has anyone had the same experience?
I've managed to run local lua.exe
from Lua Development Tools stand-alone product, but still it doesn't work as Eclipse plug-in.
Upvotes: 0
Views: 257
Reputation: 11
I'm not sure it's a bug. I guess when you register your interpreter, you uncheck the checkbox : "Accept file as argument"
This mean LDT will not manage the file to launch (that's why the Launch script is disabled)
The standard lua interpreter support file as argument and -e option, so the two check box should be checked. (It's the default value)
Upvotes: 1
Reputation: 2535
It looks like a bug ... Would you mind filing it in the Koneki bug tracker?
Upvotes: 0