-
Notifications
You must be signed in to change notification settings - Fork 744
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
Qt5 UnsatisfiedLinkError #862
Comments
No, there's no builds for Windows yet, but contributions are welcome! |
/cc @freastro |
I'm no longer using the project and I don't remember if I had it working on Windows or only on macOS. The issue appears to be that Qt5Core isn't in your path. Please ensure that you have Qt5 installed and that the dlls are added to your java.library.path (is this the same as the PATH environment variable). |
I also get the same error, the problem is that the file |
The |
Binaries for Windows are now available! |
Binaries for Qt on Windows have released with version 1.5.4. Enjoy! |
I'm trying to run the GettingStarted Qt sample (https://github.com/bytedeco/javacpp-presets/tree/master/qt) on Windows using version 1.5.2.
I'm able to build with maven but get the following error when running:
I also get a NullPointerException when trying to use the Dependency tool as described in the wiki, https://github.com/bytedeco/javacpp-presets/wiki/Debugging-UnsatisfiedLinkError-on-Windows.
Have I done something wrong with my configuration? Is the javacpp qt supported for Windows?
The text was updated successfully, but these errors were encountered: