Documentation
Documentation copied to clipboard
Fix MacOS Ganglion BLE Workaround Doc
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
This is no longer necessary due to updating to GUI v6, Processing 4, and Java 17. This can be removed from the docs.