OSX 10.6.4 中的 JAVA 1.5

发布于 2024-09-28 09:50:49 字数 412 浏览 12 评论 0原文

我正在尝试在 OS X 10.6.4 系统中使用 Intellij Idea 调试 tomcat 中的 j2ee 应用程序。我特别需要它在 1.5 JVM 和 1.5 JDK 上运行,以便 jgroups-all 组件不会因以下错误而导致应用程序崩溃:

class: java.lang.ClassNotFoundException: [Lorg.jgroups.Address; at com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.initialize(JavaGroupsBroadcastingListener.java:119)

有人需要在 OS X 中安装旧版本的 JVM 或 JDK 吗? 注意:我是 Mac 新手。

谢谢大家。

I am trying to debug a j2ee application in tomcat using Intellij Idea in an OS X 10.6.4 system. I need it specifically to run over a 1.5 JVM and 1.5 JDK so that the jgroups-all component doesn't crash the application through this error:

class: java.lang.ClassNotFoundException: [Lorg.jgroups.Address;
at com.opensymphony.oscache.plugins.clustersupport.JavaGroupsBroadcastingListener.initialize(JavaGroupsBroadcastingListener.java:119)

Has anyone needed to install an older version of JVM or JDK in OS X before?
NOTE: I'm a Mac newbie.

Thanks, everyone.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

活泼老夫 2024-10-05 09:50:49

好吧,据我所知,您应该能够在 Java 控制面板中选择较旧的 VM,尽管我认为 Apple 现在默认删除了旧的 JRE。

您是否考虑过苹果的 Java 弃用 在开始你的项目之前?看来你在不久的将来会不走运。如果 Apple 甚至不想再支持某些最新的 JRE,那么他们就不太可能提供旧的、不受支持的 JRE,甚至 Oracle 也终止了对这些 JRE 的支持。

即使 Oracle 将为 Mac OSX 提供一些 JRE/JDK,他们也不太可能将一些 Java 5 向后移植到 Mac OSX。最好的办法是先将应用程序迁移到受支持的版本,然后再执行任何其他步骤。

Well, as far as I know you should be able to choose an older VM in the Java control panel, although I think Apple removes old JREs by default now.

Did you consider Apple's Java Deprecation before starting you project? It looks like you will be out of luck in the near future. If Apple doesn't even want to support some recent JRE anymore it is unlikely that they will offer old, unsupported ones, which even Oracle ended support for.

Even if Oracle will provide some JRE/JDK for Mac OSX it is highly unlikely that they will back-port some Java 5 to Mac OSX. Your best bet is to migrate your application to a version which is supported first, before doing any other steps.

梦归所梦 2024-10-05 09:50:49

请尝试此处的解决方案。

Try the solution here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文