How to GetOpt() with Java
807605Sep 11 2007 — edited Sep 11 2007Hello everybody,
I was looking for a way to process the arguments that are passed to my Java CLI application but couldn't find any good examples.
From what i found, Java doesn't have a native class that can process shell arguments, does it?
Can anybody provide me a good working example of how to process arguments?
Thanks in advance,
Lu�s