Eclipse by default launches eclipse plugin without header

I have an eclipse plugin project that starts when the eclipse user interface opens. I added the extension

org.eclipse.core.runtime.applications 

to run this headless plugin for any testing purpose. Now, if I started this plugin project from the context menu launch option. It always starts the project in silent mode until I select the UI launch configuration by opening the launch configuration window.

Any idea how we can set the default launch configuration to launch it through opening the interface? therefore, I do not need to select a launch configuration every time through the launch configuration window. The same problem occurs when debugging.

+4
source share

Source: https://habr.com/ru/post/908928/


All Articles