diff --git a/.vuepress/docs-sidebar.js b/.vuepress/docs-sidebar.js index 67f757fd0e..3ea31eb959 100644 --- a/.vuepress/docs-sidebar.js +++ b/.vuepress/docs-sidebar.js @@ -28,7 +28,6 @@ module.exports = [ ['installation/macos', 'macOS'], 'installation/openhabian', 'installation/rasppi', - 'installation/pine', 'installation/armbian', 'installation/docker', 'installation/synology', diff --git a/installation/index.md b/installation/index.md index 087975c61b..d23d668e01 100644 --- a/installation/index.md +++ b/installation/index.md @@ -45,20 +45,19 @@ OpenJDK may also be used, but it has some [known limitations](https://community. | Java Platform | Advantages | Disadvantages | |---------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [Zulu](https://www.azul.com/downloads/) | Completely open source, fully certified Java SE compliant build of OpenJDK, embedded version optimized for ARM devices [available here](https://www.azul.com/downloads/zulu-embedded/) | | +| [Azul Zulu](https://www.azul.com/downloads/) | Completely open source, fully certified Java SE compliant build of OpenJDK, embedded version optimized for ARM devices [available here](https://www.azul.com/downloads/zulu-embedded/) | | | [Oracle Java](https://java.com/en/) | Full openHAB support on all platforms | [Licensing restrictions](https://blog.takipi.com/running-java-on-docker-youre-breaking-the-law/), manual installation required on many Linux systems: [Ubuntu](https://help.ubuntu.com/community/Java), [Mint](https://community.linuxmint.com/tutorial/view/1091), and [Debian](https://wiki.debian.org/Java/Sun) are some examples | -| [OpenJDK](https://openjdk.java.net) | Supported by many Linux distributions, packages [typically available](https://openjdk.java.net/install/index.html) | [Performance issues](https://github.com/openhab/openhab-distro/issues/10#issuecomment-223786506) on ARM platforms, [compatibility issues](https://community.openhab.org/t/openhab-is-offline-message-fixed/17441/8) with certain bindings and certificates | +| [AdoptOpenJDK](https://adoptopenjdk.net) | Open Source JDK backed by many large companies | | Please download and install the **Java 8** version of the JVM. -openHAB does not work well with newer Java versions such as Java 9 or Java 11. +openHAB 3 will use Java 11 and you *can* go for it with 2.X, too, but be aware that although developers are working hard to make this workl, there might be problems with the oldest parts of openHAB such as some of the v1 bindings due to non-backward compatible changes in Java 11. The **64-bit version** of the JVM is recommended on platforms using a 64-bit OS and an Intel or AMD processor. The **32-bit version** of the JVM is recommended on ARM platforms such as the Raspberry Pi. -The 32-bit JVM performs better on the ARM platform and some add-ons use libraries that do not work with a 64-bit JVM on the ARM platform. +The 32-bit JVM performs better on the ARM platform. Some add-ons use libraries that do not work with a 64-bit JVM on ARM. For best compatibility, namely with the openHAB Cloud service [myopenhab.org](https://www.myopenhab.org) and the [Eclipse IoT Marketplace]({{base}}/configuration/eclipseiotmarket.html), the minimum recommended Java 8 revision is "161". -Attention: Most package managers serve an **older revision**. Check your current Java version by opening a command line console and typing `java -version`: ```text diff --git a/installation/pine.md b/installation/pine.md deleted file mode 100644 index 5273195c04..0000000000 --- a/installation/pine.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: documentation -title: PINE A64 ---- - -{% include base.html %} - -# Pine A64 - -The [PINE A64](https://www.pine64.org/?page_id=1194) is a young but promising single-board computer (SBC) on the market. -The project started off as a [Kickstarter campaign](https://www.kickstarter.com/projects/pine64/pine-a64-first-15-64-bit-single-board-super-comput) back in December 2015. -The Pine A64 is powered by Quad-Core ARM Cortex A53 64-Bit Processor. - -![Pine A64](images/pine64.png) - -Please visit the [official homepage](https://www.pine64.org) and [wiki](http://wiki.pine64.org/index.php/Main_Page) for more information and details. - -## Recommended Setup - -We are proud to provide a system image for the Pine A64, including the latest version of openHAB 2 and many recommended settings and useful software additions. -The image is based on the official [Ubuntu Base Image by longsleep](http://wiki.pine64.org/index.php/Pine_A64_Software_Release) and developed and maintained by the openHABian project. - -Check out more details about [openHABian, the hassle-free openHAB setup](openhabian.html).