Is it possible to set the MS. Windows PATH environment variable for Mapper classes? I have maps that depend on JNI and I need to set the PATH so that the .dlls can be found. The PATH can't be inherited from main, because it is running from within Tomcat and I don't have control over its start up.
Thanks, Curtis