= libswt = libswt is just the SWT from the Eclipse project, repackaged so that it can be easily built into a native "so" on Linux (and possibly other OS's which can build GTK and GCJ). SWT stands for Standard Widget Toolkit. The Eclipse project built this graphical toolkit because they didn't want to use Swing, which is Sun's solution for GUI Java code. * http://libswt.sourceforge.net/ * https://sourceforge.net/projects/libswt/files/latest/download?source=files * http://heanet.dl.sourceforge.net/project/libswt/libswt-gtk2/gtk2-2.1.1-3/libswt-gtk2-2.1.1-3.tar.gz * https://sourceforge.net/projects/libswt/files/libswt-gtk-support/gtk2-support-2.1.1-4/libswt-gtk2-support-2.1.1-4.tar.gz/download == Build libswt-gtk-support == == Build libswt-gtk == {{{#!highlight sh cp libswt-gtk2-2.1.1-3.tar.gz /tmp cd /tmp/ tar xvzf libswt-gtk2-2.1.1-3.tar.gz cd libswt-gtk2-2.1.1-3 ./configure make clean make make install }}}