Instant JChem Startup Options



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">
<argument>-J-Dchemaxon.license.url=http://yourserver/license.cxl</argument>
</application-desc>
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">
<argument>-J-Dijc.nowelcomescreen=true</argument>
</application-desc>
instantjchem -J-Dijc.nowelcomescreen=true
--openUrl Open a shared project configuration. <application-desc main-class="com.im.ijc.jnlpinstaller.Main">
<argument>--openUrl</argument>
<argument>http://your server/location/config.xml</argument> </application-desc>
instantjchem --openUrl http://yourserver/location/config.xml
ijc.startup.window Open a startup window. Possible values:
  • FEDERATED_SEARCH - simple federated search window
  • WELCOME_SCREEN - welcome screen
<application-desc main-class="com.im.ijc.jnlpinstaller.Main">
<argument>-J-Dijc.startup.window=FEDERATED_SEARCH</argument>
</application-desc>
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">
<argument>-J-Dijc.maximize.window=true</argument>
</application-desc>
instantjchem -J-Dijc.maximize.window=true




Copyright © 1999-2008 ChemAxon Ltd.    All rights reserved.