在 MBA m1 活动监视器中,处理器名称“java”表现出“友善” “英特尔”
在MBA M1活动监视器中,处理器名称“ Java”显示“ Kind”“ Intel”。我只是想知道有Java and apple Apple Silicon还是Universal,还是它只是Intel?
仅要求提供基本信息。
In MBA m1 activity monitor, processor name "java" is showing "kind" "intel"., I just wanna know is there a java kind apple silicon or universal or is its just intel?
just asking for basic information.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
英特尔与苹果硅,
您必须已经安装了a jdk “ https://en.m.wikipedia.org/wiki/x86” rel =“ nofollow noreferrer”> intel处理器而不是苹果硅( ARM 基于)处理器。
带有苹果硅能够通过基于Intel的应用程序通过 rosetta 2 动态二进制翻译 Apple提供的技术。
为了获得最大的性能和兼容性,我建议您删除安装JDK的。安装新下载的JDK明确为Apple Silicon构建。
✅寻找标有“ Apple Silicon”,“ Arm”,“ Aarch64”或“ M1”的下载。
❌避免将这些下载标记为“ Intel”,“ X86”,“ X86-64”和“ AMD64”。
您有各种各样的供应商为 macos> macos apple silicon上。这些供应商在我的头顶上,包括 and anf inofium , azul Systems ,SAP,Pivotal,Microsoft,
如果您正在运行恰好是在Java(而不是JDK)上构建的应用程序,请联系该应用程序的供应商,以查看它们是否提供了为Apple Silicon编译的版本。如果没有,您可以继续使用基于英特尔的版本 - 这是Rosetta 2 的目的,使您的新Mac能够使用尚未针对Apple Silicon更新的旧基于Intel的应用程序。
Intel versus Apple Silicon
You must have installed a JDK that is compiled for Intel processors rather than Apple Silicon (ARM-based) processors.
Mac computers with Apple Silicon are capable of running Intel-based apps via Rosetta 2 dynamic binary translation technology provided by Apple.
For maximum performance and compatibility, I suggest you delete that installed JDK. Install a newly downloaded JDK built explicitly for Apple Silicon.
✅ Look for downloads marked as “Apple Silicon”, “ARM”, “AArch64”, or “M1”.
❌ Avoid those downloads marked as “Intel”, “x86”, “x86-64”, and “AMD64”.
You have a wide choice of vendors supplying JDKs for macOS on Apple Silicon. Off the top of my head, these vendors include Adoptium, Azul Systems, SAP, Pivotal, Microsoft, Amazon, Oracle, Red Hat/IBM, BellSoft. Some products are free-of-cost, some may require a fee, so read terms carefully.
If you are running an app that happens to be built on Java (rather than a JDK), contact the vendor of that app to see if they offer an edition compiled for Apple Silicon. If not, you may continue using the Intel-based edition — that is the purpose of Rosetta 2, to enable your new Mac to use older Intel-based apps not yet updated for Apple Silicon.