Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to save a document that has been typed in MS Word via Java application?

843829Jan 15 2002 — edited Jan 16 2002
I'm working on a java application that runs Word Macros by the following code to add or edit some documnets:

Runtime.getRuntime().exec(
wordPath +
JWintouchConstants.BLANK_STRING +
docName +
JWintouchConstants.BLANK_STRING +
macroName
);

I need to save these documents via a java interface instead of MS Word because they should be saved on a database server with different operating system.

I'll be appreciated if someone helps me.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2002
Added on Jan 15 2002
1 comment
182 views