Skip to content

Commit 4396652

Browse files
committed
Minor change
1 parent ee6d926 commit 4396652

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,17 @@ sudo reboot
3333
### EV3 Brick and Java
3434

3535
If you are using a EV3Brick, you will have to install Java JRE8 Manually.
36-
https://github.com/ev3dev-lang-java/docs/blob/master/docs/GettingStartedBrick.md
36+
Download the file: `ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz` from:
37+
http://www.oracle.com/technetwork/java/embedded/downloads/javase/javaseemeddedev3-1982511.html
38+
and copy the file the following route: `/home/robot/`
39+
40+
**Example:**
41+
42+
```
43+
scp "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" "[email protected]:/home/robot"
44+
```
45+
46+
The Installer will manage later.
3747

3848
### Running the installer
3949

0 commit comments

Comments
 (0)