質問

I'm using Eclipse 3.6 for developing Eclipse plug-in. In the same workspace, I have 2 Plug-in projects: projA and projB. No mater which project was run, both two projects will be loaded in the new Eclipse instance. If I only want to load projA, I have to close projB, why? I run the project like this: right click the project and "Run as--- Eclipse Application".

役に立ちましたか?

解決

Have you defined the target platfom?

You can also edit your Run Configuration and choose the plugins to launch with.

他のヒント

The way you debug your project will start a new instance of Eclipse with all existing plugins installed(in your case,both project A and B are installed).This is typically called self-hosting in PDE.
If project A has no dependent package,just close other projects.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top