2

I've installed and configured the Eclipse Plugin for the DataNucleus Access Platform yet when I try to run the SchemaTool I get the following error..

java.lang.NoClassDefFoundError: org/datanucleus/store/schema/SchemaTool

it appears that the eclipse plugin is looking in an older location for the SchemaTool, it's actually at the following location:

org\datanucleus\store\rdbms\SchemaTool in datanucleus-rdbms-2.2.4.jar

Has anyone ran into this issue and have a fix for it, I'd really like to use the eclipse plugin for development.

Thanks in advance. ..Chris

Chris Johnson
  • 2,631
  • 2
  • 18
  • 17

1 Answers1

1

Use the correct version of the Eclipse plugin for the version of DataNucleus being used. v2.x for DataNucleus v2.2, and v3.x for DataNucleus v3.0

DataNucleus
  • 15,497
  • 3
  • 32
  • 37
  • I downloaded the eclipse plugin from the update site: http://www.datanucleus.org/downloads/eclipse-update/ via the link found off the following page: http://www.datanucleus.org/project/download.html I did not see anything about versions for the plugins ? – Chris Johnson Jun 06 '11 at 11:37
  • Eclipse update allows you to "view all versions" (if you check the box) – DataNucleus Jun 06 '11 at 12:34