IllegalAccessError and proxy
Posted
by konr
on Stack Overflow
See other posts from Stack Overflow
or by konr
Published on 2010-04-07T05:49:23Z
Indexed on
2010/04/07
5:53 UTC
Read the original article
Hit count: 232
Hi there,
I'm translating this code to Clojure. As you can see, I have to extend the class ArthurFrame
, yet I'm getting an IllegalAccessError
everytime I use (proxy [ArthurFrame] [] ...)
.
Any idea why? Here is the class's source.
Thanks!
© Stack Overflow or respective owner