From: Oti <oh...@gm...> - 2006-02-18 00:47:08
|
Hi Dave, if I remember correctly I had similar problems with gij on RedHat Linux. Runtime.exec() was not properly supported. So I too can only recommend to not use gij in production environments. Best wishes, Oti. On 2/18/06, Dave Kuhlman <dku...@cu...> wrote: [snipped] > So, to summarize, with the following > version of java: > > $ java -version > java version "1.4.2" > gij (GNU libgcj) version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubu= ntu9) > > Copyright (C) 2005 Free Software Foundation, Inc. > > I cannot install from the Jython_21.class file. > > But, with this version: > > $ ~/a1/Java/j2sdk1.4.2_10/bin/java -version > java version "1.4.2_10" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_10-b03) > Java HotSpot(TM) Client VM (build 1.4.2_10-b03, mixed mode) > > I can successfully install it. > > I believe this indicates that the problem is with the GNU version of java= (gij > ?) installed on my machine. So, I'll try to report the problem to that > project. > > It also means (I think) that the Jython_21.class file at SourceForge is f= ine. > But, I guess you already knew that. > > Thanks again for help. > > Dave |