Just some small problem:

  Atom cloneAtom() {
    try {
      return (Atom)super.clone();
    } catch (CloneNotSupportedException cnse) {
      return null;
    }
  }

Atom.java:58: exception java.lang.CloneNotSupportedException is never
thrown in body of corresponding try statement

For now, I commented the try catch statement so that it can run.


> [EMAIL PROTECTED] wrote:
>> Oh, it did shows the missing classes. I think it is missing some of the
>> jar files you mentioned are missing. Where can I get them all?
>> Thanks.
>>
> They should be in the jars/ directory (either in Jmol-...-full.tar.gz
> file or in the SVN checkout)
>
> Nico
>



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to