// MyApplication.java public class MyApplication { public static void main(String[] args) { System.out.println("Hello, World!"); } } // Launcher.java import sun.misc.Launcher; public class LauncherDemo { public static void main(String[] args) { Launcher launcher = Launcher.getLauncher(); launcher.launch(MyApplication.class, args); } }


上一篇:
下一篇:
切换中文