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.