-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jfxNative problem with openJDK #146
Comments
Did you install the OpenJFX-part too? |
Yes... I forgot : in Application foler, the exe generated works perfectly. Error occured during installer generation. It's not that serious, I can use Innosetup to produce the installer |
I have the same problem here but with the Oracle JDK (v8, 221) |
Same problem here using Oracle or Zulu 8u222. |
The same issue on Windows with Oracle Java 1.8 (231) |
Windows Oracle Java 1.8 (231) too |
Not sure if this is the right way to work around this issue, but I wanted to share this just in case this helped anyone else. I added this and am no longer hitting the issue:
|
@chaddaniels that's a good explanation, on Windows there was some low-level binary-code patching required due to some bug, seems that they backported a lot of changes there :( therefor: confirmed bug |
Doing as @chaddaniels suggests worked for me, but make sure you stop your gradle daemon with something like There's a note that appears, reminding you to, but you may have missed it (like I did). It reads,
If you don't restart your daemon, you might get an error like this:
|
I use this plugin for two years without problems with Oracle JDK (V 8). I want to swtich to openJDK (v8).
I began with Mac version no problems.
Under Windows, build felt with jfxNative : java.lang.NoSuchMethodError: com.oracle.tools.packager.windows.WinAppBundler.lambda$copyMSVCDLLs$261(Ljava/nio/file/Path;)Z
Application folder with executables is correct, the problem occured for the installer exe.
Any idea ?
The text was updated successfully, but these errors were encountered: