Skip to content

Commit d9bdfbf

Browse files
author
jantje
committed
Add the workaround to the documentation #1543
1 parent 52f8253 commit d9bdfbf

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

website/WebContent/stable.php

+9-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,15 @@
5858
version of the Eclipse CDT and the latest stable build of our great
5959
Arduino eclipse IDE!</p>
6060
<p>The product is the only supported setup!</p>
61-
<p>Sloeber needs java 10 or higher and lower than 16 ! Other java versions will not work!</p>
62-
<P>Download a java from <a href="https://adoptium.net/" >https://adoptium.net/</a>
63-
<?php if($os=="win"){echo "<p>The product includes java.</p>";}; ?>
61+
<p>Sloeber needs java 17 or higher but is now included in the release!</p>
62+
<?php if($os=="linux"){echo "<p>Due to new security a simple download and extract will not work.</p>";}; ?>
63+
<?php if($os=="linux"){echo "<p>After the download run.</p>";}; ?>
64+
<?php if($os=="linux"){echo "<p>chmod u+x sloeber-ide</p>";}; ?>
65+
<?php if($os=="linux"){echo "<p>Start Sloeber; then run</p>";}; ?>
66+
<?php if($os=="linux"){echo "chmod +x plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_*/jre/bin/*";}; ?>
67+
<?php if($os=="linux"){echo "<p></p>";}; ?>
68+
69+
6470
<?php if($os=="mac"){echo "<p>Due to mac new security approach a simple download and extract will not work.</p>";}; ?>
6571
<?php if($os=="mac"){echo "<p>Follow following steps to install.</p>";}; ?>
6672
<?php if($os=="mac"){echo "<p>1)download with mac browser.</p>";}; ?>

0 commit comments

Comments
 (0)