Hi,

I used to be able to open jmol models of molecules from SMILES strings. 
Here is the code I used to do so

 <script>
  jmolInitialize("jmol/");
  function smi2jmol(n,s) {
   document.getElementById("smileName").value = n;
   document.getElementById("smileString").value = s;
   s = "load SMILES \'" + s + "\'";
   jmolScript(s);
  }
 </script>

But now I get 

 java security access control exception : access denied (java net 
socket permission cactus nci nih...

... and I cannot read the rest. 

This is from jmol 12.0.45. I got a similar message from indiana edu 
with jmol 12.0.6 just prior to switching to the latest and greatest 
jmol, thinking that might be the problem.

I have heard of problems with Oracle's latest 'improvements' to java. 
Can that be the problem? In any case... how to fix it?

Thanks for your wonderful software in any case, and for any help you 
may be able to give me.

-- 
"This message may have been intercepted and read by U.S. government 
agencies including the FBI, CIA, and NSA and/or the present government 
of Thailand without notice or warrant or knowledge of sender or 
recipient."

John Francis Lee
246/3 Thanon Kaew Wai
Mueang Chiangrai 57000
Thailand



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to