Message513
Hi. Jython will no longer compile under JDK 1.1.
The problem is that PyFile.java now calls
RandomAccessFile.setLength() which only appeared
in JDK 1.2.
The call to setLength() appears on line 479 of
org/python/core/PyFile.java. In the debian build
I'm simply commenting out that entire implementation
of truncate(), leaving the superclass implementation
which throws an IOException.
Thanks - Ben.
|
|
Date |
User |
Action |
Args |
2008-02-20 17:16:58 | admin | link | issue490961 messages |
2008-02-20 17:16:58 | admin | create | |
|