java.lang.NoClassDefFoundError: org.eclipse.core.runtime.RegistryFactory
问题 I'm trying to use DataObjects in Java: DataFactory factory = DataFactory.INSTANCE; in one java Project using: import commonj.sdo.DataObject; And I'm getting this error: Exception in thread "main" java.lang.NoClassDefFoundError: org.eclipse.core.runtime.RegistryFactory at org.eclipse.core.internal.runtime.InternalPlatform.getRegistry(InternalPlatform.java:671) at org.eclipse.core.runtime.Platform.getExtensionRegistry(Platform.java:867) at com.ibm.wsspi.sca.extensions.ServiceProviderRegistry