Is there some way by which I can configure eclipse to run a program with certain command line arguments for debugging.
1 Answer
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.
1 Comment
Sachin Sharma
+1 for the Ant suggestion. Eclipse behaves strangely at times with the command line arguments.