Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Another NoClassDefFoundError
Another NoClassDefFoundError [message #897118] Sun, 22 July 2012 02:28
Michael Spertus is currently offline Michael SpertusFriend
Messages: 78
Registered: July 2009
Member
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: Sun, 22 July 2012 02:46]

Report message to a moderator

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


Current Time: Tue Mar 19 05:28:32 GMT 2024

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

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

Back to the top