Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[koneki-dev] Problem while using mihini-0.8 Execution Environment in LDT 0.9 with Win 7

Hi all,

I am new to LDT and Mihini.
This is my LDT Lua Execution Environment:
Then I created a new Lua project with Execution Environment mihini-0.8:


When I click finish, it will generate a default main.lua:
 

When I run it, the problem happen:
Exception in thread "main" com.naef.jnlua.LuaRuntimeException: C:\wood\work\workspaces\koneki_ldt\test\src\main.lua:1: module 'sched' not found:
no field package.preload['sched']
no file 'C:\wood\work\workspaces\koneki_ldt\test\src\sched.lua'
no file 'C:\wood\work\workspaces\koneki_ldt\test\src\sched\init.lua'
no file 'C:\wood\work\workspaces\koneki_ldt\test\src\sched.luac'
no file 'C:\wood\work\workspaces\koneki_ldt\test\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)


Can you help me ?

Best Regards
Yong-Jie

Attachment: ee.jpg
Description: Binary data

Attachment: default_main.jpg
Description: Binary data

Attachment: new_project.jpg
Description: Binary data


Back to the top