There are three possibilities to install Eclipse CommaSuite:
-
Download a product, which is a completely installed Eclipse:
-
Install it as a plugin into an existing version of the Eclipse tool:
-
Open Eclise and go to Help → Install new software
-
Click Add…, for Name fill in
Eclipse CommaSuite
and Locationhttps://download.eclipse.org/comma/latest/plugin/update-site
, click Add -
Put a check mark before Eclipse CommaSuite (Incubation) and click Next
-
Click Next again, accept license agreement and click Next
-
Click Finish, a security warning will pop up, click Install anyway
-
Once the installation is finished Eclipse will ask to restart, click Restart now
-
The Eclipse CommaSuite plugin is now installed
-
-
As a command line tool (
.jar
file). Documentation about the command line tool can be found in the Eclipse CommaSuite User Guide. Download link: comma.jar.
Changelog
The changelog of each release can be found on Gitlab.
Older releases
Older release of Eclipse CommaSuite can be obtained via download.eclipse.org/comma. Note that downloading directly from download.eclipse.org/comma will result in slower download speeds since no mirror is used. Archived releases can be found under https://archive.eclipse.org/comma.
Direct URLs
In case you want to download Eclipse CommaSuite with e.g. curl
or wget
the following URLs can be used:
-
Windows latest product: http://download.eclipse.org/comma/download.php?type=product&version=latest&os=win32&direct
-
Linux latest product: http://download.eclipse.org/comma/download.php?type=product&version=latest&os=linux&direct
-
MacOS latest product: http://download.eclipse.org/comma/download.php?type=product&version=latest&os=macos&direct
-
CLI jar latest: http://download.eclipse.org/comma/download.php?type=cli&version=latest&direct
To download a specific version change the version
parameter, e.g. CLI jar v0.1.0: http://download.eclipse.org/comma/download.php?type=cli&version=v0.1.0&direct