Do you really need to create platform dependant executables? Did you
know that you can package your java code as a .jar file which can be
started up like an exacutable by double clicking on it for win32
systems loaded with jvm 1.2+. The same can be said about other
platforms as well. Just look search google for "executable jar".