java.lang.IllegalAccessError
The java.lang.IllegalAccessError is one of those stupid litte "Duh" kind of errors. This little nasty came along, apparently, because I needed a method to be public instead of private. This it tough to get. You have to have an interface class that has a public member that calls a private method. The compiler should pick them out but in my case didn't do the job until after I was muttering "WTF" and bashing my keyboard.
0 Comments:
Post a Comment
<< Home