Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Another NoClassDefFoundError
Another NoClassDefFoundError [message #897118] Sat, 21 July 2012 22:28
Eclipse UserFriend
I am using Google guava, which I've packaged in a plugin. In Eclipse applications, it works fine, but in my RCP application, I get

java.lang.NoClassDefFoundError: com/google/common/base/Joiner.
...
Caused by: java.lang.ClassNotFoundException: com.google.common.base.Joiner


I verified that the guava plugin lists com.google.common.base in its exported packages. I also used the OSGI console to see that the guava plugin was active, but I still get a NoClassDefFoundError when I try to use com.google.common.base.Joiner in my RCP app. Any suggestions?

Thanks,

Mike

[Updated on: Sat, 21 July 2012 22:46] by Moderator

Previous Topic:NoClassDefFoundError
Next Topic:rcp for multi-user,platform.getConfiguration didn't find config.ini
Goto Forum:
  


Current Time: Sun Apr 27 10:44:29 EDT 2025

Powered by FUDForum. Page generated in 0.02737 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top