Hi All, I am facing a weird situation. When I try to run a very simple 'hello world' JavaFX 8 application, nothing seems to happen. First I just run the 'java HelloWorld' command, for the code: import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; ...