English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-07-16 23:43:25 · 2 answers · asked by yash deep goyal 1 in Computers & Internet Programming & Design

2 answers

The 'main' method accepts a String array that you can use to pass command line options. It's pretty straightforward to parse the array and a very easy option.

Alternatively, you can have an environment variable set and check it through System.getenv(), but this is a little more complicated as many users aren't familiar with setting environment variables anymore.

2006-07-17 01:04:42 · answer #1 · answered by Dr.Mr.Ed 5 · 0 0

yash deep goyal All you want to know my friend about JAVA and more

http://publib.boulder.ibm.com/infocenter/radhelp/v6r0m1/index.jsp?topic=/com.ibm.etools.egl.doc/topics/rjavrun0002.html

2006-07-17 06:49:36 · answer #2 · answered by Joe_Young 6 · 0 0

fedest.com, questions and answers