hi ,
i need your help. Actually, i use some different projects to build
my application using Eclipse RCP. In one of my project plugin, I use
functions from another project (this one is not a plugin). The
compilation works well as I include the dependency in the project
configuration.
However, whenever I run the application, there's error showing that
the functions which I use don't exist. The error is
java.lang.NoClassDefFoundError.
I cannot figure out what I need to do.
Can you give me some advices ?
Thank you
Quan
Lew - 22 Oct 2007 14:05 GMT
> hi ,
> i [sic] need your help. Actually, i [sic] use some different projects to build
[quoted text clipped - 7 lines]
> I cannot figure out what I need to do.
> Can you give me some advices ?
<http://www.mindprod.com/jgloss/runerrormessages.html#NOCLASSDEFFOUNDERROR>
Something was not re-compiled, or there is a mismatch between the compiling
and running JVMs, I'm predicting. Roedy's site gives good advice.

Signature
Lew