REW Java version for RaspberryPi OS 32bit newest "Bookworm"

jesperlykke

New Member
Thread Starter
Joined
May 26, 2020
Posts
26
Hi here...

(I used to have REW running on the old Raspberry 32bit "Buster" version, but I need a newer version for other stuff on my RPI toolbox.)... Therefore ::

I'm trying to install the java 8 package, but it's not "possible" on the Bookworm release (32bit).
Is there another version that can run REW.

I'm trying to install REW so to mainly use the "signal/tone/sine" generator for sending signal/tones to my balanced DAC for measurements.
I'm using VNC server to see the RPI desktop from my laptop.

(If it's matter, I only need the signal/tone generator part of REW for now)

Any help appreciated ;) / Jesper.
 
This is what happend when trying to execute REW:
(Still on 32bit Bookworm)

lykke@SuperPlayer:~/REW $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"
NAME="Raspbian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

lykke@SuperPlayer:~/REW $ uname -a
Linux SuperPlayer 6.12.34+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.34-1+rpt1~bookworm (2025-06-26) aarch64 GNU/Linux

lykke@SuperPlayer:~/REW $ java --version
openjdk 17.0.16 2025-07-15
OpenJDK Runtime Environment (build 17.0.16+8-Raspbian-1deb12u1rpi1rpt1)
OpenJDK Client VM (build 17.0.16+8-Raspbian-1deb12u1rpi1rpt1, mixed mode, emulated-client)

lykke@SuperPlayer:~/REW $ ./REW_linux_no_jre_5_31_3.sh
No suitable Java Virtual Machine could be found on your system.
The version of the JVM must be 1.8.
Please define INSTALL4J_JAVA_HOME to point to a suitable JVM.
lykke@SuperPlayer:~/REW $
 
Thanks @phofman ...

First I installed the 64bit version of Bookworm.
Then the JDK17 from the Bookworm repo.

I then installed the temurin-8-jdk. No change to java with update-alternatives or like.
https://unix.stackexchange.com/questions/749903/how-can-i-install-java-8-on-debian-12-bookworm

lykke@superplayer:~ $ java --version
openjdk 17.0.16 2025-07-15
OpenJDK Runtime Environment (build 17.0.16+8-Debian-1deb12u1)
OpenJDK 64-Bit Server VM (build 17.0.16+8-Debian-1deb12u1, mixed mode, sharing)

REW did first install after I installed the temurin-8-jdk.

Did not do much testing, but I can see that REW is running faster on the VNC with the 64bit distro, than with the 32bit one.
 
Back
Top