MarvinSketch with Java Web Start Example
The MarvinSketch application can be launched via the Internet using JavaTM Web Start.
If Java Web Start is not installed on your machine or there are any problems when you try to open the link, please click on the graphic above to download Java Web Start.
For users of Netscape 6 and higher or Mozilla 1.x web browsers, manual configuration
is also required.
Please set up the Java Web Start MIME
type JNLP in the Edit->Preferences->Navigator->
Helper Applications section.
To do this:
New Type... button and fill the fields:
File extension: jnlpMime type: application/x-java-jnlp-fileApplication to use: JAVAWEBSTART_HOME/javaws/javaws
Source of msketch.jnlp:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="http://www.chemaxon.com/marvin/"
href="http://www.chemaxon.com/marvin/jnlp/msketch.jnlp">
<information>
<title>MarvinSketch</title>
<vendor>ChemAxon</vendor>
<homepage href="."/>
<description>Application for drawing chemical structures.</description>
<offline-allowed/>
<icon href="jnlp/msketch32.gif"/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.1+"/>
<jar href="MarvinBeans.jar"/>
<jar href="./sjars/batik-core.jar"/>
<jar href="./sjars/chart.jar"/>
</resources>
<application-desc main-class="chemaxon.marvin.Sketch"/>
</jnlp>