import org.eclipse.swt.program.Program;public class MainClass { public static void main(String[] a) { Program.launch("notepad.exe"); }}