From: Rolf H. <Rol...@le...> - 2017-09-21 10:04:14
|
Am 21.09.17 um 04:47 schrieb Robert Hanson: > yes, that one. Rolf, could you try > https://sourceforge.net/projects/jmol/files/Jmol/Version%2014.20/Jmol%2014.20.5/ > and see if it is any different? > > I don't see why the applet class file is not found. That's odd. Are you > sure any applet from the past works? > The applets worked until version 14.18.1. When I tried 14.20.1 and 14.20.2 there was the same class not found error as with 14.20.7 and 14.20.5. I first get an alert stating 'JmolApplet.class' not found. when I click on the 'Details' button there appears a tiny window (about 30x2 pixel) for less than a second and vanishes. In the page at St'Olaf version 14.20.8 does work. My system: Mac OS 10.11.6 (El Capitan) Oracle Jave 8 Update 144 Safari 9.1.2 Waterfox 54.0 My 'info' variable is set this way: var jmolBaseDir = "jmol-14.20.7/jsmol/" Info = { use: "JAVA HTML5", width: "600", height: "600", debug: false, color: 'black', j2sPath: jmolBaseDir + "j2s", jarPath: jmolBaseDir + "java", jarFile: "JmolAppletSigned.jar", isSigned: "true", disableJ2SLoadMonitor: false, disableInitialConsole: false, addSelectionOptions: false, serverURL: jmolBaseDir + "php/jsmol.php", script: "", messagecallback: "_jmolMessageCallback", scriptcallback: "_jmolScriptCallback", allowjavascript: true, memoryLimit: "9536Mb", deferApplet: true, coverImage: "cover_image.jpg" }; Regards, Rolf |