-
Fork and clone the repository
-
Install Eclipse Oxygen Java EE that will have most needed already installed. Alternately, you can get the Eclipse IDE for Java developers and just install Eclipse PDE from marketplace.
-
Once installed use
File > Open Projects from File System...
and point itcamel-language-server
and Eclipse should automatically detect the projects and import it properly. -
If you discover an error on
pom.xml
after import about Tycho, you can use Quick Fix (Ctrl+1) to install the Tycho maven integration.
-
Install Apache Maven
-
This command will build the server:
$ mvn clean verify