[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
RE: [jdt-dev] problem about class loader
|
- From: "Tang Yu" <tangyu@xxxxxxxxxx>
- Date: Thu, 16 Jun 2005 16:40:05 +0800
- Delivered-to: jdt-dev@eclipse.org
- Thread-index: AcVxsKy8ew6q7hcfR1+mik8BG+mObwAnkL7A
- Thread-topic: [jdt-dev] problem about class loader
Sorry, this problem was
solved.
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