Hi ,I know about ommandline arguments and I know how to use it using command prompt ,but how can i pass these arguments using IDE.
Thank u.
Printable View
Hi ,I know about ommandline arguments and I know how to use it using command prompt ,but how can i pass these arguments using IDE.
Thank u.
what ide are you using?
thanks for quick reply .I am using NetBeans IDE
there should be some kind of run configurations that allow you to add in arguments
right click your project then goto setconfiguration then select customize then enter your argument in the argument's tab
thanku very much .