Operation of Instant JChem can be customised using a number of startup options. These can normally be set in the jnlp descriptor file for the Java Web Start version or as command line arguments for the traditional installer/launcher.
| Option | Description | Java Web Start | Command line | chemaxon.license.url | URL of license file to use. Allows central provision of licenses. | <application-desc main-class="com.im.ijc.jnlpinstaller.Main"> |
instantjchem -J-Dchemaxon.license.url=http://yourserver/license.cxl |
|---|---|---|---|
| ijc.nowelcomescreen | Do not show welcome screen on startup. | <application-desc main-class="com.im.ijc.jnlpinstaller.Main"> |
instantjchem -J-Dijc.nowelcomescreen=true |
| --openUrl | Open a shared project configuration. | <application-desc main-class="com.im.ijc.jnlpinstaller.Main"> |
instantjchem --openUrl http://yourserver/location/config.xml |
| ijc.startup.window | Open a startup window. Possible values:
|
<application-desc main-class="com.im.ijc.jnlpinstaller.Main"> |
instantjchem -J-Dijc.startup.window=FEDERATED_SEARCH |
| ijc.maximize.window | Maximize the startup window. Applied together with ijc.startup.window property. |
<application-desc main-class="com.im.ijc.jnlpinstaller.Main"> |
instantjchem -J-Dijc.maximize.window=true |