It seems JFX preview requires Oracle JDK. But is it really needed?
java.lang.NullPointerException
at flow.netbeans.markdown.preview.ext.FXHtmlView$2.run(FXHtmlView.java:52)
at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
[catch] at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at com.sun.glass.ui.gtk.GtkApplication.lambda$null$5(GtkApplication.java:139)
at java.lang.Thread.run(Thread.java:745)
Preview works if "Use JavaFX" option is not selected. But it doesn't respect the HTML export template.
It seems JFX preview requires Oracle JDK. But is it really needed?
Preview works if "Use JavaFX" option is not selected. But it doesn't respect the HTML export template.