Hi,
In the June 2000 issue of Java Developers Journal, there was an article
about a PropArgs class, which includes support for reading command line
parameters as well as configuration files.  Overall it seemed like a useful
class, and I believe source code was available at
http://www.robdodson.net/java

Andre Vanha


-----Original Message-----
From: A mailing list for Enterprise JavaBeans development
[mailto:[EMAIL PROTECTED]]On Behalf Of Vidyasagar Jeyakumar
Sent: Wednesday, June 14, 2000 8:33 AM
To: [EMAIL PROTECTED]
Subject: Command Line Validation in Java


Hi,

What is java command which is used for the command
line validation.Unix call "getopt" is very useful to
do command line validation.Is there any java command
equavalent to "getopt" to do command line validation
in Java.

>java  exampleprogram -param1 value1 value2 -param2
value -param3 value -param4 value1 value2 value3
-param5 value1 value2 value3

Regards,
Vidyasagar


__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to