Busted Mug

A blog that documents solutions to the most frustrating problems that occur during development in technologies such as Java, XML, AJAX, SQL, CSS and others that make me want to throw my coffee mug against the cube wall.

Monday, November 20, 2006

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