Help with Openhab2 please
#5
There are some issues when using the 64bit JDK for aarch64 (most notably severe JDK performance degrade and non existing 64bit libraries), so the openHAB packaging is based on a 32bit JDK.

These are the steps we took last year to get a working 32bit Java environment on Ubuntu:
Code:
sudo apt install oracle-java8-installer
sudo dpkg --add-architecture armhf
# get the 32bit arm JDK, see http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
sudo tar -C /usr/lib/jvm -xzvf ...<path to the archive>
cd /usr/lib/jvm
sudo mv jdk1.8.0_91 jdk1.8.0_91.armhf
sudo mv java-8-oracle jdk1.8.0_91.arm64
sudo ln -s jdk1.8.0_91.armhf java-8-oracle
# this is only for getting a 32bit glibc, etc. shared library
sudo apt-get install iperf:armhf

Kai mentioned that he had problems using his ZWave stick with Debian ...
  Reply


Messages In This Thread
Help with Openhab2 please - by Dayve - 01-07-2017, 08:33 AM
RE: Help with Openhab2 please - by xalius - 01-07-2017, 08:49 AM
RE: Help with Openhab2 please - by Dayve - 01-07-2017, 09:39 AM
RE: Help with Openhab2 please - by xalius - 01-07-2017, 11:34 AM
RE: Help with Openhab2 please - by umiddelb - 01-08-2017, 03:40 PM
RE: Help with Openhab2 please - by vintagewaffle - 01-30-2017, 08:34 AM
RE: Help with Openhab2 please - by tllim - 02-01-2017, 09:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Tongue Pine64 with Openhab2 - Starting guide/accessories g_t_j 4 10,066 03-12-2017, 05:13 PM
Last Post: BatoXan
  openHab2 on pine64 tomekr 15 27,487 04-19-2016, 01:14 AM
Last Post: umiddelb

Forum Jump:


Users browsing this thread: 1 Guest(s)