I have an annotation processor that depends on an external jar - lib.jar I'm packaging my processor as a jar and using it while compiling my client. I had it working fine until I introduced lib.jar when the client compilation started failing with this message.

Exception thrown while constructing Processor object: java.lang.NoClassDefFoundError: com/foo/FooBar

I tried placing lib.jar in the classpath for my client but it didn't help. What am I missing?

link|improve this question

45% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.