istinnstudio
istinnstudio
I have tried to upgrade fst from version 2.57/java11 to 3.0.3/java17 and see what happens As far as I can see, in my case, first of all, there are some...
``` Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load C:\Users\...\AppData\Local\Temp\skija_0.100.0\skija.dll at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:1793) at java.base/java.lang.System.load(System.java:672) at io.github.humbleui.skija.impl.Library.load(Library.java:73) at io.github.humbleui.skija.impl.Library.staticLoad(Library.java:47) at io.github.humbleui.skija.Surface.(Surface.java:10) ... ``` same error when using System.load(), System.loadLibrary(), System.setProperty() etc. windows,...
This is not a "real" issue, it is just a reminder that Java 21 LTS has changed the "preview" feature of the used memory API in branches 17 and 20....
### Apache NetBeans version Apache NetBeans 13 ### What happened Error parsing file (red mark) when having 2 or more java classes in the same java file, inside the same...
Hi.. coming back from an unsolved issue concerning incompatibility with systems that do not support dx12. https://github.com/HumbleUI/Skija/issues/38 Tested on 0.116.1 version. But surprisingly, trying to test some very simple skija...
I've been struggling to build locally a Windows release without Direct3D 12, and try an only OpenGL dll version. The build system is a bit confusing with all those python...
I get several errors when trying to compile source (NetBeans 17, Windows 10, Java 17 LTS ), it looks like there is some kind of incompatibility on "recourses" classpath name...
### Apache NetBeans version Apache NetBeans 18 ### What happened Actually I am on 17 but this was always there, I guess is in 18 also. Inline hints disappear when...
### Apache NetBeans version Apache NetBeans 21 ### What happened Projects that use the same package and class names are being mixed in "go to" operations. Those operations for example...
It seems there is an issue when translating java2D graphics to PDF. Some lines are getting off their real precise coordinates. Same graphics exported to SVG from jfreeSVG are coordinate...