Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » "No ClassLoader" error, how to fix it ?
"No ClassLoader" error, how to fix it ? [message #31315] Wed, 05 November 2008 17:03 Go to next message
romu is currently offline romuFriend
Messages: 34
Registered: July 2009
Member
Dear all,
I'm trying to run my test campaign with PDE and I get a "No ClassLoader
found", here is the trace:

eclipse.buildId=unknown
java.version=1.6.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Framework arguments: -application
org.eclipse.pde.junit.runtime.coretestapplication -testpluginname
plugins/mytestplugin.jar -classname
mytestplugin.MyTestCase -port 6666
Command-line arguments: -application
org.eclipse.pde.junit.runtime.coretestapplication -testpluginname
plugins/mytestplugin.jar -classname mytestplugin.MyTestCase -port 6666
-consolelog

!ENTRY org.eclipse.osgi 4 0 2008-11-05 17:51:15.511
!MESSAGE Application error
!STACK 1
java.lang.IllegalArgumentException: No Classloader found for plug-in
plugins/mytestplugin.jar
at
org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunne r.getClassLoader(RemotePluginTestRunner.java:77)
at
org.eclipse.pde.internal.junit.runtime.RemotePluginTestRunne r.getTestClassLoader(RemotePluginTestRunner.java:71)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadC lass(Remo

I don't know the PDE test part, the application which listens to the port
6666 is a .Net application which just displays the messages on the text
box.

Any idea?

Thanks for all.
Re: "No ClassLoader" error, how to fix it ? [message #31558 is a reply to message #31315] Thu, 06 November 2008 16:31 Go to previous message
romu is currently offline romuFriend
Messages: 34
Registered: July 2009
Member
Please give up this thread, I found the cause of the error.
Thanks.
Re: "No ClassLoader" error, how to fix it ? [message #584477 is a reply to message #31315] Thu, 06 November 2008 16:31 Go to previous message
romu is currently offline romuFriend
Messages: 34
Registered: July 2009
Member
Please give up this thread, I found the cause of the error.
Thanks.
Previous Topic:How to add Wizards to WizardCategory programmatically
Next Topic:Extensions and Extension Points
Goto Forum:
  


Current Time: Thu Apr 25 11:06:12 GMT 2024

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

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

Back to the top