How should I Install a Java desktop application into a Desktop without Netbeans/IDE and MySQL?
Hi I am planning to install a Java Desktop Application to a PC that doesn't have a Netbeans IDE and MySQL installed.
Can you teach me what to do? I really don't开发者_如何学运维 have any clue.
Please help... thanks in advance ^_^
I have created multiple .jar
files before with Netbeans. Works nicely, same as an .exe
file (double click to run).
Here is a full tutorial from Netbeans. Look carefully, there is a few things one needs to alter and set before you build your project for it to function perfectly.
http://netbeans.org/kb/articles/javase-deploy.html
One thing, the user will have to have Java RE installed on his machine.
I only use Java Web Start for my Swing applications.
Follow these links to start getting your head around JWS.
Lessons
How is it launched
精彩评论