You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Administrato
r\AppData\Local\Temp\skija_0.93.6\skija.dll: Can't find dependent libraries
at java.base/java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2614)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2499)
at java.base/java.lang.Runtime.load0(Runtime.java:812)
at java.base/java.lang.System.load(System.java:1821)
at org.jetbrains.skija.impl.Library.load(Library.java:73)
at org.jetbrains.skija.impl.Library.staticLoad(Library.java:47)
at org.jetbrains.skija.Surface.(Surface.java:9)
at com.javasrc.map.map.t3(map.java:166)
at http_main.main(http_main.java:33)
Hi:
I run in vps server windows server 2012
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Administrato
r\AppData\Local\Temp\skija_0.93.6\skija.dll: Can't find dependent libraries
at java.base/java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2614)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2499)
at java.base/java.lang.Runtime.load0(Runtime.java:812)
at java.base/java.lang.System.load(System.java:1821)
at org.jetbrains.skija.impl.Library.load(Library.java:73)
at org.jetbrains.skija.impl.Library.staticLoad(Library.java:47)
at org.jetbrains.skija.Surface.(Surface.java:9)
at com.javasrc.map.map.t3(map.java:166)
at http_main.main(http_main.java:33)
public static void t3()
{
//org.jetbrains.skija.windows.LibraryFinder;
//https://github.com/JetBrains/skija/blob/master/docs/Getting%20Started.md
Surface surface = Surface.makeRasterN32Premul(100, 100);
Canvas canvas = surface.getCanvas();
Do need to install any libraries? Please help me.
The text was updated successfully, but these errors were encountered: