On Saturday 13 September 2003 19:39, Miguel wrote: > I got the JmolApplet v8 release candidate running under IE with a MSFT jvm. > > A very strange issue ... > the problem was with the class CMLStack. This class didn't do anything > except extend java.util.Stack and override toString. However, there was > nothing wrong with the code. > > I spent several hours trying to figure out what the problem was, but was > unsuccessful. In the end, I just eliminated CMLStack and used a regular > stack. > > I have this feeling (with little to substantiate it) that there is > something funny about java.util.Stack. I saw several web references to > other people who had unexplained VerifyErrors ... who knows.
Mmmm... the toString() must be overwritten because the CML parsing relies on that... which was the reason to use the overwritten Stack in the first place... Can you file this as a bug on Jmol's SF...? Egon -- PhD Molecular Representation in Chemometrics Dept. Analytical Chemistry http://www-cac.sci.kun.nl/people/egonw.html ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
