简体   繁体   中英

DataNucleus Access Eclipse SchemaTool

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM