Thunderbolt / USB 4 (2 Ports)
Thunderbolt 3 (up to 40Gb/s)
USB 4 (up to 40Gb/s)
USB 3.1 Gen 2 (up to 10Gb/s)
MacBook Air 13-inch Model No. A2337
SPG/8C CPU/7C GPU/8GB/256GB
Serial No. FVFJ1XX5Q6L4
Mfg. Date 03-07-2565
2022.09.09——————————-
STS Installation
– ok, in /Application
2022.09.10——————————-
– java -version
– echo $SHELL
– /usr/libexec/java_home
Brew Installation
Brew Installation
– /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”
– ok
JDK Installation
Java Installation
– Java 11
– brew install java11
– /opt/homebrew/Cellar/openjdk@11/11.0.16.1
– sudo ln -sfn /opt/homebrew/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
– echo ‘export PATH=”/opt/homebrew/opt/openjdk@11/bin:$PATH”‘ >> ~/.zshrc
– /usr/libexec/java_home
/opt/homebrew/Cellar/openjdk@11/11.0.16.1/libexec/openjdk.jdk/Contents/Home
– /usr/libexec/java_home -V
Matching Java Virtual Machines (1):
11.0.16.1 (arm64) “Homebrew” – “OpenJDK 11.0.16.1” /opt/homebrew/Cellar/openjdk@11/11.0.16.1/libexec/openjdk.jdk/Contents/Home
/opt/homebrew/Cellar/openjdk@11/11.0.16.1/libexec/openjdk.jdk/Contents/Home
– java -version
openjdk version “11.0.16.1” 2022-08-12
OpenJDK Runtime Environment Homebrew (build 11.0.16.1+0)
OpenJDK 64-Bit Server VM Homebrew (build 11.0.16.1+0, mixed mode)
– ls -lsa /opt/homebrew/Cellar/openjdk@11
Eclipse
– ok
VS Code
Flutter
Flutter Development Environment on MacBook Air M1 Running MacOS