I use Tanuki JSW to install and start a Java process in Windows XP Professional OS.
The JSW needs a system environment variable WRAPPER_HOME to start, so I configured it using usual Windows OS way (Right-click on My Computer >> Properties, etc.).
When I started JSW , it gives me this error:
_WRAPPER_HOME_\logs (The system cannot find the path specified. (0x3))".
It works after system reboot. However, my goal is to avoid rebooting the system.
Is there a way that I can tweak JSW so that it gets WRAPPER_HOME without rebooting the system?
Go to Enviroment Variables->System Variables->Set WRAPPER_HOME=yourPath. Then double check it executing cmd, then execute set. You variable should be there.