Thursday, December 29, 2011

Eclipse RCP Application - Command Line Arguments

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();

No comments:

Post a Comment