Managing Eclipse RCP launch arguments

In my last post I discussed how to best manage run configurations for Eclipse RCP applications. But there was one related topic I wanted to discuss in more detail, and that is how to manage launch arguments. What are launch arguments? Launch arguments are arguments that are added to the command line when you execute… Continue reading Managing Eclipse RCP launch arguments

Run Configurations and Eclipse RCP

When developing Eclipse RCP applications we execute our code in the IDE using a run configuration. A run configuration is basically a collection of properties that defines how our application should be run, and these properties include: What application or product to launch, specified by id Which bundles to make available at runtime What program… Continue reading Run Configurations and Eclipse RCP