Problem using Mihini EE with LDT 0.9 under Win 7 [message #1037130] |
Tue, 09 April 2013 03:48  |
Eclipse User |
|
|
|
Hi forum,
I am new to LDT. I have a problem that I can't found answer for hours.
I have add mihini-0.8.zip into my LDT Lua Execution Environments.
Then I create a new Lua project with Execution Environment mihini-0.8.
When I run the default main.lua, Exception show up:
Exception in thread "main" com.naef.jnlua.LuaRuntimeException: ...:\wood\work\workspaces\koneki_ldt\hello\src\main.lua:1: module 'sched' not found:
no field package.preload['sched']
no file 'C:\wood\work\workspaces\koneki_ldt\hello\src\sched.lua'
no file 'C:\wood\work\workspaces\koneki_ldt\hello\src\sched\init.lua'
no file 'C:\wood\work\workspaces\koneki_ldt\hello\src\sched.luac'
no file 'C:\wood\work\workspaces\koneki_ldt\hello\src\sched\init.luac'
no file '.\sched.dll'
no file '.\sched51.dll'
no file 'C:\Program Files (x86)\Java\jdk1.6.0_24\jre\bin\sched.dll'
no file 'C:\Program Files (x86)\Java\jdk1.6.0_24\jre\bin\sched51.dll'
no file 'C:\Program Files (x86)\Java\jdk1.6.0_24\jre\bin\clibs\sched.dll'
no file 'C:\Program Files (x86)\Java\jdk1.6.0_24\jre\bin\clibs\sched51.dll'
no file 'C:\Program Files (x86)\Java\jdk1.6.0_24\jre\bin\loadall.dll'
no file 'C:\Program Files (x86)\Java\jdk1.6.0_24\jre\bin\clibs\loadall.dll'
at com.naef.jnlua.LuaState.lua_pcall(Native Method)
at com.naef.jnlua.LuaState.call(LuaState.java:555)
at org.eclipse.koneki.ldt.support.lua51.internal.interpreter.JNLuaLauncher.run(JNLuaLauncher.java:122)
at org.eclipse.koneki.ldt.support.lua51.internal.interpreter.JNLuaLauncher.main(JNLuaLauncher.java:137)
And my package.path is :
C:\wood\work\workspaces\koneki_ldt\hello\src\?.lua;C:\wood\work\workspaces\koneki_ldt\hello\src\?\init.lua;C:\wood\work\workspaces\koneki_ldt\hello\src\?.luac;C:\wood\work\workspaces\koneki_ldt\hello\src\?\init.luac;
Kevin KIN-FOO! Can you help me ?
|
|
|
|
Powered by
FUDForum. Page generated in 0.23573 seconds