ExceptionInInitializerError running on Mac

I'm getting a "java.lang.ExceptionInInitializerError at java.lang.ClassLoader.resovleClass(ClassLoader.java)..." when I run my applet on the Mac. I had a previous version of my applet run fine but after some changes, the applet won't load. I have MRJ 2.2.5 installed.

any ideas, thanks!

[315 byte] By [Quixotic] at [2007-9-26 2:39:29]
# 1
A bit of code and info on which version of Java you wrote the code against would be helpful. In particular, Mac OS pre-X won't handle Java > 1.1.8. Post the code, please, and exactly where the error is occurring, or at least the full error message.
jverd at 2007-6-29 10:12:07 > top of Java-index,Archived Forums,Java Programming...
# 2
I've got it working now. It had nothing to do with the actual code. I was using jbuilder and for some reason when I replaced my project file with a previous one it worked. Not sure what the difference was in project files since all the settings were the same.
Quixotic at 2007-6-29 10:12:07 > top of Java-index,Archived Forums,Java Programming...