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: website/WebContent/fragments/getting-started/java.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Java is a platform independent interpreted language. This means that once you ha
4
4
5
5
Java runtimes have been written for Windows, Linux and Mac. As such Java is called platform independent.
6
6
7
-
Older versions of the plugin were happy with Java 6. Currently Java 8 or above is needed and you're safer installing the SDK package which includes the Java Runtime.
7
+
Older versions of the plugin were happy with Java 6. Currently Java 8 or above is needed and you're safer installing the SDK package which includes the Java Runtime. From september 2020 the nightly and all newer releases need java 10.
8
8
Most people have multiple versions of the Java Runtime on their machine: don't get too concerned about this.
9
9
10
10
Eclipse uses Java and so does the Arduino IDE.
@@ -13,7 +13,7 @@ To get any flavor of Java visit the [Oracle web site](http://www.oracle.com/tech
13
13
14
14
Windows users
15
15
=========
16
-
The stable product contains a jre folder that contains a java version.
16
+
The stable product contains a jre folder that contains a java version. Note that when you update to a version needing a newer java using a update site you will need to delete the jre folder (or update it to a newer java version).
Copy file name to clipboardExpand all lines: website/WebContent/nightly.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@
79
79
80
80
<h3>Eclipse Update Site</h3>
81
81
<p>Alternatively you can get the latest nightly build by setting the following update site within an existing Sloeber installation.</p>
82
-
<p>You can not upgrade from V3 to V4!!!!</p>
83
-
<p>Even worse: you can install V3 and V4 in the same eclipse installation causing all kind of wierd side effects. So don't do it</p>
82
+
<h2>The latest nightly needs java 10!!!!</h2>
83
+
<p>So if you update your product on a windows machine that holds a jre folder you will need to delete the jre folder or upgrade the content to java10</p>
0 commit comments