Skip to content

Releases: chirontt/justj

Unofficial JustJ JREs 11.0.19 & 17.0.7 for Windows on Arm64 (WoA)

30 Apr 00:44
Compare
Choose a tag to compare

Using a MSYS2 terminal on a WoA box, the following JustJ JRE packages for WoA platform are produced using the OpenJDKs 11.0.19 & 17.0.7 built by Microsoft for WoA, with the following commands:

$ cd releng/org.eclipse.justj.releng
$ export ARCH=aarch64
$ export ECLIPSE_URL=https://github.com/chirontt/eclipse.platform.releng.aggregator/releases/download/R4_27_win32_aarch64/eclipse-SDK-4.27-win32-aarch64.zip
$ JDK_URLS_WINDOWS=https://aka.ms/download-jdk/microsoft-jdk-11.0.19-windows-aarch64.zip
$ export JDK_URLS_WINDOWS="$JDK_URLS_WINDOWS https://aka.ms/download-jdk/microsoft-jdk-17.0.7-windows-aarch64.zip"
$ ./build-jre.sh

These unofficial packages for WoA would supplement the official JustJ JRE 11.0.19 & 17.0.7 packages of Eclipse distributions.

Unofficial JustJ JREs 11.0.18 & 17.0.6 for Windows on Arm64 (WoA)

28 Jan 15:47
Compare
Choose a tag to compare

Using a MSYS2 terminal on a WoA box, the following JustJ JRE packages for WoA platform are produced using the OpenJDKs 11.0.18 & 17.0.6 built by Microsoft for WoA, with the following commands:

$ cd releng/org.eclipse.justj.releng
$ export ARCH=aarch64
$ export ECLIPSE_URL=https://github.com/chirontt/eclipse.platform.releng.aggregator/releases/download/R4_26_win32_aarch64/eclipse-SDK-4.26-win32-aarch64.zip
$ JDK_URLS_WINDOWS=https://aka.ms/download-jdk/microsoft-jdk-11.0.18-windows-aarch64.zip
$ export JDK_URLS_WINDOWS="$JDK_URLS_WINDOWS https://aka.ms/download-jdk/microsoft-jdk-17.0.6-windows-aarch64.zip"
$ ./build-jre.sh

These unofficial packages for WoA would supplement the official JustJ JRE 11.0.18 & 17.0.6 packages of Eclipse distribution.