Provide Linux ARM64 version with included JRE

gavint

Registered
Thread Starter
Joined
May 6, 2026
Posts
3
for Raspberry Pi and X Elite laptop users is it possible to provide a Linux ARM64 version with included java?

it's a but tricky to use external java, as REW requires a specific version (17?) which may not be the default one e.g. Ubuntu installs.

so far I failed completely to get REW running on my X Elite laptop.
 
V5.31.3 requires Java 8. V5.40 beta builds require any Java version between 11 and 17 inclusive. You could install JRE 11 using

sudo apt install openjdk-11-jre
 
Back
Top