Possible Duplicate:
Actionscript to java source converter
I am looking for a tool that will help me convert code that I wrote in AS3 to Java. It doesn't have to be perfect just a tool that will do most of the work by replacing, for example:
var i:int = 0
with
int i = 0
The ultimate goal is to convert flash to gwt.