|
From: Fredrik I. <fre...@st...> - 2003-10-21 22:00:23
|
Hi Where on various OS:es are java.library.path specified? I've noticed quite a few posts regarding java.library.path the last week, and I have about the same problem myself. My application uses the COMM api from SUN (serial port communication), which is quite tricky to install right because of old, bad instructions. When I run my application without wrapper, it works just fine. With wrapper I get STATUS | wrapper | 2003/10/21 17:29:14 | --> Wrapper Started as Console STATUS | wrapper | 2003/10/21 17:29:15 | Launching a JVM... INFO | jvm 1 | 2003/10/21 17:29:17 | Wrapper (Version 3.0.5) INFO | jvm 1 | 2003/10/21 17:29:17 | INFO | jvm 1 | 2003/10/21 17:29:24 | Error loading win32com: java.lang. UnsatisfiedLinkError: no win32com in java.library.path which according to Leif's previous answers comes from not having correct java. library.path. I looked among the environment variables on my w2k machine, but did not find any java.library.path there, so where is the default java.library. path used when running in console without wrapper specified? Why is the default java.library.path not automagically included by wrapper and left out upon choice? Cheers Fredrik |