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
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