You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/asciidoc/getting_started/brick.adoc
+73-13Lines changed: 73 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Now, you have Linux in your Brick!
100
100
## Java Virtual Machine
101
101
102
102
Java programs need a JVM (Java Virtual Machine) installed in the Brick.
103
-
Depending of the Hardware and the Debian version, you will have different options.
103
+
Depending of the Hardware and the Debian version, you will have different options to install it.
104
104
105
105
### EV3 Brick
106
106
@@ -111,22 +111,38 @@ Available JVM:
111
111
- Oracle JRE 8 for Debian Jessie
112
112
- Open JDK 10 for Debian Stretch
113
113
114
+
Using this project, the developer has 3 alternatives to install a JVM:
115
+
116
+
- Manual
117
+
- Using the project Installer
118
+
- Using Gradle tasks from Template Project which interacts with Installer
119
+
120
+
But not all alternatives are enabled for all cases.
121
+
114
122
#### Debian Jessie
115
123
116
-
##### Manual way
124
+
##### Manual
117
125
118
-
To install Oracle JRE 8 in the brick you need to download from [here](http://www.oracle.com/technetwork/java/embedded/downloads/javase/javaseemeddedev3-1982511.html)
126
+
On Debian Jessie + EV3 Brick the JVM available to use is Oracle JRE 8.
127
+
To install this JVM in the Brick you need to download from [here](http://www.oracle.com/technetwork/java/embedded/downloads/javase/javaseemeddedev3-1982511.html)
119
128
and later, copy the file `ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz` to your brick using the command `scp`.
0 commit comments