|
From: Leif M. <le...@ta...> - 2003-12-01 12:02:45
|
Jacques, >What is the environment variable to add the win/system32 folder to the >wrapper.java.library.path? > > Try the following: wrapper.java.library.path.1=../lib wrapper.java.library.path.2=%WINDIR%/system32 >Where can I get a list of the environment variables. Couldn't find it in the >docs. > > The wrapper does not provide a way to do this directly. If you are running a console then you can simply type "set" at the command prompt and you will get a full dump of all defined environment variables. That is how I answered your first question. This will not help when running as a service however. You currently have to look in the control panel. Cheers, Leif |