Re: [Jmol-developers] Re: problems reading cml files

2002-12-10 Thread E.L. Willighagen
On Tuesday 03 December 2002 16:43, E.L. Willighagen wrote: > On Tuesday 03 December 2002 16:34, mth wrote: > > java.lang.ClassCastException: java.lang.Integer > > at org.openscience.cdk.io.cml.Convention.storeData(Convention.java:613) > > I just did... the other problems are caused by other issue

Re: [Jmol-developers] Re: problems reading cml files

2002-12-03 Thread E.L. Willighagen
On Tuesday 03 December 2002 16:34, mth wrote: > So I added cdk-io.jar to the src/manifest file. That helped, but now it > throws another exception. > > java.lang.ClassCastException: java.lang.Integer > at org.openscience.cdk.io.cml.Convention.storeData(Convention.java:613) > > samples/glycine-cry

[Jmol-developers] Re: problems reading cml files

2002-12-03 Thread mth
> > Could you check if you have jmol/jars/cdk-io.jar Yes > and cdk-io.jar in the src/manifest file? No So I added cdk-io.jar to the src/manifest file. That helped, but now it throws another exception. java.lang.ClassCastException: java.lang.Integer at org.openscience.cdk.io.cml.Convention.sto

[Jmol-developers] Re: problems reading cml files

2002-12-03 Thread E.L. Willighagen
On Tuesday 03 December 2002 15:25, mth wrote: > You probably already know this but ... > > There seem to be some problems reading .cml files. > > Previously I had problems reading several samples/*.cml files. But now I > cannot read samples/estron.cml ... one of my favorites :^( > > The exception i