I have created simple nearly empty Eclipse 4 application, which XMI looks approximately following way:

enter image description here

If I export this project as Plug-in Development -> Eclipse Product and run eclipse.exe from inside destination directory, I get two empty windows:

enter image description here

Which looks like as expected.

Now how to run the same from under Eclipse debugger? If I select Debug As -> Eclipse Application I get some separate eclipse running with some panels, and even I am able to create Hello World java project under it and run it.

Where are my two windows?

And how to get rid of all excess stuff?

有帮助吗?

解决方案

In the Debug Configuration for your application set the Program to Run to Run a product and select your product id.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top