0

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.

4
  • 1
    I came across this, from this, but I'm not sure if that's what you're actually after. Commented Dec 2, 2020 at 17:58
  • 1
    Thank you very much. I found the source and header files in /org.holongate.eclipse.j2d.gtk_0.5.0/jni/ Commented Dec 2, 2020 at 18:12
  • 1
    Add that as the answer and I will accept it. Again I very much appreciate this. Commented Dec 2, 2020 at 18:13
  • Glad you got it sorted. I'll keep an eye out to see if you have any success with your project. Commented Dec 2, 2020 at 18:19

1 Answer 1

0

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.

2
  • It is an older version, but it should be a good start. Commented 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. Commented Dec 7, 2020 at 17:24

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.