Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I'm going to sound stupid here, but if I wanted to package my project into an application i.e. a .exe, would this effect that process? Commented Dec 18, 2018 at 13:19
  • Java is not meant to be made to an .exe . Generally you would create a .jar file. This is not effected (despite the fact that the size will most likely be reduced) by the process as long as the Main-class is not renamed. Commented Dec 20, 2018 at 8:01