https://bugzilla.redhat.com/show_bug.cgi?id=1438673



--- Comment #11 from Per Bothner <p...@bothner.com> ---
(In reply to Jonny Heggheim from comment #8)
> It would be great if you can test Kawa by following the steps described in
> /usr/share/doc/openjfx/README.fedora

I did that.  Results:

I was able to build Kawa from source, with the --with-javafx configure flag
(which requires some javafx packages).

I was able to run some simple Kawa-Scheme JavaFX GUI demo scripts.

I was not able to use the -wjavafx option.  That should open a REPL console
(using DomTerm http://domterm.org/) in a fresh WebView:

$ bin/kawa -wjavafx
java.lang.NoClassDefFoundError: javafx/scene/web/WebView
    at org.domterm.javafx.WebTerminalApp.createScene(WebTerminalApp.java:68)
    at org.domterm.javafx.WebTerminalApp.start(WebTerminalApp.java:154)
    at
com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$8(LauncherImpl.java:863)
    at
com.sun.javafx.application.PlatformImpl.lambda$runAndWait$7(PlatformImpl.java:326)
    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)
    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)
Caused by: java.lang.ClassNotFoundException: javafx.scene.web.WebView
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 11 more
Exception in Application start method
Application stop called

The same bin/kawa -wjavafx command, using the same Kawa build, worked fine
using with Oracle's JDK in the PATH.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to