Hi, I would like to run the JWS version (have done so successfully in the past) but can't get it to run (Vista again). When running the JWS link, I get the following error message and additional information:
Cannot run program
"\\SBS2008\RedirectedFolders\evehom\.instantjechem\ws_installation_
www.chemaxon.com_stable/bin/instantjcehm.exe": CreateProcess error=2, The system cannot find the file specified
From the starting file tab:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://www.chemaxon.com/instantjchem-jws/stable">
<information>
<title>Instant JChem (JWS)</title>
<vendor>Chemaxon Kft.</vendor>
<description>Instant JChem Java Web Start version</description>
<description kind="short">Instant JChem</description>
<homepage href="http://www.chemaxon.com/product/ijc.html"/>
<shortcut online="true">
<desktop/>
<menu submenu="ChemAxon"/>
</shortcut>
<icon href="frame32.gif" kind="default"/>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+"/>
<jar href="JNLPInstaller.jar" main="true" download="eager"/>
</resources>
<application-desc main-class="com.im.ijc.jnlpinstaller.Main">
</application-desc>
</jnlp>
From the Exceptions tab:
java.io.IOException: Cannot run program "\\SBS2008\RedirectedFolders\evehom\.instantjchem\ws_installation_
www.chemaxon.com_stable/bin/instantjchem.exe": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at com.im.ijc.jnlpinstaller.Main.main(Main.java:304)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 13 more
Under Control Panel/Programs and Features there is still an entry for InstantJchem JWS, but I cannot uninstall this for some reason.
Regards,
HomerE