简体   繁体   English

DataNucleus Access Eclipse SchemaTool

[英]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..我已经为 DataNucleus 访问平台安装并配置了 Eclipse 插件,但是当我尝试运行 SchemaTool 时出现以下错误。

java.lang.NoClassDefFoundError: org/datanucleus/store/schema/SchemaTool 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:似乎 eclipse 插件正在寻找 SchemaTool 的旧位置,它实际上位于以下位置:

org\datanucleus\store\rdbms\SchemaTool in datanucleus-rdbms-2.2.4.jar org\datanucleus\store\rdbms\SchemaTool 在 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.有没有人遇到过这个问题并修复它,我真的很想使用 eclipse 插件进行开发。

Thanks in advance.提前致谢。 ..Chris ..克里斯

Use the correct version of the Eclipse plugin for the version of DataNucleus being used.对于正在使用的 DataNucleus 版本,请使用正确版本的 Eclipse 插件。 v2.x for DataNucleus v2.2, and v3.x for DataNucleus v3.0 v2.x 用于 DataNucleus v2.2,v3.x 用于 DataNucleus v3.0

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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