OmixVisualization / qtjambi

QtJambi is a wrapper for using Qt in Java.
http://www.qtjambi.io
Other
365 stars 43 forks source link

do I need to download the Qt 6.5.3 DLL file separately? #169

Closed piiiiq closed 1 year ago

piiiiq commented 1 year ago

Hello

On Windows system,do I need to download the Qt 6.5.3 DLL file separately? I have introduced qtjambi-6.5.3.jar and qtjambi-native-windows-x64-6.5.3.jar,However, when running the program, The following errors will be reported:

Exception in thread "main" io.qt.QLibraryNotFoundError: Library QtCore (Qt6Core.dll) was not found


Tested on Windows 8 x64 and OpenJDK 14 and Eclipse