Skip to content

Preview isn't working with OpenJDK8 and OpenJFX8 #124

@barulheira

Description

@barulheira

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions