Skip to main content



      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 14:46 Go to next message
Eclipse UserFriend
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 16:47] by Moderator

Re: eclipsec.exe command line [message #1831344 is a reply to message #1831342] Mon, 17 August 2020 15:08 Go to previous messageGo to next message
Eclipse UserFriend
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 15:09 Go to previous messageGo to next message
Eclipse UserFriend
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 15:22 Go to previous message
Eclipse UserFriend
Got it. Thank you!
Previous Topic:alternate APIs for Deprecated APIs
Next Topic:How to Filter Problems View Programmatically
Goto Forum:
  


Current Time: Thu May 15 13:05:10 EDT 2025

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

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

Back to the top