How to make Java applications compatible with various versions of the Java platform, more precisely, Java 5 API on J2SE 1.4?
The answer to that is an opensource framework called Retrotranslator, it is based on the ASM bytecode manipulation framework. Haven’t tried it yet, but the docs seem promising
Post a Comment