Hi to all,
i can open a notepad application in windows os by using the code in a Menu named as Notepad. Notepad will be open when i click the Menu
Runtime.getRuntime().exec("notepad");
The same way how can i open the Text File application (as notepad in windows) in SUSE Linux and also calculator.
Help me Plz..
Thanks in Advance...