Java To AS3 on AIR

Found this great project that enables me to convert Java code to ActionScript3 code, or at least get me close enough that I can do minor manual tweaks to get code to compile (granted that compiled code does not mean that it runs :-). However, in its current format, it was a laborious process as I can only process one file at the time, and had to copy and paste the generated code from the text area into a file. There must be a better way ! And yes there is a better way using Adobe AIR. AIR enables me to read from and write to the local file system. So, I took the core Converter class and wrapped it with the AIR File api.
A user can now select the output folder and upon the selection of the input folder, all the java files will be read, converted and written to the output folder. In addition, you can drag and drop onto the output or input button the output or input folder.
Download the AIR file from here. BTW - this is using the latest beta3 version :-)
Comments
So, could I get the source from you so I could mod it to do above?
i found a bug in the J2AS3-Code ...
i posted a comment describing a workaround at http://www.physicsdev.com/blog/?p=14#comments ...
"This application requires a version of Adobe AIR which is no longer supported. Please contact the application author for an updated version."
it said, so i am contacting :)
I installed AIR and when I try to run the application it appears a pop saying to contact the creator because a problem occurs.