I have made a nice little java file. I’m convinced that I have developed it to the maximum I can code. So, I was thinking, Minecraft is in java, and it has an exe for it, not a shortcut to the jar(That’s the way I do it…), so how would I make an exe for my program? Plus, I have an icon, I put it into the bin and ran the program, and it worked. Where would I put it now?
Share
Take a look at Launch4J, that’s what I use to make an
.exeout of my Java.jarinstallers.