summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-eclipse-project.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-eclipse-project.xml')
-rw-r--r--documentation/sdk-manual/sdk-eclipse-project.xml11
1 files changed, 11 insertions, 0 deletions
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 @@
300 "Launch" button. 300 "Launch" button.
301 You should see the Eclipse welcome page from which 301 You should see the Eclipse welcome page from which
302 can click "workbench" to enter your workspace. 302 can click "workbench" to enter your workspace.
303 <note>
304 The executable for Eclipse is located in the
305 <filename>eclipse/cpp-oxygen/eclipse</filename>
306 folder.
307 To launch Eclipse outside of the installation
308 process, simply execute that binary.
309 Here is an example:
310 <literallayout class='monospaced'>
311 $ ~/eclipse/cpp-oxygen/eclipse/eclipse
312 </literallayout>
313 </note>
303 </para></listitem> 314 </para></listitem>
304 </orderedlist> 315 </orderedlist>
305 </para> 316 </para>