I want to be able to pass in a variable at the command prompt and use that variable inside of the class. Any suggestions?
example
Command prompt:
c:\java myClass cmdLnVar
Inside the class:
var1 = cmdLnVar;
Can you do this? ----------------------------------------
Is George Lucas Kidding...
example
Command prompt:
c:\java myClass cmdLnVar
Inside the class:
var1 = cmdLnVar;
Can you do this? ----------------------------------------
Is George Lucas Kidding...