Dear Bob,

Jmol 14.0.10_2014.02.19 

I am setting up some pages with JSmol, this is loading fine. However, when I 
switch to Java in the URL, an error says blocked by Java security.
I have up-to-date JVM and this is not happening with other pages.
I have cleared Java cache too.

The genereted code includes the following and I am worried about that line in 
red.
Is that normal or a malformed codePath string?

Thanks for any advice.


<div id="jmolApplet0_appletdiv" 
style="z-index:9000;width:100%;height:100%;position:absolute;top:0px;left:0
px;">
<object name="jmolApplet0_object" id="jmolApplet0_object" 
style="width:320px;height:320px" type="application/x-java-applet">
<param name="syncId" value="343648566402926">
<param name="progressbar" value="true">
<param name="progresscolor" value="blue">
<param name="boxbgcolor" value="black">
<param name="boxfgcolor" value="white">
<param name="boxmessage" value="Downloading JmolApplet ...">
<param name="script" value="background &quot;black&quot;">
<param name="code" value="JmolApplet.class">
<param name="appletReadyCallback" value="Jmol._readyCallback">
<param name="java_arguments" value="-Xmx
512m">
<param name="codebase" value="../JSmol/java">
<param name="codePath" 
value="http://www.someserver.es/moduloD1/../JSmol/java/";>
<param name="archive" value="JmolAppletSigned0.jar">
<param name="mayscript" value="true">
<param name="permissions" value="sandbox">
<param name="documentLocation" 
value="http://www.someserver.es/moduloD1/index.html?_USE=java";>
<param name="documentBase" 
value="http://www.someserver.es/moduloD1/index.html";>
<param name="jarPath" value="../JSmol/java">


I am setting this in the page:
  Jmol.Info = {
                width: 320,
                height: 320,
                color: 'black',
                jarPath: '../JSmol/java', 
                jarFile: 'JmolAppletSigned0.jar', 
                j2sPath: '../JSmol/j2s', 
                serverURL: '../JSmol/php/jsmol.php',
                disableInitialConsole: true,
                use: 'html5'
  }

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to