| Eclipse not starting on Mac OS X Lion [message #966131] |
Wed, 31 October 2012 15:40  |
Alexey Klimenko Messages: 4 Registered: October 2012 |
Junior Member |
|
|
Hi. I tried search but couldn't get answer..
I downloaded Eclipse (eclipse-jee-juno-SR1-macosx-cocoa-x86_64) for Mac OS (Lion 10.7.5) but Eclipse won't start.
It shows a bouncing icon in the dock and when clicking on it simply disappears. No error, nothing.
I made sure that JVM path is set properly, no luck.
Interestingly enough I have JBoss Developer Studio that works fine. I tried other Eclipse assemblies which didn't work the same way.
I would greatly appreciate your help!
Best Regards
JAVA VM:
java version "1.6.0_37"
Java(TM) SE Runtime Environment (build 1.6.0_37-b06-434-11M3909)
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01-434, mixed mode)
eclipse.ini:
-vm
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
-startup
../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread
-Dorg.eclipse.swt.internal.carbon.smallFonts
|
|
|