Re: Illegal Access Violation

At 10:36 PM -0700 5/20/01, Gary L Peskin wrote:
>Stefan --
>
>From the sources, recompile Tidy.java which should recompile all of the
>other .java files and then build your own .jar.  This should fix the
>problem.

This is not a static linking or compile problem. This error is caused by classloader behavior.  Many frameworks define their own classloaders and can even reload classes as needed. This can sometimes cause problems with statics accessed through inner classes. The best thing to do is to change JTidy so it no longer does that.
-- 
------------------------------------------------------------------------
Russell Gold                     | "... society is tradition and order
russgold@acm.org                 | and reverence, not a series of cheap
                                 | bargains between selfish interests."
http://www.httpunit.org          |   - Poul Anderson, "Iron"

Received on Monday, 21 May 2001 19:31:18 UTC