This installer will first check if jvm is present on the system or not. If not then it will first install the jvm. After that it will include the java code (may be in jar) alongwith the database used. And finally it will create a desktop shortcut and make changes to registry as other s/w does.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
First you need to decide on a setup authoring tool. Here is a list which can get you started: http://en.wikipedia.org/wiki/List_of_installation_software Advanced Installer is one of the tools which has a dedicated Java project type. To detect and install JVM, you can add it as a prerequisite. This is done differently for each setup tool. |
|||
|
|

deployJava.jsto check for the appropriate JRE versions, then (install the DB and add a desktop shortcut and/or menu item and) launch it with Java Web Start (supplied by Oracle, works on Windows, Mac & *nix). – Andrew Thompson Aug 30 '12 at 12:33