Difference between revisions of "Setting up the environment"
From CCIL
(→Maven) |
(→Java) |
||
Line 10: | Line 10: | ||
Links to download: | Links to download: | ||
− | * http://openjdk.java.net/install/ | + | * [http://openjdk.java.net/install/ Official site]. |
== Maven == | == Maven == |
Revision as of 12:11, 26 May 2017
OS
The solution is maintained on Linux only. The support for MS Windows has fallen away somewhere on the road behind...
Java
CCIL works just fine with OpenJdk >= 1.6.
Links to download:
Maven
We us Apache Maven to compile code and manage distributions.
Links to download