I am trying to make a .exe file for a Swing Application by using InstallJammer.
I got the installation file (project.exe) and installed. After installation I could not find any icon to start the project.
How can I start this project after installation?
Any other ideas?
EDIT: How can i include my database ?
The best way to deploy a Java desktop application is using Java Web Start.
Desktop integration is things like an icon on the desktop or menu items (in the start menu) to start the app. Each with customized icons.
At least on supported systems, AFAIU OS X will not allow any desktop icons to clutter the user interface and *nix machines typically do not support the menu items (or didn't last time I checked).