try { // Execute a command without arguments String command = "notepad.exe"; Process child = Runtime.getRuntime().exec(command);
} catch (Exception e) { } On Thu, Jul 7, 2011 at 8:01 PM, Jay <bca.mehta...@gmail.com> wrote: > Hi there, > > i want to know by which codding i can open notepad in java > programming so if you have any idea then please help me with this.. > > > Thanking you , > Jay > > -- > You received this message because you are subscribed to the Google > Groups "Java EE (J2EE) Programming with Passion!" group. > To post to this group, send email to > java-ee-j2ee-programming-with-passion@googlegroups.com > To unsubscribe from this group, send email to > java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com > For more options, visit this group at > > http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en -- Regards, Rasesh Mori +91-97695 84303 -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe from this group, send email to java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en