Originally posted by Jeroen Wenting:
tools like retroweaver take your 1.5 compliant Java source and transpile it into 1.4 compliant Java code. This can then be offered to a 1.4 compiler.
I don't know how effective they are, I can imagine some areas where transpilation can be extremely difficult if not impossible.
Probably that kind of tools depends on the new features of Tiger you are using. If we are talking about generics or autoboxing I think the conversion may be posible, even "just" :roll: recoding / refactoring.
But if you are using Tiger's new packages and advanced classes I would not expect your code to be converted to something 1.4 compilable.