how to get paramater from commandline when running rcp in command window?

Posted by ?? on Stack Overflow See other posts from Stack Overflow or by ??
Published on 2010-06-12T08:00:36Z Indexed on 2010/06/12 8:02 UTC
Read the original article Hit count: 183

Filed under:
|
|
|

as we know, we can run eclipse in command line as follows:

eclipse.exe -clean

I need run my eclipse rcp program in the same way

myrcp.exe path

then how can I get the parameter "path" in myrcp code?

thanks~

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse