Menu

Retrotranslator 0.9.7 released!

Retrotranslator is a Java bytecode transformer that translates Java classes compiled with JDK 5.0
into classes that can be run on JVM 1.4. Retrotranslator is a free, open-source software.

Features supported: generics, annotations, generics and annotations reflection, enums,
autoboxing, for-each loop, varargs, static import, concurrency utilities, collections framework enhancements.

Changes in Retrotranslator 0.9.7:
- Support for EnumMap, Closeable, IllegalStateException(String, Throwable), IllegalStateException(Throwable).
- Class literal expressions (Classname.class) caused class initialization, fixed.
- A private copy of ASM was put into retrotranslator-runtime-0.9.7.jar to prevent ASM versions conflict.
- JITRetrotranslator does not require sun.misc.* classes to compile.

https://sourceforge.net/projects/retrotranslator

Posted by Taras Puchko 2006-01-19

Log in to post a comment.