Documentation icon indicating copy to clipboard operation
Documentation copied to clipboard

Fix MacOS Ganglion BLE Workaround Doc

Open retiutut opened this issue 2 years ago • 3 comments

Needs to mention that the unpacked folder should be renamed.

curl -O -L --insecure https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u352-b08/OpenJDK8U-jdk_x64_mac_hotspot_8u352b08.tar.gz
tar -xf OpenJDK8U-jdk_x64_mac_hotspot_8u352b08.tar.gz
[ADD A STEP HERE TO RENAME THE UNPACKED FILE]
mv jdk8u352-b08 /Applications/Processing.app/Content/PlugIns/jdk1.8.0_202.jdk

retiutut avatar Jun 28 '23 21:06 retiutut

This is no longer necessary due to updating to GUI v6, Processing 4, and Java 17. This can be removed from the docs.

retiutut avatar Sep 20 '23 01:09 retiutut