|
And, in eclipse, how can I set up simple macros. For example, I want a keystroke to add the code System.out.println(); and have my cursor end up between the parenthesis 6:57:53 PM |
|
Also in eclipse, how do I run a java program with command line arguments? Easy. Click the little dropdown arrow next to the icon of the little man running. Select Run... and it will bring you to a tabbed dialog where if you go to the arguments tab (would you like to buy an argument??) you can enter the arguments like you would on the command line. 6:56:05 PM |
|
I wonder if Eclipse can append to the program output that appears in the console instead of clearing the console each time I run a program? I can see previous outputs from a dropdown list on the console title bar, but what if I want to see the various results all piled on top of one another in the same window? 4:20:48 PM |