Running eclipse with command line arguments
Is there some way by which开发者_高级运维 I can configure eclipse to run a program with certain command line arguments for debugging.
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.
精彩评论