[EMAIL PROTECTED] wrote:
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.
In the development version of Jmol (11.1.x), CloneNotSupportedException
has been replaced by Exception.
This is due to an incompatibility between different versions of the
vecmath library.
Apparently, you have a vecmath library somewhere in your path that is
superseding the vecmath library bundled with Jmol.
Nico
[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
|
-------------------------------------------------------------------------
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