How to open notepad in JAVA programming Alamgir 11:10 AM Alamgir import java.io.IOException; public class Notepad { public static void main(String[] args) throws IOException { Runtime rs=Runtime.getRuntime(); rs.exec("notepad"); } } Author : Alamgir Share this Related Posts