Another NoClassDefFoundError [message #897118] |
Sun, 22 July 2012 02:28 |
Michael Spertus 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
|
|
|
Powered by
FUDForum. Page generated in 0.04109 seconds