I've never used java from the terminal before, and I certainly have never coded for it. My question is simple: How do I intake a file when the calling format is
cat file.txt | java YourMainClass
I have the rest of the code up and running swimmingly, I just need to take the given file name into my main method.
java YourMainClass <file.txt. – ShiDoiSi Oct 21 '12 at 15:57