All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.websockets.QtJambi_LibraryUtilities Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
package io.qt.websockets;

final class QtJambi_LibraryUtilities {
    static{
        try {
            io.qt.QtUtilities.initializePackage("io.qt.internal");
            io.qt.QtUtilities.loadQtLibrary("Network");
            io.qt.QtUtilities.loadQtLibrary("WebSockets");
            io.qt.QtUtilities.loadQtJambiLibrary("WebSockets");
        } catch(RuntimeException | Error t) {
            throw t;
        } catch(Throwable t) {
            throw new RuntimeException(t);
        }
    }

    static final io.qt.InternalAccess internal = internalAccess();

    private static native io.qt.InternalAccess internalAccess();

    static void initialize() { };

    private QtJambi_LibraryUtilities() throws java.lang.InstantiationError { throw new java.lang.InstantiationError("Cannot instantiate QtJambi_LibraryUtilities."); }
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy