Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Egidius Bakker   on Dec 07 In Java Category.

  
Question Answered By: Burkett Bernard   on Dec 07

if u wants to open a note pad just follow it
Runtime, Process class of the java  gives such facility , after that write
command,
p.exec("notepad");
where p is the object of class Process.

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on how to call the Notepad Editor in my Java Program Or get search suggestion and latest updates.


Tagged: