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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

"Save as" Option in Notepad

807606Apr 10 2007 — edited Apr 10 2007
I am opening a file in Notepad by ..

Runtime.getRuntime().exec("Notepad.exe "+logPath);

this opens the specified file.. but when i edit the file and try to choose "Save as " option it gives Common Dialog error(0x3002).
could any please help me solve this..

Thanks In Advance
Vyas
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 8 2007
Added on Apr 10 2007
10 comments
291 views