Running from the Command Line
How do I run my program from the "command line". I'm not even too sure what this means. I found some examples on the Internet, and figured that the String[] args parameter in the main method are the arguments that are passed to the program from the command line. But how do I actually run my program from the command line and enter these parameters?
[357 byte] By [
Lava_Javaa] at [2007-11-26 20:49:29]

I have multiple bin folders under the Java directory. Which one do I want? Sorry for all the n00b questions, but this is quite new to me, and was never taught. I won't be replying for the next few hours or assigning Dukes because I have to leave. Sorry.
> I have multiple bin folders under the Java directory.
> Which one do I want? Sorry for all the n00b
> questions, but this is quite new to me, and was never
> taught. I won't be replying for the next few hours or
> assigning Dukes because I have to leave. Sorry.
Depending on where you have your jdk set up, it could be like this:
me> C:\j2sdk1.4.2_04\bin
-or - if it's v6x, like I have at home:
me>c:\Program Files\java\%sdk6somethingIdontrememberoftop%\bin
HTH ... read the Readme file - I tells you all this.
~Bill