I'm using java version "1.8.0_20" if that matters.
Any ideas ?
SlimerDudeThu 25 Sep 2014
Sorry, I can't help with the WebView problem but...
Since implementing the fix I mentioned way back in fwt::WebBrowser and Flux I've not had any problems with WebBrowser. With a bit of love I don't think it's as bad as people make out.
...well, by problems I mean it's never crashed like it used to - it's still not very good at displaying sites with a lot of Javascript.
...and I can only verify it's stableness on 64 bit Win7.
brianThu 25 Sep 2014
Tag 18 is the new INVOKEDYNAMIC constant pool entry. Based on your line number I would say you are running an older version of Fantom. In code of tip that constant is handled correctly.
tcolar Thu 25 Sep 2014
Hi I was trying to replace the extremely flaky SWT webbrowser with javafx.Webview (part of java since java 7)
So I added:
But that made the compiler barf:
I'm using java version "1.8.0_20" if that matters.
Any ideas ?
SlimerDude Thu 25 Sep 2014
Sorry, I can't help with the
WebView
problem but...Since implementing the fix I mentioned way back in fwt::WebBrowser and Flux I've not had any problems with
WebBrowser
. With a bit of love I don't think it's as bad as people make out....well, by problems I mean it's never crashed like it used to - it's still not very good at displaying sites with a lot of Javascript.
...and I can only verify it's stableness on 64 bit Win7.
brian Thu 25 Sep 2014
Tag 18 is the new INVOKEDYNAMIC constant pool entry. Based on your line number I would say you are running an older version of Fantom. In code of tip that constant is handled correctly.