-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Yes as described here: https://github.com/OmixVisualization/qtjambi/blob/master/www/How-to-develop-Qt-in-Java.md#executing-example |
Beta Was this translation helpful? Give feedback.
-
hello I am using intelliJ IDEA, gradle. I added the native version to dependenct as well and it worked. dependencies { |
Beta Was this translation helpful? Give feedback.
-
I have found the cause of this problem because Qt6.5.3 no longer supports Windows 8. I replaced the development system with Windows 10 and the problem was resolved.
…________________________________
From: Seon Joo Yi ***@***.***>
Sent: Tuesday, October 10, 2023 2:02:14 AM
To: OmixVisualization/qtjambi ***@***.***>
Cc: Young D. Shaw ***@***.***>; Author ***@***.***>
Subject: Re: [OmixVisualization/qtjambi] do I need to download the Qt 6.5.3 DLL file separately? (Discussion #170)
hello
I had a similar problem and solved it this way, so I thought I'd leave a comment
I am using intelliJ IDEA, gradle.
I added the native version to dependenct as well and it worked.
dependencies {
implementation("io.qtjambi:qtjambi-native-windows-x64:6.5.3")
implementation("io.qtjambi:qtjambi:6.5.3")
}
—
Reply to this email directly, view it on GitHub<#170 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AE33S2LIOHWNRCZU6YWEEITX6Q32NAVCNFSM6AAAAAA5WB67NKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TEMZTGE2DQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Yes as described here: https://github.com/OmixVisualization/qtjambi/blob/master/www/How-to-develop-Qt-in-Java.md#executing-example