Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
how to run programs in java …based on command line arguments ??
I mean while doing a program based on command line arguments in any text editor …we do it by compiling the code in command prompt….and then we run it by using “java filename arg1 arg2 agr3….” …so how to do the same in MyEclipse ??
Right click on your java project > Run As > Run Configurations. This will list the Project name and main class under “Main” tab. Next to pass the arguments, you can click on “Arguments” tab and pass the command line arguments. Next Click on [Apply] and [Run].
It is the same as in Eclipse, refer – http://www.cs.colostate.edu/helpdocs/eclipseCommLineArgs.html