Making a distributable jar/exe file

I’m sure this must be around somewhere but I couldn’t find it.



Now I have a little app working I want to make a jar/exe file of it to send to another person so they can run the game. How do I do that?



Thanks.

Do a clean and build, go to your project folder, there should be a folder called “dist”, zip this file up. Send it to someone, and they can unzip it, and double click the .jar file inside. Or you can go to File > Project Properties > Deployment > Create .exe and this will create an executable .exe file.



Don’t forget to convert any models to .j3o

Go to your project properties and make sure that the desktop deployments are enabled.



…then do as wezrule said. A clean build will make a dist folder with various distros in it.

thx :slight_smile: