vancegroup / lua-voce

Lua binding to Voce
Boost Software License 1.0
2 stars 0 forks source link

Java Initialization Under Windows #4

Open carlsonp opened 12 years ago

carlsonp commented 12 years ago

Upon running voce.init(...):

Error occurred during initialization of VM Unable to load native library: Can't find dependent libraries

Setting the Windows PATH variable (just temporarily to see if it works) does not seem to fix the problem.

rpavlik commented 12 years ago

try the fix I suggested in issue #3

carlsonp commented 12 years ago

No luck. Reading more into CreateJavaVM.

rpavlik commented 12 years ago

Well, this did once work. Try the examples that are included with voce itself.

carlsonp commented 12 years ago

Voce examples work. Using latest version of Voce. Path is set and everything. Still same issue. Argh.

rpavlik commented 12 years ago

What precisely do you mean by "Path is set and everything" ?

carlsonp commented 12 years ago

The environment variable PATH under windows. You need to specify the location of Java, otherwise it doesn't work.

rpavlik commented 12 years ago

Right - that's in the README