Retrotranslator เป็น jar file ที่เอาไว้แปลง source และ byte code ของ java 1.5 ให้ไปรันที่ 1.4
จะ เปลี่ยนพวก library บางตัวที่ java 1.4 ไม่มี โดน Retrotranslator จะทำการแก้ ให้ไป call funcion ใน package ของ Retrotranslator แทนที่จะ call จาก library ของ java 1.5
Retrotranslator
Contents
What is Retrotranslator?
What Java 5 features are supported?
How to use Retrotranslator from a command line?
How to use Retrotranslator from [...]