vote up 3 vote down star
1

I have used getopt in Python and was hoping there would be something similar in Java.

Please give a reason why your answer is better than the others.

flag

73% accept rate
btw, optparse.OptionParser is a preferred way in Python. – J.F. Sebastian Oct 16 '08 at 9:36

4 Answers

vote up 5 vote down check

Commons CLI

link|flag
I like this one so far as it was quite easy to get up and running with a simple download. The 50 line demo is all I needed to get started, and I easily found that I could parse POSIX-style or GNU-style. – Liam Oct 16 '08 at 11:00
vote up 2 vote down

I use Jewelcli and it's quite good.

You can also find a discussion of different available libraries here.

link|flag
vote up 1 vote down

https://args4j.dev.java.net/ -- has pretty good features PLUS MIT license

link|flag
vote up 0 vote down

Look at Java Simple Argument Parser. Very mature and feature complete argument parser for Java. JSAP

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.