Tuesday
May022006
Initial Source Release
Tuesday, May 2, 2006 at 12:24AM
I uploaded the first version of the utility. At the moment there is no GUI or command line support. To use it modify the ReadInAnEntireDirectoryDemo.java file. None of the other files should need to be modified.
Then, to run the utility from the command line type:
javac ReadInAnEntireDirectoryDemo.java && java ReadInAnEntireDirectoryDemo
If you’re new to java - download the eclipse ide.
Note: jdk1.5 is neccessary for compiling the utility and jre1.5 is neccessary to execute.
Reader Comments