Reputation: 29168
Is there some way by which I can configure eclipse to run a program with certain command line arguments for debugging.
Upvotes: 6
Views: 5300
Reputation: 38899
You need to configure the command line arguments for Eclipse: Under Run configurations>Arguments
Read here
Also consider using Ant as a build script. Works better in the long run.
Upvotes: 7