Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Re: Where to start framework? abrupt exit

Thomas Watson <tjwatson@xxxxxxxxxx> writes:

> When launching with org.eclipse.equinox.launcher it is expected to
> find an Eclipse application.  If one is not found control is given
> back to the launcher from the main thread and it proceeds to call
> System.exit.  You should be able to work around that issue by using
> the -noExit option.

Also relevant are the properties eclipse.application.launchDefault and
eclipse.ignoreApp. Setting the latter to true should do the trick.

-- 
Steven E. Harris



Back to the top