Creating installable package in java
I want to create a installable package [setup.exe] in java.In my package i
want to include my jar file.
On running setup it should search for jvm on system if there is no jvm then
it should install it on the system.
The solution should be plateform independent.
--
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200505/1
.
Relevant Pages
- Creating installable package in java
... I want to create a installable package in java.In my package i ... On running setup it should search for jvm on system if there is no jvm then ... it should install it on the system. ... (comp.lang.java.programmer) - Re: how to execute a class as an external Java application
... Java application using the method Runtime.exec? ... I would like to enclose everything in one JAR file and ... JVM is lanuched and finishes because it can't find the class. ... directory and everything is default package. ... (comp.lang.java.programmer) - how to execute a class as an external Java application
... Java application using the method Runtime.exec? ... I would like to enclose everything in one JAR file and ... JVM is lanuched and finishes because it can't find the class. ... directory and everything is default package. ... (comp.lang.java.programmer) - Re: Sun continues sad decline
... What happens is that Sun's JVM mmaps the .jar file for the ... of the memory pages are only mapped to a file and nothing more. ... under Sun's JVM on Solaris and analyze the memory usage piece by ... (comp.sys.sun.misc) - Re: Sun continues sad decline
... What happens is that Sun's JVM mmaps the .jar file for the ... of the memory pages are only mapped to a file and nothing more. ... under Sun's JVM on Solaris and analyze the memory usage piece by ... (comp.unix.solaris) |
|