[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: classes appearing twice in my plugin

Derek wrote:
Konstantin Komissarchik wrote:
Remove the bin/ entry from bin.includes and src.includes.

- Konstantin
Hmmm. Now my plugin doesn't work at all. I get class load failures.

I checked the plugin.jar and it has a com directory, but doesn't have a bin directory. I'm sure I'm missing something here.

Check your plugin's MANIFEST.MF file. If there is a Bundle-ClassPath entry, it should include ".". I suspect "bin" might have been added instead. (If there's no Bundle-ClassPath entry, then that's fine since "." is the default)