[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [jdt-debug-dev] Debug Plugin Runtime Classpath
|
- From: Darin Wright <Darin_Wright@xxxxxxxxxx>
- Date: Tue, 3 Nov 2009 07:49:56 -0600
- Delivered-to: jdt-debug-dev@eclipse.org
>
> To make the plugin compile I added the external classfolder to the
> plugin project's classpath. BUT during runtime a ClassNotFoundException
> is signaled. I tried to add the same classfolder to the plugin's launch
> config resulting in the same ClassNotFoundException. Any suggestions?
>
Eclipse is an OSGi application. The classes must be included in the
"Bundle-Classpath:" header, found in MANIFEST.MF.
Darin