- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
So, I made a program that is finished now, and I want to release it. Anyone willing to help me to export it as an installer/application (exe)?
I don't think it's possible. The installer would just put the .jar file in C:/program files/name/file.jar, and create a desktop shortcut to that file?
I already done it lol. I used launch4J
no, it puts the .jar inside the .exe
the no .exe was one of the problems I had with coding in JAVA, I might learn it for real now.Have you read that article? It's very interesting
the no .exe was one of the problems I had with coding in JAVA, I might learn it for real now.
AARGH
Does anyone even get the most important point of the article?
Why would you do such a thing? Java is designed to be portable to many platforms, making it into a Windows executable is usually a waste of time and loss of possibilities...