May be you can try double clicking the file if the extension is registered for a text file reader?
If you want to do it in single step, you can write a script to run the java progam and then invoke your text reader.
You can also invoke external programs from within the code using Runtime.exec()
[ July 04, 2006: Message edited by: John Calabasas ]