Ugurlu.de
WebsiteDiscordImpressum
  • Startseite
  • ROOTSERVER
    • PhpMyAdmin Installation
    • Nextcloud Installation
    • Java 8 Installation
    • MongoDB Installation
    • Docker Installation
    • Teamspeak3 Server Installation
    • Nginx Proxy Manager Installation
    • Portainer Installation
    • Apache2 Installation
    • Nginx Installation
    • Virtualhost (Apache2)
    • Virtualhost Redirect (Apache2)
    • SSL Zertifikat Installation
    • Python3 Installation
  • Scripts
    • Minecraft Auto Start
  • Automatically Script
    • LAMPP (Apache2, MySQL und PHP8.2)
    • Lemp (Nginx, MySQL und PHP8.3)
    • Docker (Docker, Composer)
    • Nextcloud (Apache2, MySQL, phpMyAdmin and PHP8.2)
    • Python3.11
    • Java8
    • Java11
    • Java21
    • Minecraft Server 1.21
  • Windows
    • OEMInformation einrichten
Powered by GitBook
On this page

Was this helpful?

  1. ROOTSERVER

Java 8 Installation

Installieren Sie die benötigten Pakete

apt install apt-transport-https ca-certificates wget dirmngr gnupg software-properties-common -y

Fügen Sie den Publickey für das Java 8 Repository hinzu und hinterlegen das Repository auf Ihrem Server

wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add - && add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/

Aktualisieren Sie die Paketquellen

apt update

Installieren Sie Java8

apt install adoptopenjdk-8-hotspot -y
PreviousNextcloud InstallationNextMongoDB Installation

Last updated 1 year ago

Was this helpful?