From: <bc...@wo...> - 2000-12-21 14:26:14
|
On Wed, 20 Dec 2000 18:12:23 -0700, you wrote: >At 10:28 PM 12/17/2000 +0000, Finn Bock wrote: > >Jython-2.0a2 is now available. > > > > http://jython.sourceforge.net/index.html > > > >Install as with Jython-2.0a1. I don't intend to announce this any > >more widely than these lists for now. > >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? In my installation it becomes: "I:\JAVA\JDK1.3\jre\bin\java.exe" "-Dpython.home... If that is enough, I will add it to alpha 3. Let me know. >SourceForge doesn't like me...downloads are a disaster and >posting bugs is no better so I'm sending it here. I think that it is just some transition pains. Lets hope it all straigthen itself out within a short period of time. regards, finn |