How do I build the 64 bit version of SWT GTK?
Sept. 29th 2004. An SWT GTK library is under development for the 64 bit platform. It is being developed and tested on an AMD64 machine. The SWT build for the AMD64 Linux platform is available from the Eclipse download page along with the other SWT ports. Follow these steps to extract the 64 bit SWT GTK source code and produce your own build. • Start Eclipse and download the following projects from dev.eclipse.org: org.eclipse.swt, org.eclipse.swt.gtk64, org.eclipse.swt.tools • Open the file build.xml located into the org.eclipse.swt.gtk64 fragment. Run Ant to execute the ant task build.nativeLibraries defined in build.xml. • Refresh the project org.eclipse.swt.gtk64 The project org.eclipse.swt.gtk64 now contains the 64 bit native libraries. The 64 bit java and C source code has been copied under the org.eclipse.swt.gtk64/src folder.