[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.pde] Classes in runtime workspace have "bin." prepended to their fully qualified name

Hello everyone,

I'm encountering a wired issue using runtime workspace to test a plug-in project (EMF model). The issue is that the package names of my classes have "bin." prepended to their names and I've got no idea why and where that comes from. "bin" is my output folder.

If I look into the bin folder of the development workspace everything looks as expected: Compiled classes are in their respective packages in my bin folder.

However, when starting a runtime workspace with that plug-in project and looking up the types with CTRL+SHIFT+T, their package names start with "bin."

This leads to unusable classes. I tried to fix this by setting up a new eclipse, new runtime workspace, and new development workspace in any combination - no success.

Can anyone help me on this, please? Currently I'm in a customer project. Quick help or any hints are greatly appreciated!

Cheers,
Rob