If you use the command-line environment to compile and run a java program
called Sample.java instead of using Eclipse, you could compile by writing
"java Sample 30 5" or replace the 30 and 5 with other numbers (lets
suppose the Sample.java needs 2 int inputs). How would you do the
equivalent of that when using Eclipse?