On Sun, 2006-09-24 at 21:35 +0200, Nicolas Vervelle wrote:
> Hi,
> 
> 
> Rajarshi Guha wrote:
> > 
> > Exception in thread "main" java.lang.NoSuchMethodError: 
> > org.jmol.api.JmolAdapter.getAtomSetCollectionAuxiliaryInfo(Ljava/lang/Object;)Ljava/util/Hashtable;
> >         at org.jmol.viewer.Frame.<init>(Frame.java:223)
> >         at org.jmol.viewer.ModelManager.setClientFile(ModelManager.java:78)
> >         at org.jmol.viewer.Viewer.openClientFile(Viewer.java:1157)
> >         at org.guha.rcdk.view.ViewMolecule3D.show(ViewMolecule3D.java:45)
> >
> > Looking at the sources I see that this method is indeed missing. 
> >
> > I'm working with the latest SVN copy of Jmol.
> >   
> Are you sure ?
>  From the SVN source code:
> - org.jmol.api.JmolAdapter:
>   public Hashtable getAtomSetCollectionAuxiliaryInfo(Object clientFile) {
>     return null;
>   }
> - org.jmol.adapter.smarter.SmarterJmolAdapter:
>   public Hashtable getAtomSetCollectionAuxiliaryInfo(Object clientFile) {
>     return ((AtomSetCollection)clientFile).atomSetCollectionAuxiliaryInfo;
>   }

sorry! I was looking in the wrong file

-------------------------------------------------------------------
Rajarshi Guha <[EMAIL PROTECTED]>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE
-------------------------------------------------------------------
All theoretical chemistry is really physics; and all theoretical
chemists 
know it.
-- Richard P. Feynman



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to