|
From: Brian Z. <bz...@ig...> - 2001-01-24 21:33:30
|
Remove the 'w' from 'javaw.exe'. On Windows, javaw swallows stdout and stderr. Not sure why the installer choose javaw, might have been the only thing it could find at the time. =20 brian -----Original Message----- From: jyt...@li... [mailto:jyt...@li...]On Behalf Of Mike McKenna Sent: Wednesday, January 24, 2001 12:33 PM To: jyt...@li... Cc: =C1lvaro Falquina Subject: [Jython-dev] I'm confused ... Here's the jython.bat file created by the installer. suffice it to say that it doesn't do what I expected. =20 @echo off rem This file generated by Jython installer rem Created on XXX by mike rem rem set JAVA_HOME=3DC:\PROGRAM FILES\JAVA\JRE =20 =20 =20 "C:\PROGRAM FILES\JAVA\JRE\bin\javaw.exe" "-Dpython.home=3DC:\downloads\jython\2-0" -classpath "C:\downloads\jython\2-0\jython.jar;%CLASSPATH%" org.python.util.jython %1 %2 %3 %4 %5 %6 %7 %8 %9 Running in a persistent DOS window I see/hear the disk hits/light blinks and I get nothing. If I enter the command: java I get java if I enter javaw or javaw -jar jython.jar, I get nothing. =20 I tried changing the org.python (see above) to org.jython but to no avail. Ditto for a about an hours worth of fiddling with env variables, paths etc. =20 I have other Java apps, including jpython, running so I'm at a loss for how to get this going. Any pointers on this and other details for installing and running under Win98SE will be appreciated. =20 Thanks =20 Mike =20 p.s. to Alvaro ... go to www.jython.org <http://www.jython.org> fordownload. |