-
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-lsp-client-eclipse
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
- Modify launch configuration to include -DdebugLSPServer=true VM argument
- Create a Remote Java Application Debug Launch configuration in Eclipse listening to port 3000