much simpler problem! So my first thought is that there is something missing
in the Jar collection. What we know is that Safari is not finding the
AppletConsole class. It is in the JmolApplet0.jar, not
JmolApplet0_Console.jar. But there is an interesting issue here. The Jmol
applet console, though in the applet jar, subclasses JmolConsole, which IS
in JmolApplet0_Console.jar. I wonder if Java on that machine is having
trouble opening the class because it needs TWO jar files in the same
operation. That could be....


Does the problem go away if you use JmolApplet.jar instead of
JmolApplet0.jar?


Bob




> http://chemapps.stolaf.edu/jmol/docs/examples-11/JmolApplet0_Console.jar |
> /Users/jonathan/Library/Caches/Java/cache/6.0/54/78a404b6-63c3cf64.idx
> Interface.java Error creating instance for org.jmol.applet.AppletConsole:
> null
> Exception in thread "QueueThread0" java.lang.NullPointerException
>        at org.jmol.viewer.Viewer.getProperty(Unknown Source)
>        at org.jmol.viewer.Viewer.showConsole(Unknown Source)
>        at org.jmol.script.ScriptEvaluator.console(Unknown Source)
>        at org.jmol.script.ScriptEvaluator.instructionDispatchLoop(Unknown
> Source)
>        at org.jmol.script.ScriptEvaluator.evaluateCompiledScript(Unknown
> Source)
>        at org.jmol.viewer.Viewer.evalStringWaitStatus(Unknown Source)
>        at
> org.jmol.viewer.ScriptManager$ScriptQueueRunnable.runScript(Unknown Source)
>        at
> org.jmol.viewer.ScriptManager$ScriptQueueRunnable.runNextScript(Unknown
> Source)
>        at org.jmol.viewer.ScriptManager$ScriptQueueRunnable.run(Unknown
> Source)
>        at java.lang.Thread.run(Thread.java:637)
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Jmol-developers mailing list
> Jmol-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>



-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
1520 St. Olaf Ave.
Northfield, MN 55057
http://www.stolaf.edu/people/hansonr
phone: 507-786-3107


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to