Browser from internal samples throws exception at start
Exception in thread "main" java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:376)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ExceptionInInitializerError
at com.sun.webpane.platform.WebPage$1.run(WebPage.java:133)
at com.sun.webpane.platform.WebPage$1.run(WebPage.java:118)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.webpane.platform.WebPage.<clinit>(WebPage.java:118)
at com.sun.webpane.sg.ImplementationManager.createPage(ImplementationManager.java:57)
at com.sun.webpane.sg.ImplementationManager.createPage(ImplementationManager.java:51)
at javafx.scene.web.WebEngine.<init>(WebEngine.java:704)
at javafx.scene.web.WebEngine.<init>(WebEngine.java:691)
at javafx.scene.web.WebView.<init>(WebView.java:249)
at WebPane.<init>(WebPane.java:39)
at WebBrowser.createView(WebBrowser.java:121)
at WebBrowser.<init>(WebBrowser.java:98)
at Main.start(Main.java:22)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:207)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:173)
at com.sun.glass.ui.lens.LensApplication$RunnableEvent.dispatch(Unknown Source)
at com.sun.glass.ui.lens.LensApplication._runLoop(Unknown Source)
at com.sun.glass.ui.lens.LensApplication.access$400(Unknown Source)
at com.sun.glass.ui.lens.LensApplication$4.run(Unknown Source)
... 1 more
Exception in thread "main" java.lang.RuntimeException: Exception in Application start method
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:376)
at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ExceptionInInitializerError
at com.sun.webpane.platform.WebPage$1.run(WebPage.java:133)
at com.sun.webpane.platform.WebPage$1.run(WebPage.java:118)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.webpane.platform.WebPage.<clinit>(WebPage.java:118)
at com.sun.webpane.sg.ImplementationManager.createPage(ImplementationManager.java:57)
at com.sun.webpane.sg.ImplementationManager.createPage(ImplementationManager.java:51)
at javafx.scene.web.WebEngine.<init>(WebEngine.java:704)
at javafx.scene.web.WebEngine.<init>(WebEngine.java:691)
at javafx.scene.web.WebView.<init>(WebView.java:249)
at WebPane.<init>(WebPane.java:39)
at WebBrowser.createView(WebBrowser.java:121)
at WebBrowser.<init>(WebBrowser.java:98)
at Main.start(Main.java:22)
at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:207)
at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:173)
at com.sun.glass.ui.lens.LensApplication$RunnableEvent.dispatch(Unknown Source)
at com.sun.glass.ui.lens.LensApplication._runLoop(Unknown Source)
at com.sun.glass.ui.lens.LensApplication.access$400(Unknown Source)
at com.sun.glass.ui.lens.LensApplication$4.run(Unknown Source)
... 1 more