We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f76d1 commit 81c5c43Copy full SHA for 81c5c43
site/early-access.md
@@ -48,3 +48,11 @@ Please provide any feedback to
48
- Deserialization of a value class is only supported by the `ObjectInputStream`
49
API if the class is a record class or is instantiated via `readResolve`.
50
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