Matthias Bläsing
Matthias Bläsing
For grizzly: I assume, that they have to do the same cleanup as the Apache NetBeans project, so I would not discard grizzly that easily. For the mpdui project: I...
Ok - checked out the project, initialized submodules, build on windows, run with build failures (document in previous comment), works in IE 11 and Edge as far as I can...
It would really help to have a minimal reproducer - that way the problem could be pin pointed. The mpdui project is to complex and shows the same problem as...
The grizzly integration is broken: ``` Exception in thread "main" java.lang.NoClassDefFoundError: org/glassfish/grizzly/PortRange at org.netbeans.html.presenters.browser.GrizzlyServer.init(GrizzlyServer.java:35) at org.netbeans.html.presenters.browser.Browser.displayPage(Browser.java:231) at net.java.html.boot.BrowserBuilder.showAndWait(BrowserBuilder.java:369) at cz.xelfi.music.mpdui.Main.main(Main.java:39) Caused by: java.lang.ClassNotFoundException: org.glassfish.grizzly.PortRange at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)...
Ok - Problem is the browser/pom.xml held grizzly as provided dependency
For booting in IE11: I disabled the debugging (set `org.netbeans.html.presenters.browser.Browser.Config#debug` to false) and get as far as with edge. This is grizzly running on linux and IE11 on windows. Sorry...
Is there a simple description how I reach a runnable sample? I tried to start the samples from netbeans master, but that results in Unittest failures and is missing documentation...
Now I ran the demo and contrary to my observation on mpdui I don't see any network traffic - it looks as if everything is run in the browser?
I anyone else follows the blog post and fails (I got an UnsatisfiedLinkError because my Ubuntu System has no webkitget-3.0), you have to: - disable the javafx profile (the archetype...
From me this is a -1 (as already indicated). I still don't see an analysis, that suggests, that verifies, that grizzly is the problem here. So from my perspective the...