Now I'm using the current applet, I'm seeing an error that wasn't there
before.

Script completed
Jmol script terminated
java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at
sun.applet.PluginAppletSecurityContext$4.run(PluginAppletSecurityContext.java:670)
        at java.security.AccessController.doPrivileged(Native Method)
        at
sun.applet.PluginAppletSecurityContext.handleMessage(PluginAppletSecurityContext.java:667)
        at
sun.applet.AppletSecurityContextManager.handleMessage(AppletSecurityContextManager.java:68)
        at
sun.applet.PluginStreamHandler.handleMessage(PluginStreamHandler.java:235)
        at
sun.applet.PluginMessageHandlerWorker.run(PluginMessageHandlerWorker.java:78)
Caused by: java.lang.ClassCastException: org.jmol.util.JmolList cannot
be cast to java.lang.String
        at org.jmol.viewer.Viewer.scriptWait(Unknown Source)
        at org.jmol.applet.Jmol.scriptProcessor(Unknown Source)
        at org.jmol.applet.Jmol.scriptWait(Unknown Source)
        at org.jmol.applet.Jmol.scriptWait(Unknown Source)
        at JmolApplet.scriptWait(Unknown Source)
        ... 10 more
Error on Java side: org.jmol.util.JmolList cannot be cast to
java.lang.String


I think the origin of the error is a call I make:

 var errors = jmolScriptWait(jmol_script, 0);

Cheers, Dave

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to