简体   繁体   English

在Mac OS X上使用J2SE 6.0启动Eclipse时,JVM终止(需要用于Oracle Enterprise Pack的J2SE 6.0进行Eclipse)

[英]JVM terminates when launching eclipse with J2SE 6.0 on mac os x (need J2SE 6.0 for Oracle enterprise pack for eclipse)

I know my issue has party been addressed at this link 我知道我的问题已在此链接上得到解决

JVM terminates when launching Eclipse MAT on Mac OS with J2SE 6.0 在具有J2SE 6.0的Mac OS上启动Eclipse MAT时,JVM终止

but it was a year+ ago.. plus the link that's provided in there http://landonf.bikemonkey.org/static/soylatte/ 但这是一年多以前的事..以及那里提供的链接http://landonf.bikemonkey.org/static/soylatte/

does not seem to be alive (i mean the download section on that link no longer provide the 32-bit port of j2se 6.0 for mac osx 10.5) 似乎还没有运行(我的意思是该链接的下载部分不再为mac osx 10.5提供j2se 6.0的32位端口)

I am trying to run eclipse 3.5 on mac OSX 10.5. 我试图在Mac OSX 10.5上运行eclipse 3.5。 It works fine with J2SE 5.0. 它在J2SE 5.0上正常工作。 But when I installed the Oracle enterprise pack for eclipse - it requires to start eclipse with J2SE 6.0 JVM otherwise it will get disabled. 但是,当我安装用于eclipse的Oracle企业软件包时-需要使用J2SE 6.0 JVM启动eclipse,否则它将被禁用。 Here's the exact message I get from it - 这是我从中得到的确切信息-

"You are running Eclipse on Java VM version: 1.5.0_22 Oracle Enterprise Pack for Eclipse requires Java version 6 or higher. Click next to configure a compatible Java VM." “您正在Java VM版本上运行Eclipse:1.5.0_22 Oracle Enterprise Pack for Eclipse需要Java版本6或更高版本。单击下一步以配置兼容的Java VM。”

It asks me to point to J2SE 6.0 JVM, when I do that (ie point it to "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home") , it asks to restart eclipse , when I do that, eclipse just bombs .. with JVM terminated error .. 它要求我指向J2SE 6.0 JVM,当我这样做时(即,将其指向“ /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home”),它要求重新启动eclipse那,蚀只是炸弹..与JVM终止错误..

SO I need to start eclipse with J2SE 6.0 JVM but eclipse needs carbon which is only available in 32 bits and hence I cann't start eclipse with J2SE 6.0 JVM which is only available in 64bit mode from mac. 所以我需要从J2SE 6.0 JVM开始eclipse,但是eclipse只需要32位可用的碳,因此我不能从J2SE 6.0 JVM开始eclipse,J2SE 6.0 JVM仅在Mac的64位模式下可用。 And the site providing 32 bit port of J2SE 6.0 JVM does not seem to be active anymore.. 提供J2SE 6.0 JVM的32位端口的站点似乎不再处于活动状态。

Can someone help me on this issue, Thanks in advance, 有人可以帮我解决这个问题吗,在此先感谢您,

使用来自http://www.eclipse.org/downloads/的可可64位版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 与Oracle J2SE 1.7等效的JVM选项,用于Eclipse'kepler'4.3 - Equivalent JVM options with Oracle J2SE 1.7, for Eclipse 'kepler' 4.3 当应用程序以Eclipse / J2SE身份运行但不是以Maven Jetty运行时,调用Restlet createInboundRoot: - Restlet createInboundRoot invoked when app run as Eclipse/J2SE but not as maven jetty:run-war 对J2SE内置方法的限制 - Restriction on J2SE inbuilt method J2SE com.google.zxing.client.j2se.MatrixToImageWriter 仍然是编写条形码的标准方法吗? - Is the J2SE com.google.zxing.client.j2se.MatrixToImageWriter still the standard way to write barcodes? Eclipse SE未启动 - Eclipse SE is not launching 我如何解决此错误消息以创建枚举:“项目'MyFunProject'不是J2SE 5.0兼容项目。” - How do I resolve this error message to create an Enum: “Project 'MyFunProject' is not a J2SE 5.0 compliant project.” Mac OS Catalina “要打开 eclipse,您需要安装旧版 java se 6 运行时” - Mac OS Catalina “to open eclipse you need to install the legacy java se 6 runtime” 如何将J2EE插件安装到Eclipse Luna SE中 - How to install J2EE plugin into Eclipse Luna SE Eclipse JRE 系统库 [J2SE-1.5] - Eclipse JRE System Library [J2SE-1.5] Eclipse IDE J2SE-1.5中的新Maven项目问题 - New Maven Project in Eclipse IDE J2SE-1.5 issue
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM