Re: [Openjnlp-devel] Tweak to AppletRunner.java
Brought to you by:
kherr
From: Christopher H. <he...@ez...> - 2002-05-17 16:09:56
|
Thanks for completing that implementation. I picked up your latest check in, and the VerifyError is still there. Web searching seems to indicate that it might be a conflict between things compiled with Blackdown or Jikes and the Sun JVM. At any rate, the JVM is not happy with something relating to line 276, but unfortunately the error message is way to nebulous. How do I determine which compiler Ant is using in the builds? Another way the message can result is through misuse of scoping loopholes in the language, or compiler bugs related to scoping. I'm going to try constructing a test case with a similar set of relationships between the classes, to see if that will barf in the same spot. Chris |