Comment 4 for bug 1784043

Revision history for this message
Ole Streicher (olebole) wrote :

From the terminal log:

Exception in thread "main" java.lang.NoSuchMethodError: java/nio/ByteBuffer.limit(I)Ljava/nio/ByteBuffer; (loaded from /usr/lib/jvm/java-ibm-x86_64-80/jre/lib/rt.jar by <Bootstrap Loader>) called from class jline.internal.InputStreamReader (loaded from file:/usr/share/java/jline2.jar by sun.misc.Launcher$AppClassLoader@4b7a0fb9).
 at jline.internal.InputStreamReader.<init>(InputStreamReader.java:104)
 at jline.console.ConsoleReader.setInput(ConsoleReader.java:330)
 at jline.console.ConsoleReader.<init>(ConsoleReader.java:248)
 at org.python.util.JLineConsole.install(JLineConsole.java:107)
 at org.python.core.Py.installConsole(Py.java:1744)
 at org.python.core.PySystemState.initConsole(PySystemState.java:1258)
 at org.python.core.PySystemState.doInitialize(PySystemState.java:1109)
 at org.python.core.PySystemState.initialize(PySystemState.java:1023)
 at org.python.core.PySystemState.initialize(PySystemState.java:979)
 at org.python.core.PySystemState.initialize(PySystemState.java:974)
 at org.python.util.jython.run(jython.java:263)
 at org.python.util.jython.main(jython.java:142)

I would also assume that the bug is not in jython-stilts, but in jython itself. Could anyone just install jython (with the ibm-java80-jdk), and then just start "jython"?