<< September 1, 2004 | Home | September 3, 2004 >>

W

W.

Jython Runs Again With Java 5.0 RC

It seems that my problem in running Jython went away when I upgraded to Java 5.0 RC:

[weiqi@gao] $ java -version
java version "1.5.0-rc"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-rc-b63)
Java HotSpot(TM) Client VM (build 1.5.0-rc-b63, mixed mode, sharing)

[weiqi@gao] $ jython
Jython 2.1 on java1.5.0-rc (JIT: null)
Type "copyright", "credits" or "license" for more information.
>>>
Tags :

Z

Z!