문제

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