Lines Matching defs:launcher

26 package sun.launcher;
39 * The following are helper methods that the native launcher uses
106 "sun.launcher.LauncherHelper$FXHelper";
120 private static final String diagprop = "sun.java.launcher.diag";
124 "sun.launcher.resources.launcher";
133 * A method called by the launcher to print out the standard settings,
143 * initialHeapSize: in bytes, as set by the launcher, a zero-value indicates
147 * maxHeapSize: in bytes, as set by the launcher, a zero-value indicates
150 * stackSize: in bytes, as set by the launcher, a zero-value indicates
363 outBuf = outBuf.append(getLocalizedMessage("java.launcher.opt.header",
372 outBuf = outBuf.append(getLocalizedMessage("java.launcher.opt.vmselect",
381 outBuf = outBuf.append(getLocalizedMessage("java.launcher.opt.hotspot",
392 outBuf = outBuf.append(getLocalizedMessage("java.launcher.opt.footer",
402 ostream.println(getLocalizedMessage("java.launcher.X.usage",
405 ostream.println(getLocalizedMessage("java.launcher.X.macosx.usage",
423 abort(null, "java.launcher.jar.error2", jarname);
427 abort(null, "java.launcher.jar.error3", jarname);
433 abort(null, "java.launcher.jar.error3", jarname);
447 abort(e, "java.launcher.jar.error4", jarname);
475 abort(ioe, "java.launcher.jar.error1", jarname);
554 * Check if FXHelper can launch it using the FX launcher. In an FX app,
599 abort(null, "java.launcher.module.error1", mainModule);
615 abort(null, "java.launcher.module.error3", mainClass, m.getName(),
619 abort(null, "java.launcher.module.error2", mainClass, mainModule);
662 abort(cnfe1, "java.launcher.cls.error1", cn,
666 abort(cnfe, "java.launcher.cls.error1", cn,
671 abort(le, "java.launcher.cls.error6", cn,
678 * Accessor method called by the launcher after getting the main class via
709 abort(null, "java.launcher.cls.error4", mainClass.getName(),
713 abort(e, "java.launcher.module.error5",
717 abort(e, "java.launcher.cls.error7", mainClass.getName(),
729 abort(null, "java.launcher.cls.error2", "static",
733 abort(null, "java.launcher.cls.error3",
744 * previously implemented as a native method in the launcher.
849 * The launch method used to invoke the JavaFX launcher. These must
868 * FX application launcher and launch method, so we can launch
880 * issue with loading the FX runtime or with the launcher method.
884 // find the module with the FX launcher
887 abort(null, "java.launcher.cls.error5");
890 // load the FX launcher class
893 abort(null, "java.launcher.cls.error5");
905 // verify launcher signature as we do when validating the main method
908 abort(null, "java.launcher.javafx.error1");
911 abort(null, "java.launcher.javafx.error1");
914 abort(ex, "java.launcher.cls.error5", ex);
947 * Called by the launcher to list the observable modules.
958 * Called by the launcher to show the resolved modules
973 * Called by the launcher to describe a module
981 abort(null, "java.launcher.module.error4", moduleName);
1100 * Called by the launcher to validate the modules on the upgrade and