"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
marc weber wrote:
To supply arguments at runtime, enter them on the command line after the class name. For example...
fady zohdy wrote:
marc weber wrote:
To supply arguments at runtime, enter them on the command line after the class name. For example...
how can i supply arguments at run time when i am using an IDE like netbeans?!!!
the only way to run a java file in netbeans is through the run button which doesn't give you the chance to insert any arguments.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors
fady zohdy wrote:how can i supply arguments at run time when i am using an IDE like netbeans?!!!
Liutauras Vilda wrote:
Instead is better to use simple text editor (vim, emacs, TextWrangler, Notepad++) and command line compiler.
fady zohdy wrote: i don't seem to be able to get the java compiler to read a whole package of java classes
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." -- Ted Nelson
J. Kevin Robbins wrote: I think you'll find it quite useful.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." -- Ted Nelson
Campbell Ritchie wrote:You mean Microsoft Notepad? A dreadful program for coding.
Campbell Ritchie wrote:Try the -d option to the javac tool.