Skip to end of metadata
Go to start of metadata

Release 2.2.1 is now available!

This release includes version 2.2.1 of the X10 compiler, runtime, and language documentation.

New in this release:

  • The X10DT builder can now be cancelled via the progress monitor.
  • A number of bug fixes throughout

See the New and Noteworthy in the built-in Help for more details.

Previous X10DT releases

X10DT 2.2.x installation instructions

X10DT Installation via All-In-One zip (simplest method)

The X10DT is available as an all-in-one zip file that contains Eclipse, X10DT plugins and all of its prerequisites. Simply unzip and you're ready to run; just execute the program called 'x10dt' or 'x10dt.exe' for windows.

Here are the links for 2.2.1 for the all-in-one zips for the supported platforms:
  - Linux x86: x10dt-2.2.1-linux.gtk.x86.zip

  - Linux x86_64: x10dt-2.2.1-linux.gtk.x86_64.zip

  - MacOS x86 (Leopard and Snow Leopard): x10dt-2.2.1-macosx.cocoa.x86.zip

  - Win32 with Cygwin: x10dt-2.2.1-win32.win32.x86.zip

We've put together some installation guides for various platforms detailing how to set up your workstation to develop X10 programs. The prerequisite sections apply to both command line and X10DT execution. If you are using the X10DT, you do not need to install the X10 distribution, so you can stop at that point.

X10DT Installation via Eclipse Update Manager

Requires Java 1.6 and Eclipse Helios 3.6.2

  1. Install Eclipse for your platform; Eclipse Helios 3.6.2 is supported.
    (Other versions may work but we recommend one of the above.)
    Simply untar/unzip the archive file.
    If you are using a Mac, please download the Cocoa version, not the Carbon version.
  2. Start eclipse: For example, cd eclipse and execute ./eclipse
  3. In Eclipse: Help > Install New Software...
  4. Next to "Work with:", type the URL to the X10DT update site. Or, use the Add... button. The X10DT update site is
     

    Update Site Name

    URL Location

    X10DT

    http://dist.codehaus.org/x10/x10dt/2.2.1/updateSite/

  5. Note: The CDT (Eclipse C/C++ Development Tools) is a prerequisite for the X10DT (and PTP), but should get installed automatically from the Eclipse Helios update site, during the PTP installation. If you have an Eclipse downloaded from eclipse.org, the Helios update site should be listed already and it will be picked up; if you have another distribution it may not be, and you may have to install the CDT yourself or at least add the appropriate update site (e.g. http://download.eclipse.org/releases/helios) to the list of update sites. You can get an archive of the CDT update site for Helios at cdt-master-7.0.0-I201006141710.zip. You may need to install it yourself if you have problems.
     
  6. Click Next and accept the license agreement, etc. to continue with the download and install.
  7. You will see a dialog "Security Warning" saying that the software is unsigned. Select OK.
     
    Restart Eclipse when prompted.
     
  8. The X10DT should now be installed (or updated). If this is a new install, you will see a link to more information on the "Welcome" page that appears.
    Click on "X10 Development" on the Welcome page to read help information on X10 and usage of the X10DT.
     
    You should be able to change to the X10 perspective to create X10 projects and classes, compile, run, debug, etc.
    Window > Open Perspective > Other ... and select "X10"
     

For information on creating and running both X10 C++-backend and Java-backend X10 projects, see the help that comes with the X10DT (Help > Show Help Contents) which is now also online here: http://dist.codehaus.org/x10/x10dt/help/html/x10dt/Overview.html

To build the X10DT yourself, see the X10DT development setup instructions.

Labels
  • None