Using JavaFX in a Netbeans Platform application
问题 I tried to start developing an NB platform application that holds a JFXPanel in a TopComponent . Unfortunately, an Exception is thrown at runtime when the JFXPanel is instantiated. I saw that it's because i don't have the JavaFX native libs (like glass.dll) in the sub-directories of my project. Before i try to solve the problem just by copying the files, I'd like to ask you if there is a better way. In my opinion, i shouldn't have to copy the native libs into my project because they should be