Skip to content

Commit 92bc7c3

Browse files
authored
Remove fixed issue from troubleshooting
1 parent 149c69d commit 92bc7c3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -139,22 +139,6 @@ The library has not been tested on Windows for ARM64. It might or might not work
139139
The error `java.lang.ClassFormatError: Illegal field name "" in class net/codecrete/usb/windows/WindowsUsbDeviceRegistry` is caused by a bug in JDK 21, which has been fixed in the mean-time. Please upgrade to the latest release of JDK 21 (at least 21.0.1).
140140

141141

142-
#### `Cannot open library` (macOS only)
143-
144-
The error `Cannot open library: CoreFoundation.framework/CoreFoundation` is caused by an unfortunate build of the OpenJDK by Homebrew. Please use any other JDK edition instead, e.g. Zulu (`brew install zulu` or directly from https://www.azul.com/downloads/#zulu), Temurin (`brew install temurin` or from https://adoptium.net/en-GB/temurin/releases/), or download the official OpenJDK directly from https://openjdk.org/projects/jdk/21/.
145-
146-
It will usually not be possible to uninstall the problematic build (`brew uninstall openjdk`) as it is a dependency of other brew packages. So to run an application, set `JAVA_HOME`:
147-
148-
```shell
149-
export JAVA_HOME=/Users/me/Documents/zulu21.30.15-ca-jdk21.0.1-macosx_aarch64
150-
```
151-
152-
If the JDK was "installed" as opposed to downloaded, the path for `JAVA_HOME` will likely be listed by:
153-
154-
```sheel
155-
/usr/libexec/java_home -V
156-
```
157-
158142

159143
### 32-bit versions
160144

0 commit comments

Comments
 (0)