unimined / JvmDowngrader

Downgrades modern java bytecode to older versions. at either compile or runtime.
https://jvmdowngrader.wagyourtail.xyz
Other
48 stars 5 forks source link

How far can I downgrade? #5

Closed andrew121410 closed 2 months ago

andrew121410 commented 2 months ago

Can I downgrade my Java 21 application to Java 1.4?

Is Java 8 the limit? Java 7??

wagyourtail commented 2 months ago

Currently the limit is java 8. Tho java 7 is planned. going any lower would be very difficult.

andrew121410 commented 2 months ago

Thank you for the work on this ❤️ I came from https://github.com/RaphiMC/JavaDowngrader which was deprecated for this.

wagyourtail commented 2 months ago

i realized i didnt confirm the upper limit. It's currently Java 22. I updated to include this information in the readme