Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Jesse Black   on May 28 In Java Category.

  
Question Answered By: Salvador Alexander   on May 28

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 6 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on problem while trying to make an applet Or get search suggestion and latest updates.


Tagged: