You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the project. I've been looking for an alternative to JxBrowser as it's such a rip off and stumbled across your project.
Currently I'm on OSX and am having issues running the code because of incompatibilities with JDK8 - https://magpcss.org/ceforum/viewtopic.php?f=17&t=16295. I'm getting a java.lang.NoSuchMethodErrorjava.awt.Component.getPeer()Ljava/awt/peer/ComponentPeer message.
However, after some googling, I found out that there is a new version of java-cef that comes with the jdk-11 fixes:
Thank you for the project. I've been looking for an alternative to JxBrowser as it's such a rip off and stumbled across your project.
Currently I'm on OSX and am having issues running the code because of incompatibilities with JDK8 - https://magpcss.org/ceforum/viewtopic.php?f=17&t=16295. I'm getting a
java.lang.NoSuchMethodErrorjava.awt.Component.getPeer()Ljava/awt/peer/ComponentPeer
message.However, after some googling, I found out that there is a new version of java-cef that comes with the jdk-11 fixes:
https://bitbucket.org/chromiumembedded/java-cef/issues/314/update-to-jdk11
I'm hoping that a new version of Journey can be released with the newest updates so I can try out the library again.
Thanks!
The text was updated successfully, but these errors were encountered: