Minimal program hangs

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P3
    • fx2.0
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      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);
          }
      }

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

              Created:
              Updated:
              Resolved:
              Imported: