Skip to content

Commit ee0383b

Browse files
author
jantje
committed
#1198 update the website
1 parent dca740a commit ee0383b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/WebContent/fragments/getting-started/java.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Java is a platform independent interpreted language. This means that once you ha
44

55
Java runtimes have been written for Windows, Linux and Mac. As such Java is called platform independent.
66

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.
88
Most people have multiple versions of the Java Runtime on their machine: don't get too concerned about this.
99

1010
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
1313

1414
Windows users
1515
=========
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).
1717

1818
Mac users
1919
=========

website/WebContent/nightly.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979

8080
<h3>Eclipse Update Site</h3>
8181
<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>
8484
<div class="row">
8585
<div class="col-md-4 col-md-offset-4">
8686
<?php

0 commit comments

Comments
 (0)