Thursday, February 9, 2012 2:57

java.lang.NoClassDefFoundError: com/sun/activation/registries/LogSupport

Posted by on Sunday, August 8, 2010, 12:17
This news item was posted in Java category and has 0 Comments so far.

I came across this issue when executing one unit test. From the log info, it seems that this class is not found in activation.jar.  Yes, this class is not there. But the root cause is -  the reference of javaee.jar in myeclipse.   After removing the reference to JavaEE 5 package , it works now!  Awesome!

Leave a Reply

You can leave a response, or trackback from your own site.