diff --git a/documentation/sdk-manual/sdk-eclipse-project.xml b/documentation/sdk-manual/sdk-eclipse-project.xml index 03e42d22f4..f8502be335 100644 --- a/documentation/sdk-manual/sdk-eclipse-project.xml +++ b/documentation/sdk-manual/sdk-eclipse-project.xml @@ -300,6 +300,17 @@ "Launch" button. You should see the Eclipse welcome page from which can click "workbench" to enter your workspace. + + The executable for Eclipse is located in the + eclipse/cpp-oxygen/eclipse + folder. + To launch Eclipse outside of the installation + process, simply execute that binary. + Here is an example: + + $ ~/eclipse/cpp-oxygen/eclipse/eclipse + +