i have developed a small project in java.
i want to know how to package my software? i.e. make a window installer(msi) or .exe application from those .java or .class files? OR if its not possible in Java then what to do?
i have developed a small project in java. i want to know how to
Share
Most people just package the application as a jar… You could however take a look here for more information.
If you 100% need a .exe, there are a couple options available:
However, you may want to do some research on these before using them, as I’m not sure how up to date they are.