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