Eclipse tip : work around for the < argument
This post is a quick tip on Eclipse usage. Suppose you are running a java application that reads in a file whose name is supplied at the command line with the Example : java TopM 5 The code to process the data in tinyBatch.txt is :