Skip to content

Bash script that creates a universal binary, from the Azul Zulu JRE, for macOS ARM (Apple Silicon) and Intel architectures

Notifications You must be signed in to change notification settings

ChristopherBruno78/universal_jre

Repository files navigation

Bash script that creates a universal binary, from the Azul Zulu JRE, for macOS ARM (Apple Silicon) and Intel architectures

Intended for distribution as a private JRE with applications; the resulting package is a JRE only.

For convenience, zulu-19 ARM and Intel JREs are included in the repository. You can replace these folders with any ARM and Intel JRE in the respective locations, and update the script BASE_JDK and TARGET variables.

https://www.azul.com/downloads/?os=macos&package=jre

Requires lipo to be installed (comes with Apple Developer tools).

To run, from the command line:

sh create.sh

About

Bash script that creates a universal binary, from the Azul Zulu JRE, for macOS ARM (Apple Silicon) and Intel architectures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published