jython / jython

Python for the Java Platform
https://www.jython.org
Other
1.14k stars 185 forks source link

What java version that works to run jython #328

Open juniartisu opened 1 month ago

juniartisu commented 1 month ago

Hi, Does anyone know the answer to below questions? Will jython2.1 runs on Java17? Will jython2.7.2 run on Java17? Thank you.

robertpatrick commented 1 month ago

@juniartisu Jython 2.1 is very old so it seems unlikely that it will run on Java 17.

Jython 2.7.2 works with Java 8 or newer so it should work on Java 17. We are using 2.7.3 on Java 17 without issues (other than Jython bugs being addressed in 2.7.4)