Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8111901

Minimal program hangs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • fx2.0
    • fx2.0
    • javafx
    • Windows

      That following program hangs (all threads are waiting infinitely).

      public class Minimal extends Application {
          @Override
          public void start(Stage stage) {
          }
          
          public static void main(String[] args) {
              Launcher.launch(Minimal.class, args);
          }
      }

            kcr Kevin Rushforth
            kprazdnikwse Kirill.Prazdnikov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: