fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

How to Java Executables From PlayN #224

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
So I know you can use ant and mvn to test the project, but I was wondering if 
there was a way to deploy the project directly as a executable jar or otherwise 
compile it into a format that can be directly ran? Thanks!

Original issue reported on code.google.com by NamPNQ on 22 Nov 2012 at 4:56

GoogleCodeExporter commented 9 years ago
tonnes of options to do this with java - its only a google away (or 
stackoverflow 
http://stackoverflow.com/questions/147181/how-can-i-convert-my-java-program-to-a
n-exe-file?lq=1) 

e.g. http://jsmooth.sourceforge.net/features.php

Original comment by sangohan...@gmail.com on 1 Jul 2013 at 2:09