-
Arch Linux + Open JDK 21. I think latest QT libraries are already installed, because I can run QT6 apps from the Arch repository and PySide6 runs fine. I created a new Kotlin project, and added the following to
But when I run the sample code, I get the following runtime exception. How can I fix this?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Version numbers of Java modules and native bundles need to be the same. |
Beta Was this translation helpful? Give feedback.
Version numbers of Java modules and native bundles need to be the same.
You are using different versions.
Also, make sure that your QtJambi version matches to installed Qt version (i.e. first and second digit need to be the same, third may vary).
I don't know if the published native binaries work with Arch Linux. Otherwise, you need to build it from source.