that's a good one! :) Something got messed up with your build -- it's not finding the loadShape(int shapeID) method. I'm guessing you don't have a clean build. In Eclipse, use Project | Clean... and make sure it really deletes all the files in the build directory.
Bob Jonathan Gutow wrote: >I found a console message this time. When the jar I've built using >the Ant build.xml file is launched I get the following error. Is >this related to the recent rearrangement of code? > >uncaught exception: java.lang.NoSuchMethodError: >org.jmol.modelset.ModelLoader.loadShape(I)V >java.lang.NoSuchMethodError: org.jmol.modelset.ModelLoader.loadShape(I)V > at org.jmol.modelset.ModelLoader.finalizeShapes(Unknown Source) > at org.jmol.modelset.ModelLoader.initializeModelSet(Unknown Source) > at org.jmol.modelset.ModelLoader.<init>(Unknown Source) > at org.jmol.viewer.ModelManager.zap(Unknown Source) > at org.jmol.viewer.Viewer.zap(Unknown Source) > at org.jmol.viewer.Viewer.setAppletContext(Unknown Source) > at org.openscience.jmol.app.Jmol.<init>(Unknown Source) > at org.openscience.jmol.app.Jmol.<init>(Unknown Source) > at org.openscience.jmol.app.Jmol.getJmol(Unknown Source) > at org.openscience.jmol.app.Jmol.main(Unknown Source) >Exception in thread "main" java.lang.NullPointerException > at org.openscience.jmol.app.Jmol.main(Unknown Source) > > >Jonathan > Dr. Jonathan H. Gutow >Chemistry Department [EMAIL PROTECTED] >UW-Oshkosh Office:920-424-1326 >800 Algoma Boulevard FAX:920-424-2042 >Oshkosh, WI 54901 > http://www.uwosh.edu/faculty_staff/gutow/ > > > > >------------------------------------------------------------------------- >This SF.net email is sponsored by: Splunk Inc. >Still grepping through log files to find problems? Stop. >Now Search log events and configuration files using AJAX and a browser. >Download your FREE copy of Splunk now >> http://get.splunk.com/ >_______________________________________________ >Jmol-developers mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/jmol-developers > > -- Robert M. Hanson Professor of Chemistry St. Olaf College Northfield, MN http://www.stolaf.edu/people/hansonr 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
