-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 25 May 2004 01:27, Rajarshi Guha wrote: > I'm trying to code up a table of JmolViewers and as a start I was > looking at the Integration.java file in examples/. Compiling it gives me > the errors: > > Integration.java:26: cannot resolve symbol > symbol : class ModelAdapter > location: package viewer > import org.openscience.jmol.viewer.ModelAdapter; > ^ > Integration.java:29: package org.openscience.jmol.adapters does not > exist > import org.openscience.jmol.adapters.SimpleModelAdapter; > > etc > > I looked at src/org/openscience/jmol/adapters and saw that it was an > empty directory - which would explain the above errors.
Seems that the code has not been updated... Recently, the ModelAdapter stuff moved to the org.jmol.adapter package... I'll try to fix the code. > Is this expected (ie empty directory)? If so where can I get the code > for SimpleModelAdapter? > > Or should Integeration.java be using code from src/org/jmol/adapter? > (Though in this case the simple/ directory is also empty) smarter is the appropriate subdir... Egon - -- [EMAIL PROTECTED] PhD on Molecular Representation in Chemometrics Nijmegen University http://www.cac.sci.kun.nl/people/egonw/ GPG: 1024D/D6336BA6 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (SunOS) iD8DBQFAsvNrd9R8I9Yza6YRAitXAKC6LwDR27bBQ9Wu6ZvnsFQh9E02NwCgv0Bt vGACEgLuUHZpg4rytsqukx4= =Rhl9 -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id149&alloc_id�66&op=click _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
