Just like this command
java XXX a.txt < b.txt
XXX is a class file. It can run normally if I use java command line. But when use the eclipse and input a.txt < b.txt at the arguments of eclipse.The program was block. This symbol < is just a string in eclipse,but it has some special function in java command line. So how to make the result of eclipse normally? Thank You!