I'm trying to follow these instructions to configure the DataNucleus enhancer:
If using Eclipse you need to edit your project properties. Go to Java Compiler -> Annotation Processing and enable the project specific settings and enable annotation processing. Then go to Java Compiler -> Annotation Processing -> Factory Path , enable the project specific settings and then add the following jars to the list: datanucleus-enhancer.jar , datanucleus-core.jar , jdo-api.jar and asm.jar and set the compiler argument processor to org.datanucleus.enhancer.EnhancerProcessor
It was all brilliant until I got to the bold text. I can't seem to figure out what they mean. Can someone expand this sentence to be more newbie-friendly. :)