Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-dev] problem about class loader

Sorry, this problem was solved.
 


From: jdt-dev-bounces@xxxxxxxxxxx [mailto:jdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Tang Yu
Sent: 2005年6月15日 21:47
To: jdt-dev@xxxxxxxxxxx
Subject: [jdt-dev] problem about class loader

 
hi,
 
Can anybody help me with this little problem? I was learning Eclipse by starting with some samples, and tried to implement a plugin with a Action contributed to popup menu, I always got the following error, while I do think RunTestAction was there and in the right place.
 
Could not create action delegate for id: org.eclipse.contribution.junit.runtest.action
Reason:
Plug-in org.eclipse.contribution.junit was unable to load class org.eclipse.contribution.junit.internal.ui.RunTestAction.
 
Thank you very much.
 
Erick

Back to the top