Executable Jar limited to one window with JavaFX
问题 I am building a JavaFX application through E(fx)clipse and Java Scene Builder . The basic functionality is a login window. Once logged in, new window opens and the login window disapears. Right now it's just at the prototype stage. When running out of ecplise, the functionality I want is all there. Login window shows up on start (code looking as such) @Override public void start(Stage primaryStage) { try { Parent root = FXMLLoader.load(getClass().getResource("view/login.fxml"), ResourceBundle