Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » eclipsec.exe command line(Disable popup window after command line return code)
eclipsec.exe command line [message #1831342] Mon, 17 August 2020 18:46 Go to next message
Che Bumagat is currently offline Che BumagatFriend
Messages: 46
Registered: February 2012
Member
Hi folks,

We have a program that runs eclipsec.exe on the command line and this program returns an exit code.

We notice that when this happens, it pops up a dialog.

Is there a way to disable this popup dialog and just have the program return the exit code?

Thanks!

Che

[Updated on: Mon, 17 August 2020 20:47]

Report message to a moderator

Re: eclipsec.exe command line [message #1831344 is a reply to message #1831342] Mon, 17 August 2020 19:08 Go to previous messageGo to next message
Rolf Theunissen is currently offline Rolf TheunissenFriend
Messages: 260
Registered: April 2012
Senior Member
use the option '--launcher.suppressErrors' to suppress this dialog, the error will be logged to the console though.

For reference, look at the source code: https://git.eclipse.org/c/equinox/rt.equinox.framework.git/tree/features/org.eclipse.equinox.executable.feature/library/eclipseMain.c
Re: eclipsec.exe command line [message #1831345 is a reply to message #1831344] Mon, 17 August 2020 19:09 Go to previous messageGo to next message
Rolf Theunissen is currently offline Rolf TheunissenFriend
Messages: 260
Registered: April 2012
Senior Member
Of course there is also some more user friendly documentation: https://wiki.eclipse.org/Equinox_Launcher
Re: eclipsec.exe command line [message #1831346 is a reply to message #1831345] Mon, 17 August 2020 19:22 Go to previous message
Che Bumagat is currently offline Che BumagatFriend
Messages: 46
Registered: February 2012
Member
Got it. Thank you!
Previous Topic:alternate APIs for Deprecated APIs
Next Topic:How to Filter Problems View Programmatically
Goto Forum:
  


Current Time: Fri Apr 19 20:31:54 GMT 2024

Powered by FUDForum. Page generated in 0.02713 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top