-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
windows java.lang.UnsatisfiedLinkError: no awt in java.library.path #4344
Comments
It looks like you are using javafx. I'll assume you're also using Gluon Substrate though their maven or gradle plugin. Take a look at this comment, explaining how I worked around a similar issue: gluonhq/substrate#1103 (comment) For your issue, you can probably get away with just copy pasting |
Yes ,i copy those dll next to executable ,and it works. I compile -Djava.library.path=.;$BINARYEN_PATH\runtime System.setProperty("java.library.path",System.getProperty("java.library.path")+";./runtime;"); put dll in runtime folder but it not work. |
The Using |
Thanks very much. |
I encountered the same problem but moving these three files doesn't solve this for me. |
Describe the issue
code,BufferedImage cause awt link fail
new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);
Steps to reproduce the issue
Please include both build steps as well as run steps
Describe GraalVM and your environment:
More details
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
** Visual Studio 2022 Developer Command Prompt v17.0.1
** Copyright (c) 2021 Microsoft Corporation
The text was updated successfully, but these errors were encountered: