I am looking for the source code to libj2d-gtk-linux-i386-2.0.0.so which is reported to be contained in a file named GtkGraphics2DFactory.c. This library is an SWT 2 Java bit of glue that is found in Jaspersoft Studio CE. The library itself I can find. I need the source to determine if it is possible to port Studio to FreeBSD.
1 Answer
You can find the source and header files in /org.holongate.eclipse.j2d.gtk_0.5.0/jni/ if you download the .zip file here.
To find it, for future reference, I searched for J2D4SWT sourcecode. That led me to Java2D for SWT Eclipse Plugins here, which was actually linking to the SourceForge link above.
-
It is an older version, but it should be a good start.James B. Byrne– James B. Byrne2020-12-02 20:10:07 +00:00Commented Dec 2, 2020 at 20:10
-
The most recent version of this library is 2.0.0. It is shipped as a binary to support eclipse on W32 platforms,;or at least to keep the build happy. For other platforms it is no longer referred to. A dead end.James B. Byrne– James B. Byrne2020-12-07 17:24:24 +00:00Commented Dec 7, 2020 at 17:24
/org.holongate.eclipse.j2d.gtk_0.5.0/jni/