Mac OS X 10.5.8 上的 Java SE6 32 位

标签 java macos

我的 Mac OS X 允许我在 J2SE 1.4.2 32 位、J2SE 5 32 位、J2SE 5 64 位和 Java SE 6 64 位之间进行选择,但它不包括 Java SE 6 32 位:有人知道我该如何安装吗也是这个版本?

最佳答案

Apple 不支持 32 位 Java SE 6,但您可以查看 SoyLatte .

附录:您可以尝试使用 java -d32选项。

-d32, -d64

Specifies whether the program is to be run in a 32-bit or 64-bit environment if available.

Currently, only the Java HotSpot Server VM supports 64-bit oper- ations and the -server option is implicit with the use of -d64 . This is subject to change in a future release.

If neither -d32 nor -d64 is specified, the default is to run in a 32-bit environment, except for 64-bit only systems. This is subject to change in a future release.

关于Mac OS X 10.5.8 上的 Java SE6 32 位,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2567489/

相关文章:

java桌面浏览: how to get the current URL?

java - 无法在 SOAPUI 中导入 WSDL 文件 - NT 身份验证弹出窗口(加载 WSDL 时出错)

java - 带有(太多)复杂对象的 Restful 架构问题

css - 在 Bootstrap 中使用没有文件扩展名的自定义 Mac 字体

c++ - OpenGL 不使用 GLFW 和 GLLoadGen 绘制 Mavericks

java.sql.Timestamp 到微秒(长整型,精确到微秒)

java - 如何在 Spring 中排除某些 @Configuration 文件?

cocoa - 在 NSView 中添加边框和圆角矩形

macos - 操作系统: modifying files with proper rights

macos - 如何在不使用 brew 的情况下使用终端将 maven 安装到 mac