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)?
Have a linky: http://www.excelsior-usa.com/articles/java-to-exe.html
It was a quite interesting article there!
█ Xavier L | Community Public Relations Manager (Free Hosting Support)
█ Yes, my position is too cool to even exist!
█ How am I helping? Rate this post by clicking theicon below! (this is even better than "liking" a post)
█ Terms of Service | Acceptable Use Policy | x10Hosting Wiki
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?
If I have helped you, please add to my reputation () on the bottom left corner of this post.
jtwhite.me - Visit my site :D
█ Xavier L | Community Public Relations Manager (Free Hosting Support)
█ Yes, my position is too cool to even exist!
█ How am I helping? Rate this post by clicking theicon below! (this is even better than "liking" a post)
█ Terms of Service | Acceptable Use Policy | x10Hosting Wiki
imo, make one exe for stupid windows users and a jar for linux users. There are a lot of cons with .jar:
The only pro I can see with .jar is that it's cross-platform
- You need JRE already installed
- Windows users doesn't know what it is and suspects it's a virus
- easy to see the code, just unpack it with winrar
As you seen how I packed the archive in the image before, marshian, with the CMD command, I thought making an .exe wouldn't hurt as the app already was windows only. But now I'm going to do an exe and a jar.
I give up.
Have fun, learn about Java some other time.
xav0989, if you want to build native applications try learning C++.