Java

com.oracle.java.JavaControlPanel · System Extensions · v1.8.0_341
Intel Only 619 devices
About This App

The Java Control Panel is a macOS system preference pane that allows users to manage Java runtime settings, including which Java Development Kit (JDK) or Java Runtime Environment (JRE) is used by the system, configure Java security settings, manage certificates and exceptions, and adjust memory and plugin parameters. It is typically installed as part of the Java runtime distribution (Oracle JDK, Adoptium Temurin, Azul Zulu, or similar) and appears in macOS System Settings under Java preferences. The Control Panel is used primarily by developers and power users who need to switch between multiple Java versions or adjust system-level Java behaviour.

Versions Seen 59 versions
v9-ea v9 v10.0.1 v1.8.0_91 v1.8.0_73 v1.8.0_72 v1.8.0_66 v1.8.0_65 v1.8.0_60 v1.8.0_51 v1.8.0_501 v1.8.0_491 v1.8.0_481 v1.8.0_471 v1.8.0_461 v1.8.0_451 v1.8.0_45 v1.8.0_441 v1.8.0_431 v1.8.0_421 v1.8.0_411 v1.8.0_401 v1.8.0_40 v1.8.0_391 v1.8.0_381 v1.8.0_371 v1.8.0_361 v1.8.0_351 v1.8.0_341 v1.8.0_333 v1.8.0_331 v1.8.0_321 v1.8.0_311 v1.8.0_301 v1.8.0_291 v1.8.0_281 v1.8.0_271 v1.8.0_261 v1.8.0_251 v1.8.0_241 v1.8.0_231 v1.8.0_221 v1.8.0_211 v1.8.0_202 v1.8.0_201 v1.8.0_191 v1.8.0_181 v1.8.0_171 v1.8.0_161 v1.8.0_152 v1.8.0_151 v1.8.0_144 v1.8.0_131 v1.8.0_121 v1.8.0_111 v1.8.0_101 v1.7.0_51 v1.7.0_25 v1.7.0_09

AI Recommendation

1 suggestion
Java AI
https://www.oracle.com/java/technologies/downloads/

The Java Control Panel is a preference pane component bundled with the Java runtime itself — it is not a standalone application, so there is nothing to update separately. Its presence and functionality depend entirely on which Java distribution (JDK or JRE) is installed on your Mac. If you are running an Intel-only Java distribution under Rosetta 2, that is what determines whether the Control Panel works natively. To ensure the Java Control Panel (and the underlying Java runtime) runs natively on Apple Silicon, you must install a native ARM64 build of Java from one of the actively maintained vendors: Oracle JDK (java.oracle.com, free for development use), Adoptium Eclipse Temurin (adoptium.net), Azul Zulu (azul.com), or BellSoft Liberica (bell-soft.com). All of these now ship native ARM64 builds for macOS. Homebrew can also install a native Java distribution by running brew install openjdk or brew install --cask temurin, and it will automatically detect your Mac's architecture and fetch the correct native build. Once you have a native Java distribution installed, the Java Control Panel will run natively as part of it. If you are still running an older Intel-only Java installation, you have until September 2028 (when Apple removes Rosetta 2 in macOS 28) to migrate to a native build — after that date, the Java Control Panel will not launch at all on your Mac.