multiple javaw.exe process if i run javafx 2.2 application

XMLWordPrintable

    • Type: Bug
    • Resolution: Incomplete
    • Priority: P4
    • 9
    • Affects Version/s: 7u6
    • Component/s: deploy
    • None
    • Environment:

      javafx and eclise juno

      I am creating multiple AnchorPane with FXMLLoader.load(getClass().getResource("a.fxml") and storing it in HashMap<String, AnchorPane>.

      During running this application, I could see multiple javaw.exe process.

      in JVM Monitor i could see like below (atleast 10 rows)

      com.oracle.javafx.authoring.Main C:\workspaceFX\SDA\src\resource\reltosda.fxml [PID: 2184]
      com.sun.javaws.Main C:\WINDOWS\Profiles\<user>\LOCALS~1\Temp\javaws2 [PID: 1252]
      ..
      ..


      is it normal behaviour

            Assignee:
            Dmitry Cherepanov (Inactive)
            Reporter:
            J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: