Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] Debug Plugin Runtime Classpath

> 
> 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


Back to the top