Page 1 of 1

Passing parameters

Posted: Sat Sep 29, 2001 6:26 pm
by Sarah
I am new to using TextPad and JDK. I just figured out to pass a parameter when I run a Java application. But how to I pass multiple parameters? Is there a certain notation or syntax that I need to use?

Thanks.

Re: Passing parameters

Posted: Mon Oct 01, 2001 10:52 am
by Henrik Skafsgaard Larsen
Just use space between the parameters like:
MyClass parm1 parm2 etc.

mvh / regards
Henrik S. Larsen

Re: Passing parameters

Posted: Tue Oct 16, 2001 6:08 pm
by Ken Januski
Is there any way to set default parameters? I'm finding that I need to pass the classpath parameters every time I compile. They are set correctly outside of TextPad but I can't seem to get TextPad to recognize them, other than by typing them in each time I compile.