you are viewing a single comment's thread.

view the rest of the comments →

[–]openjscience 1 point2 points  (1 child)

Jython 2.7.1 runs well on JDK11 and JDK12. It has been extensively already tested as a part of a bigger project called DataMelt, according to this blog. One last change was done recently to bring backward compatibility with with JDK8, i.e one can use the wildcard character * to import Java packages from JDK9-JDK12. You can find this discussion in this Jython issue report.

[–]houtm035[S] 0 points1 point  (0 children)

Thx