Replies: 1 comment 5 replies
|
Agree we should probably remove the applet parts but I use Java 21 runtime and works great. So why remove the ability for older versions to run? We are likely to move the Chemistry Development Kit to Java 17 at v3.0 release so it would not happen until then but I'm not really even convinced on that TBH. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Java world continues evolution in 2020's: new LTS versions of JVM 17 and 21 were released.
JChemPaint uses Java Applets (java.applet.Applet) that are deprecated for removal since Java 9 and would be removed in near future.
Java 8 is also approaching to the end of life date (Eclipse Temurin and others).
Main goal of this discussion is to develop roadmap for smooth transition of JChemPaint packages to new (and upcoming) Java LTS versions.
All reactions