tags:

views:

166

answers:

2

I did an apple update today, and now Eclipse won't open.

I downloaded Eclipse again, and replaced my old copy with the fresh download, and nothing improved.

Any ideas?

I'm running Eclipse 3.5 for EE in Mac Snow Lepeard.

Here are some of the details provided:

Process:         eclipse [347]
Path:            /Users/eric/eclipse/eclipse 3.5/Eclipse.app/Contents/MacOS/eclipse
Identifier:      org.eclipse.eclipse
Version:         3.5 (3.5)
Code Type:       X86 (Native)
Parent Process:  launchd [81]

Date/Time:       2009-12-22 09:13:22.789 -0500
OS Version:      Mac OS X 10.6.2 (10C540)
Report Version:  6

Interval Since Last Report:          2024 sec
Crashes Since Last Report:           21
Per-App Interval Since Last Report:  1 sec
Per-App Crashes Since Last Report:   21
Anonymous UUID:                      7E02C1DA-3AFC-4FA6-B2DA-ECC46EEB272F

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libzip.jnilib                   0x00743c32 0x742000 + 7218
1   libzip.jnilib                   0x0074cdb5 ZIP_ReadEntry + 387
2   libclient.dylib                 0x1260133c 0x12559000 + 688956
3   libclient.dylib                 0x12600fc2 0x12559000 + 688066
4   libclient.dylib                 0x125ae171 0x12559000 + 348529
5   libclient.dylib                 0x125ad1b4 0x12559000 + 344500
6   libclient.dylib                 0x1264a238 0x12559000 + 987704
7   libclient.dylib                 0x12673d13 0x12559000 + 1158419
8   libclient.dylib                 0x12677ffb 0x12559000 + 1175547
9   ???                             0x13b029f3 0 + 330312179
10  ???                             0x13af4227 0 + 330252839
11  libclient.dylib                 0x126722ea 0x12559000 + 1151722
12  libclient.dylib                 0x12672006 0x12559000 + 1150982
13  libclient.dylib                 0x12671fab 0x12559000 + 1150891
14  libclient.dylib                 0x126719eb 0x12559000 + 1149419
15  libclient.dylib                 0x1267177b 0x12559000 + 1148795
16  libclient.dylib                 0x1267461b 0x12559000 + 1160731
17  libclient.dylib                 0x12679ad2 0x12559000 + 1182418
18  libclient.dylib                 0x12679a62 0x12559000 + 1182306
19  libclient.dylib                 0x1264b945 0x12559000 + 993605
20  libclient.dylib                 0x1264aece 0x12559000 + 990926
21  libclient.dylib                 0x1264ad23 0x12559000 + 990499
22  libclient.dylib                 0x1264ab49 0x12559000 + 990025
23  libclient.dylib                 0x1264baf9 0x12559000 + 994041
24  libclient.dylib                 0x12642200 0x12559000 + 954880
25  libclient.dylib                 0x12567334 0x12559000 + 58164
26  libclient.dylib                 0x1255a633 0x12559000 + 5683
27  libclient.dylib                 0x1274fd19 JNI_CreateJavaVM_Impl + 185
28  eclipse_1207.so                 0x0006b8e2 startJavaJNI + 209
29  eclipse_1207.so                 0x0006adbe startJavaVM + 120
30  eclipse_1207.so                 0x00069cb5 run + 4768
31  org.eclipse.eclipse             0x000022c6 original_main + 1782
32  org.eclipse.eclipse             0x000029b3 main + 1518
33  org.eclipse.eclipse             0x00001a2c _start + 210
34  org.eclipse.eclipse             0x00001959 start + 41
A: 

I can't claim I understand it, but all I had to do was fix the symbolic links(1.5 and 1.5.0) to the JDK 5 install I have, as described in this link.

FarmBoy
A: 

Thank you! Following the instruction on the link provided worked for me as well!

Don