And it should create a.app file in a folder called release. So to summarize: all you need is your.jar file and build.xml file in the same folder, and then run the command: ant bundle (or whatever you named your target in the build.xml file, I named it bundle) Good luck, hope this helps anyone out there. Once my Scala/Java application is built with this build script, I can run it just like any ot..