Skip to main content



      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 10:18
Eclipse UserFriend
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: Sun Jun 01 08:50:52 EDT 2025

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

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

Back to the top