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:

Exception in thread "WindowsNativeRunloopThread" java.lang.NoSuchMethodError

2019-09-16 Thread Andrea Vacondio
Hi, I'm trying to get some attention on this issue https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8231015 My application, PDFsam Basic, is a self contained javafx application with a bundled jlinked AdoptOpenJDK 11.0.4, it has 5 or 6k new users every day and very few of them are affected b