Message3536

Author boisgera
Recipients boisgera
Date 2008-09-13.20:38:33
SpamBayes Score 1.2370136e-05
Marked as misclassified No
Message-id <1221338314.15.0.8181641345.issue1129@psf.upfronthosting.co.za>
In-reply-to
Content
Jython 2.5a3 on my Linux (Ubuntu) fails to find the Readline library:

$ ./jython 
Exception in thread "main" java.lang.NoClassDefFoundError:
org/gnu/readline/ReadlineLibrary
        at org.python.util.ReadlineConsole.<init>(ReadlineConsole.java:38)
...


The matter is connected to the use of bootclasspath: using the --verify
option makes it work.

$ ./jython --verify
Jython 2.5a3 (trunk:5315:5317, Sep 10 2008, 20:54:23)
[Java HotSpot(TM) Server VM (Sun Microsystems Inc.)] on java1.6.0
Type "help", "copyright", "credits" or "license" for more information.
>>>
History
Date User Action Args
2008-09-13 20:38:34boisgerasetrecipients: + boisgera
2008-09-13 20:38:34boisgerasetmessageid: <1221338314.15.0.8181641345.issue1129@psf.upfronthosting.co.za>
2008-09-13 20:38:34boisgeralinkissue1129 messages
2008-09-13 20:38:33boisgeracreate