6

Is there some way by which I can configure eclipse to run a program with certain command line arguments for debugging.

1 Answer 1

7

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.

Sign up to request clarification or add additional context in comments.

1 Comment

+1 for the Ant suggestion. Eclipse behaves strangely at times with the command line arguments.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.