Re: Exception in thread "WindowsNativeRunloopThread" java.lang.NoSuchMethodError

2019-09-16 Thread Michael Paus
Hi, did you try the suggested work-around by adding something like this to the launch parameters of your bundled application? -Djava.library.path=C:/go-out-of-my-way Michael Am 16.09.19 um 09:57 schrieb Andrea Vacondio: Hi, I'm trying to get some attention on this issue https://bugs.java.com/

Re: Exception in thread "WindowsNativeRunloopThread" java.lang.NoSuchMethodError

2019-09-16 Thread Thimo von Rauchhaupt
Hello, We had the same issues and fixed it by putting the correct ddl's in the bundled java runtime bin directory (we outpacked them from the javafx distribution). This is the first place, where the ddl's are being searched. Best regards, Thimo Andrea Vacondio schrieb am Mo., 16. Sep. 2019, 09: