| [news.eclipse.platform.rcp] Re: How: Pass arguments on command line to an RCP exe application? |
Hi all,
How can I pass arguments to an RCP exe application on the command line as follows?
c:\myRcpApp.exe arg0 arg1
How can I get these argument values in the application? I know put them in the argument box in the *.product file, but I want to use the command line to pass the arguments.
Thanks, Ben
try calling Platform.getCommandLineArgs()