There was an error while loading. Please reload this page.
1 parent 49459fb commit 7e8997fCopy full SHA for 7e8997f
docs/eclipse/other/building.md
@@ -31,7 +31,7 @@ $ tar -xf apache-maven-3.5.4-bin.tar.gz
31
32
Download and extract
33
[JDK 11](https://www.oracle.com/eg/java/technologies/javase/jdk11-archive-downloads.html)
34
-to `/build/eclipse/jdk-11.0.17`.
+to `/build/eclipse/jdk`.
35
36
Download and extract Eclipse 2020.03 with CDT for Linux:
37
@@ -58,7 +58,7 @@ $ git clone https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_ecli
58
Use this commands:
59
60
```shell
61
-$ export JAVA_HOME=/build/eclipse/jdk-11.0.17
+$ export JAVA_HOME=/build/eclipse/jdk
62
$ export PATH=$JAVA_HOME/bin:$PATH
63
$ /build/eclipse/apache-maven-3.5.4/bin/mvn \
64
-Dmaven.repo.local=/build/eclipse/repository clean install
0 commit comments