Skip to content

Commit 7e8997f

Browse files
committed
Update JDK path in guide for building the Eclipse plugin
1 parent 49459fb commit 7e8997f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/eclipse/other/building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ tar -xf apache-maven-3.5.4-bin.tar.gz
3131

3232
Download and extract
3333
[JDK 11](https://www.oracle.com/eg/java/technologies/javase/jdk11-archive-downloads.html)
34-
to `/build/eclipse/jdk-11.0.17`.
34+
to `/build/eclipse/jdk`.
3535

3636
Download and extract Eclipse 2020.03 with CDT for Linux:
3737

@@ -58,7 +58,7 @@ $ git clone https://github.com/foss-for-synopsys-dwc-arc-processors/arc_gnu_ecli
5858
Use this commands:
5959

6060
```shell
61-
$ export JAVA_HOME=/build/eclipse/jdk-11.0.17
61+
$ export JAVA_HOME=/build/eclipse/jdk
6262
$ export PATH=$JAVA_HOME/bin:$PATH
6363
$ /build/eclipse/apache-maven-3.5.4/bin/mvn \
6464
-Dmaven.repo.local=/build/eclipse/repository clean install

0 commit comments

Comments
 (0)