MIP Java SDK-Fehler: D: \ eclipse_workspace \ aip-service \ mip_java.dll nicht laden
Posted: 09 Apr 2025, 23:32
Ich versuche, den MIP Java SDK -Wrapper zum Lesen und Schreiben von Etiketten von/zu einer Datei aus einem Java -Programm zu verwenden. Ich habe den MIP -SDK -Wrapper heruntergeladen und alle DLLs in den Projektstammordner kopiert. Wenn ich jedoch versuche, das Programm auszuführen, erhalte ich die folgende Ausnahme < /p>
Ich habe Abhängigkeiten ausprobiert Software, um die Abhängigkeiten der mip_java.dll herauszufinden, und ich sehe es wie unten
Code: Select all
Exception in thread "main" java.lang.RuntimeException: Can't load D:\eclipse_workspace\aip-service\mip_java.dll . Error was:D:\eclipse_workspace\aip-service\mip_java.dll: Can't find dependent libraries
at com.microsoft.informationprotection.internal.utils.Loader.load(Loader.java:27)
at com.microsoft.informationprotection.internal.utils.Loader.loadNativeLibs(Loader.java:14)
at com.microsoft.informationprotection.MIP.initialize(MIP.java:129)
at com.microsoft.mipsdksample.Action.(Action.java:68)
at com.microsoft.mipsdksample.App.main(App.java:54)