Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » ClassNotFoundException.
ClassNotFoundException. [message #89640] Wed, 27 July 2005 14:58
Eclipse UserFriend
Originally posted by: VMarathe.ifmc.sdps.org

I am having trouble executing my test suite in PDE build.

The way my test suite works is : I have a test suite class, say suite1,
which declares extension point. Another test suite, say suite2, extends
this extension point.
Now, my suite1 suite is called and loaded but it is not able to find
suite2, whose fully qualified name is passed through, "class" property
of configuration element and further processed by calling
createExecutableExtension().

I would greatly appreciate any help!!


Following is the exception that I get. I don't know if there are any
additional classpath requirements..

[java] core-test:

[java] eclipse-test:

[java] junit:
[java] [echo] Running org.ifmc.qms.automated.tests.AllTests
startup location is C:\projects\QMS0726\build/rele
ase/../plugin-tests/qms/startup.jar
[java] [java] org.eclipse.core.runtime.CoreException[1]:
java.lang.ClassNotFoundException: org.ifmc.qms.expres
sion.engine.tests.AllTests
[java] [java] at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:403
)
[java] [java] at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:350
)
[java] [java] at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(AbstractClassLo
ader.java:78)
[java] [java] at
java.lang.ClassLoader.loadClass(Unknown Source)
[java] [java] at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:275
)
[java] [java] at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:227)
[java] [java] at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java
:1259)
[java] [java] at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(Con
figurationElement.java:152)
[java] [java] at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(Con
figurationElement.java:142)
[java] [java] at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(Con
figurationElement.java:129)
[java] [java] at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtensi
on(ConfigurationElementHandle.java:48)
Previous Topic:COBOL plugin
Next Topic:can not open eclipse
Goto Forum:
  


Current Time: Sat Nov 09 03:07:21 GMT 2024

Powered by FUDForum. Page generated in 0.07252 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top