We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6d926 commit 4396652Copy full SHA for 4396652
README.md
@@ -33,7 +33,17 @@ sudo reboot
33
### EV3 Brick and Java
34
35
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
+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.
47
48
### Running the installer
49
0 commit comments