|
[SOLVED] Passing parameters in Eclipse
Hello,
Does anyone here know how to pass parameters in Eclipse
For example:
public static void main(String[] args) {
String test = args[0];
System.out.println(test);
}
How do you pass a parameter to Eclipse when you Run the code?
Thanks.
__________________
Did this post help you? Please To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. me! To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Last edited by DonCash : 04-08-2008 at 06:47 PM.
Reason: Added semicolon!
|