MarvinView with Java Web Start Example

The MarvinView application can be launched via the Internet using JavaTM Web Start.

Get Java Web Start NOW!

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:

If you want to use MarvinView application from your browser, you just have to open the mview.jnlp file from your browser.

Source of mview.jnlp:

<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="http://www.chemaxon.com/marvin/"
href="http://www.chemaxon.com/marvin/jnlp/mview.jnlp">
  <information>
    <title>MarvinView</title>
    <vendor>ChemAxon</vendor>
    <homepage href="."/>
    <description>Application for displaying chemical structures.</description> 
    <offline-allowed/>
    <icon href="jnlp/mview32.gif"/>
  </information>
  <security>
    <all-permissions/> 
  </security>
  <resources>
    <j2se version="1.1+"/>
    <jar href="jnlp/MarvinBeans.jar"/>
    <jar href="./sjars/batik-core.jar"/>
    <jar href="./sjars/chart.jar"/>    
  </resources>
  <application-desc main-class="chemaxon.marvin.View"/>
</jnlp>