On 06/07/2010 03:31 PM, Andrew Overholt wrote:
* Andrew Overholt<overh...@redhat.com>  [2010-06-07 17:30]:
* Eric Brunson<brun...@brunson.com>  [2010-06-07 17:13]:
On 06/07/2010 02:08 PM, Andrew Overholt wrote:
I just installed jython via yum and get the following.
I have jython-2.2.1-4.4.fc13 and I don't get any errors.  If you run the
following in a terminal, do you get any output?

   rpm -qV jython
Returns no errors (no output at all).
Please open a bug where we can discuss this further.  Thanks.

I'm using Sun Java rte, are you using gcj?

ebrunsonlx(~)$ java -version
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)
I'm using OpenJDK

java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7.1) (fedora-37.b17.fc12-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
And this is what I get on my F13 box (where I originally tried jython):

java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7.1) (fedora-37.b17.fc13-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)

Andrew

Andrew,

Thanks, I figured it out.

The pathnames in the jython wrapper script to libreadline-java were pointing to /usr/lib64. I'm on x86, so I don't have anything in that directory. I changed two lines in /usr/bin/jython:

   BASE_FLAGS="$BASE_FLAGS -Djava.library.path=/usr/lib/libreadline-java"
   CLASSPATH=:/usr/lib/libreadline-java/libreadline-java.jar


and now it works. I appreciate your help, showing me your OpenJDK version was what helped me track it down.

Would you still like me to open a bug?

Sincerely,
e.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to