Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Is new headless build a UI-less ?

Christian W. Damus wrote:
Hi, Dmitry,

The Eclipse launcher shows that dialog when the JVM fails, often because the application that is trying tying to launch couldn't start. It has nothing to do to with running the Eclipse/Equinox-based application headless or not.

I expect that if your system didn't have X running, then the launcher would find some other way to report the failure.

More details of the problem will be available in the workspace .log file or, if this is a resource-less RCP, in the timestamped .log file in the Equinox configuration directory.

You can pass

   --launcher.suppressErrors

to the launcher to avoid the dialog, and get the error output on the console instead.

--
/Jesper




Back to the top