Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » [APT] Annotation Processor - java.lang.NoClassDefFoundError: javax/persistence/Column(java.lang.NoClassDefFoundError: javax/persistence/Column)
[APT] Annotation Processor - java.lang.NoClassDefFoundError: javax/persistence/Column [message #946799] Tue, 16 October 2012 14:18
Moacir Cardoso is currently offline Moacir CardosoFriend
Messages: 12
Registered: January 2012
Junior Member
Hello,
I'm developing an annotation processor and I can not make it work. After installing it in eclipse I get an error java.lang.NoClassDefFoundError: javax / persistence / Column.

In fact the code inside the processor references the Column class from javax.persistence api.

The question is how to make the processor has access to that class.

The project that is using the processor already has the api javax.persistence within the classpath.

Thanks.

Moa.
Previous Topic:[compiler] EclipseCompiler does not ask JavaFileManager for input files
Next Topic:[SOLVED] Class Loader problem with batik: How to search dependencies ?
Goto Forum:
  


Current Time: Thu Apr 25 03:32:21 GMT 2024

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

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

Back to the top