Ecipse provides the facility to read command line arguments passed to eclipse or RCP application via the Platform utility class.
Following code snippet can be used to read all the command line arguments:
String[] args = Platform.getCommandLineArgs();
Following code snippet can be used to read all the command line arguments:
String[] args = Platform.getCommandLineArgs();
No comments:
Post a Comment