|
From: Leif M. <lei...@ta...> - 2010-08-10 08:42:01
|
Tasso, The Wrapper is a different process than the JVM, so it is possible to launch a 32-bit JVM from the 64-bit Wrapper, but the Wrapper's native library will fail to link with the JVM. The Wrapper is designed to be resilient so it will try to work as well as possible without the DLL, but several very important functions will not work correctly. These include the Wrapper's ability to protect the JVM against unwanted system signals like logout events, etc. Many new features also make use of the DLL. Cheers, Leif On Thu, Jul 15, 2010 at 10:15 PM, Tasso Angelidis <ta...@rb...> wrote: > If you are running 64 bit JAVA with 32 bit wrapper you get an error that > the wrapper.dll cannot be loaded. But does it really matter or affect > anything? It seems to work anyways... |