Download
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 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.
Requirements
Before installing Eclipse CommaSuite, the following software should be installed:
-
Graphviz (Graph Visualization Software). It can be downloaded from https://graphviz.gitlab.io/download/. Either let the installer set the path or manually set up the value of the environment variable
GRAPHVIZ_DOT
with the full path todot.exe
(located in bin folder under the Graphviz installation folder). -
Using the Eclipse CommaSuite command line tool requires Java version 11 or greater. Please note that installing Java is not required if you are using only the product version of Eclipse CommaSuite. Eclipse Temurin is the recommended Java distribution.
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