Java (Raspbian): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „== Java 11 == === Installation === <pre> wget https://download.bell-sw.com/java/11.0.3/bellsoft-jdk11.0.3-linux-arm32-vfp-hflt.deb </pre> <pre> sudo apt-get…“)
 
 
Zeile 10: Zeile 10:
sudo apt-get install ./bellsoft-jdk11.0.3-linux-arm32-vfp-hflt.deb
sudo apt-get install ./bellsoft-jdk11.0.3-linux-arm32-vfp-hflt.deb
</pre>
</pre>
Updates der <code>alternatives</code> war in meinem NICHT notwendig:


<pre>
<pre>

Aktuelle Version vom 11. Mai 2019, 11:46 Uhr

Java 11

Installation

wget https://download.bell-sw.com/java/11.0.3/bellsoft-jdk11.0.3-linux-arm32-vfp-hflt.deb
sudo apt-get install ./bellsoft-jdk11.0.3-linux-arm32-vfp-hflt.deb


Updates der alternatives war in meinem NICHT notwendig:

sudo update-alternatives --config javac
sudo update-alternatives --config java

Links

http://hirt.se/blog/?p=1116

https://bell-sw.com/


Zurück zu Raspbian