From: Mats W. <ma...@la...> - 2000-12-21 15:00:00
|
At 02:26 PM 12/21/2000 +0000, Finn Bock wrote: >> >>As of b2 the installer is still producing a bad jython.bat >>file on Windows systems. It's not respecting the rule (for >>bat files) that all components of the path have to be 8 chars >>or less, so if your Java is under "Program Files" that piece >>needs to look like "Progra~1". > >I would rather use quotes (aussming Robert is correct that it works >too). The remaining path which isn't fully quoted is the path to the >java.exe. Does the script work for you, if you edit jython.bat and adds >doublequotes around the path to java.exe? Yes. Didn't know that...this way is definitely preferred. |