View Single Post
  #1 (permalink)  
Old 04-08-2008, 03:08 PM
DonCash's Avatar
DonCash DonCash is offline
Moderator
 
Join Date: Aug 2007
Location: London, UK
Posts: 240
DonCash will become famous soon enoughDonCash will become famous soon enough
[SOLVED] Passing parameters in Eclipse
Hello,

Does anyone here know how to pass parameters in Eclipse

For example:

Code:
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!
Reply With Quote
Sponsored Links