MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

  • Java
  • libswt

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

   1 cp libswt-gtk2-2.1.1-3.tar.gz /tmp
   2 cd /tmp/
   3 tar xvzf libswt-gtk2-2.1.1-3.tar.gz 
   4 cd libswt-gtk2-2.1.1-3
   5 ./configure 
   6 make clean
   7 make
   8 make install
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01