| InstallerContactSite Map |
Advanced Installer User Guide | |||
Java Product Settings Tab |
| On the Java Products page's right side panel you can view and set the parameters of your Java Product. ClasspathThis list must contain all the JAR/Zip archives that form your application. Using the button, you can add components to the classpath. These archives must be already included in the installation, through the Files and Folders page. Use the , or button to add a path to the "Classpath" parameter of your Java Application. Click the button to select an Environment Variable using the Environment Variable Picker Dialog. Use the button, to remove a JAR/Zip archive from a Java Product. The actual files will not be removed from the project.
JRE SettingsMain classContains the exact main class of your application. Includes the package and does not include the .class extension. It is required. While adding JAR files or Folders to your java product, the "Main Class" drop-down list box will be automatically populated with the "main" classes contained in every JAR or Folder. Use the drop-down list button to select the one you want. JRE versionYou can specify the minimum and maximum allowed Java Version. Advanced Installer only supports Java 2, which means a minimum JRE version 1.2. Additionally, in the Preferred JRE Version Dialog, you can edit a list of preferred versions that will be selected if found on the target computer. ApplicationTypeSelect your application's type (Graphical User Interface, Console or Windows Service). Single InstanceIf your application is of Console or Graphical User Interface type, you can set it to run as an Single Instance Application. Select the "Single Instance" checkbox to do that. Startup failure checkAny uncaught exception from the main thread is described in a dialog box that will allow the user either to stop the application or to ignore the exception. This option applies only to GUI applications. Hide settingsThe Native Java Launcher configuration can be seen and modified by the end user since it is placed into a INI file next to the application. The settings that are not resolved at install time can be hidden inside the launcher. This way the user will not be able to see your private settings. Set product folder as currentSet the java application's current directory to the application's folder. Execution LevelChoose the appropriate execution level to be used by the java application launcher. 64-bit applicationBy selecting this option a 64-bit JRE will be used. This option is suitable for applications that can take advantage of the large memory addressing capability. Also double precision (64-bit) mathematical computationally intensive applications can have significant performance improvements. Embedded JARThis option allows you to specify a JAR file that will be inserted into the Native Java Launcher. The JAR will automatically be added to the class path. You could use this option together with the “Hide settings” option to minimize the content visible for the end-user. DescriptionThis is the copyright information for the application. It will be displayed in the application's Info window. This field is of PseudoFormatted Type and can be edited with Smart Edit Control. DisplayFor a Graphical User Interface Application, you can set:
Topics
|
