Skip to Main Content

Java Programming

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!

run chm help file through java code

807580Sep 14 2006 — edited Apr 15 2010
hello,

would you tell me how can i run a help.chm file using java code. i am trign this but no luck.

first try
Process pp=run.exec("C:/Program Files/Internet Explorer/IEXPLORE.exe ./res/bobftphelp.chm" );


Second try
Process pp=run.exec(" ./res/bobftphelp.chm" );


It run fine a help.doc file but not help.chm file.
please help me

Thanka in advance
Ravi Charan
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2010
Added on Sep 14 2006
8 comments
1,228 views