Dose the QTv6 has the jvm libraries module ?
Unsolved
Qt 6
-
When i looking for the apis of the QTv6,I found that there were apis of the JNI codes.
Unluckily it said that only support the android platforms.
I just wondered if it is possible to support the windows /linux platform?
If could,dose the QTv6 has the jvm library modules in the original libraries,only need to do something (for example add the library varieties) at the qt project files?
Forgive me describe the question so poor! -
Hi,
As you already found out, that part is specific to the Android platform. Qt does not embed the JVM in any case. Those are just Qt wrapper on top of the standard JNI functionalities.
Qt has otherwise nothing specific for Java. There is the Qt Jambi project that provides bindings for Qt for the Java language.