Registry / other / qtjambi-jre8

qtjambi-jre8

JSON →
library6.3.0javamavenunverified

QtJambi base module providing QtCore, QtGui, and QtWidgets bindings for Java 8.

<dependency> <groupId>io.qtjambi</groupId> <artifactId>qtjambi-jre8</artifactId> <version>6.3.0</version> </dependency>
INSTALL
IMPORT
SIG · QTJAMBI-JRE8
Q
qtjambi-jre8
otherjavav6.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QCoreApplication
io.qtjambi.qtcore.QCoreApplication

Initializes and shuts down a QtJambi application.

import io.qtjambi.qtcore.QCoreApplication; public class Example { public static void main(String[] args) { QCoreApplication.initialize(args); // Application logic QCoreApplication.shutdown(); } }
Debug
Known issues
breakingQtJambi requires native Qt libraries to be installed; missing libraries cause UnsatisfiedLinkError.
fix
Install Qt libraries on the system or bundle them with the application.
affects: all
Upgrade
Version history
6.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
qtjambi-jre8 — mvn dependency:get qtjambi-jre8 · libregistry