Possible Duplicate:
Open excel document in java
I have a button in my Java application that, when clicked, should cause Word to open a particular file. This file is residing somewhere in the filesystem, like in a user's documents directory.
How can I implement something like this in Java?