Skip to main content
Search
Search This Blog
Papgua
Pages
Home
Technoworld
Coding
Games
More…
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
Coding
java
March 04, 2015
Opening notepad using java..
//opensource
import java.io.*;
class notepad {
public static void main(String[] args) {
Runtime notey = Runtime.getRuntime();
try {
notey.exec("notepad");
}
catch (IOException e) {
System.out.println(e);
}
}
}
Posted by lol ik
Comments
Popular Posts
September 09, 2017
Play Super Mega Ultra Battle Robot 2.0
July 25, 2017
A Certain Scientific Railgun
Comments
Post a Comment