User 12f29f706e
18-07-2011 09:32:21
I upgraded old Marvin (year 2010 version approximately) to the newest version, and now I'm getting errors:
on web server log:
File does not exist: /my/path/marvin/JMSketchLaunch.jar
on java console:
load: class JMSketchLaunch not found.
java.lang.ClassNotFoundException: JMSketchLaunch
etc.
The html code is written this way:
<applet archive="appletlaunch.jar" codebase="https://my.abolute/path/marvin/" height="500" code="JMSketchLaunch" width="525">
I can get the applet visible if I change appletlaunch.jar into chemaxon.marvin.applet.JMSketchLaunch, but everything else in Marvin is giving the "not found" error after I do this.
I did the upgrading by simply renaming the old marvin folder and then putting the newest marvin-all-VERSION.tar.gz (with tar -zxf ofc :) to the same path with the same folder name, marvin, and the code stopped working.
jave -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
I just can't figure out what I'm doing wrong. Could anyone help me a bit on this?