From: <bc...@wo...> - 2000-11-07 16:44:20
|
[Adam Burke] >Worked fine under > >Windows NT SP6 with >Sun SDK2, JDK 1.2.2 > >-o worked fine. > >Under IBM jdk1.1.8 jythonc failed. Does jython require Java 2? (Personally >it doesn't bother me if it does.) It disturbs me that I did not pick this >up on an earlier test. > > >E:\tempinstall\jython-2.0pa0>jythonc b.py >... >1 .\org\python\core\Py.java:1509: Method getParentFile() not found in class.java.io.File. > file.getParentFile().mkdirs(); > ^ Thanks for the bugreport. I'll fix this because jython should certainly be able to run on jdk1.1 compatible JVM's. regards, finn |