Skip to content

Commit 81c5c43

Browse files
author
Dan Smith
committed
early-access: instructions for cleaning up macOS binaries
1 parent d3f76d1 commit 81c5c43

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/early-access.md

+8
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,11 @@ Please provide any feedback to
4848
- Deserialization of a value class is only supported by the `ObjectInputStream`
4949
API if the class is a record class or is instantiated via `readResolve`.
5050
Improved support for deserialization will be coming later.
51+
52+
- On macOS, after expanding the `tar.gz` archive, you may need to remove the quarantine
53+
attribute from the bits before commands can be executed. Use Terminal to execute the
54+
following command:
55+
56+
```
57+
xattr -d com.apple.quarantine ./jdk-23.jdk
58+
```

0 commit comments

Comments
 (0)