Вопрос

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