Eclipse3.4在windows7下无法启动---SOS

Eclipse在windows7下面无法启动,但是Netbeans是可以启动的,利用java -version,查看jdk,安装也没有问题。哦,我的Windows7是32位的。

下面是Eclipse报的错误,一直没有找出原因,现在请大家帮忙,谢谢。

#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x74798684, pid=3252, tid=3176
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_02-b06 mixed mode)
# Problematic frame:
# C [gdiplus.dll+0x98684]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#

--------------- T H R E A D ---------------

Current thread (0x01827000): JavaThread "main" [_thread_in_native, id=3176]

siginfo: ExceptionCode=0xc0000005, reading address 0xb3868bf1

Registers:
EAX=0x74703f18, EBX=0x80000000, ECX=0x37d22428, EDX=0x00246520
ESP=0x0012eeec, EBP=0x0012eef0, ESI=0x37d22428, EDI=0x00000ae8
EIP=0x74798684, EFLAGS=0x00010206

Top of Stack: (sp=0x0012eeec)
0x0012eeec: 37d22428 0012f028 74799211 00000ae8
0x0012eefc: 00000010 36cc4fe0 00000000 37d22248
0x0012ef0c: 36cc4fe0 36cc4fe0 00000010 00000000
0x0012ef1c: 77b00b7d 00009b1a 00000000 01000000
0x0012ef2c: 0012ef60 00000040 01010000 0012ee70
0x0012ef3c: 00000000 0012efa8 7798d75d 01b03187
0x0012ef4c: fffffffe 779c31df 779c2dd8 00000000
0x0012ef5c: 0027f718 0027f718 00000000 00000000

Instructions: (pc=0x74798684)
0x74798674: 15 89 74 5e 5b c9 cc cc cc cc 8b ff 55 8b ec 56
0x74798684: 8b 8b f1 8b 86 33 db 39 5e 1c 75 07 b8 05 40 00


Stack: [0x00030000,0x00130000), sp=0x0012eeec, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [gdiplus.dll+0x98684]
C [gdiplus.dll+0x99211]
C [gdiplus.dll+0x6dab6]
C [gdiplus.dll+0x35f14]
C [swt-gdip-win32-3555.dll+0x12cc]
C [swt-gdip-win32-3555.dll+0x127a]
j org.eclipse.swt.internal.gdip.Gdip.Bitmap_new([CZ)I+0
j org.eclipse.swt.graphics.Image.initNative(Ljava/lang/String;)V+70
j org.eclipse.swt.graphics.Image.<init>(Lorg/eclipse/swt/graphics/Device;Ljava/lang/String;)V+40
j org.eclipse.jface.resource.URLImageDescriptor.createImage(ZLorg/eclipse/swt/graphics/Device;)Lorg/eclipse/swt/graphics/Image;+22
j org.eclipse.jface.resource.ImageDescriptor.createImage(Z)Lorg/eclipse/swt/graphics/Image;+5
j org.eclipse.jface.resource.ImageDescriptor.createImage()Lorg/eclipse/swt/graphics/Image;+2
j org.eclipse.ui.internal.Workbench.initializeImages()V+28
j org.eclipse.ui.internal.Workbench.createDisplay()Lorg/eclipse/swt/widgets/Display;+103
j org.eclipse.ui.PlatformUI.createDisplay()Lorg/eclipse/swt/widgets/Display;+0
j org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay()Lorg/eclipse/swt/widgets/Display;+0
j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+1
j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.gdip.Gdip.Bitmap_new([CZ)I+0
j org.eclipse.swt.graphics.Image.initNative(Ljava/lang/String;)V+70
j org.eclipse.swt.graphics.Image.<init>(Lorg/eclipse/swt/graphics/Device;Ljava/lang/String;)V+40
j org.eclipse.jface.resource.URLImageDescriptor.createImage(ZLorg/eclipse/swt/graphics/Device;)Lorg/eclipse/swt/graphics/Image;+22
j org.eclipse.jface.resource.ImageDescriptor.createImage(Z)Lorg/eclipse/swt/graphics/Image;+5
j org.eclipse.jface.resource.ImageDescriptor.createImage()Lorg/eclipse/swt/graphics/Image;+2
j org.eclipse.ui.internal.Workbench.initializeImages()V+28
j org.eclipse.ui.internal.Workbench.createDisplay()Lorg/eclipse/swt/widgets/Display;+103
j org.eclipse.ui.PlatformUI.createDisplay()Lorg/eclipse/swt/widgets/Display;+0
j org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay()Lorg/eclipse/swt/widgets/Display;+0
j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+1
j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+114
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x363aa400 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=3376]
0x36f9b800 JavaThread "Provisioning Event Dispatcher" daemon [_thread_blocked, id=2124]
0x3622f400 JavaThread "Worker-0" [_thread_blocked, id=1216]
0x36c34000 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=2580]
0x36424000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=2660]
0x36423c00 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=3024]
0x363d3000 JavaThread "State Saver" [_thread_blocked, id=1416]
0x01960000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=548]
0x01959400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3064]
0x01958c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=3936]
0x01955400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3624]
0x01943800 JavaThread "Finalizer" daemon [_thread_blocked, id=3996]
0x01937800 JavaThread "Reference Handler" daemon [_thread_blocked, id=3920]
=>0x01827000 JavaThread "main" [_thread_in_native, id=3176]

Other Threads:
0x01933000 VMThread [id=2624]
0x01960800 WatcherThread [id=1072]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 3584K, used 293K [0x03ab0000, 0x03e90000, 0x06210000)
eden space 3200K, 3% used [0x03ab0000, 0x03acfe88, 0x03dd0000)
from space 384K, 43% used [0x03e30000, 0x03e59888, 0x03e90000)
to space 384K, 0% used [0x03dd0000, 0x03dd0000, 0x03e30000)
tenured generation total 47216K, used 33811K [0x06210000, 0x0902c000, 0x23ab0000)
the space 47216K, 71% used [0x06210000, 0x08314ea8, 0x08315000, 0x0902c000)
compacting perm gen total 12288K, used 11870K [0x23ab0000, 0x246b0000, 0x33ab0000)
the space 12288K, 96% used [0x23ab0000, 0x24647be8, 0x24647c00, 0x246b0000)
No shared spaces configured.

Dynamic libraries:
0x00400000 - 0x0040e000 H:\JAVAsor\eclipse-jee-galileo-SR1-win32\eclipse\eclipse.exe
0x77970000 - 0x77aac000 C:\Windows\SYSTEM32\ntdll.dll
0x77ab0000 - 0x77b84000 C:\Windows\system32\kernel32.dll
0x75c20000 - 0x75c6a000 C:\Windows\system32\KERNELBASE.dll
0x772c0000 - 0x77389000 C:\Windows\system32\USER32.dll
0x75e90000 - 0x75ede000 C:\Windows\system32\GDI32.dll
0x77b90000 - 0x77b9a000 C:\Windows\system32\LPK.dll
0x75dc0000 - 0x75e5d000 C:\Windows\system32\USP10.dll
0x776c0000 - 0x7776c000 C:\Windows\system32\msvcrt.dll
0x733e0000 - 0x73464000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\COMCTL32.dll
0x76590000 - 0x76630000 C:\Windows\system32\ADVAPI32.dll
0x75f70000 - 0x75f89000 C:\Windows\SYSTEM32\sechost.dll
0x75ff0000 - 0x76091000 C:\Windows\system32\RPCRT4.dll
0x77390000 - 0x773af000 C:\Windows\system32\IMM32.DLL
0x774f0000 - 0x775bc000 C:\Windows\system32\MSCTF.dll
0x72000000 - 0x72014000 H:\JAVAsor\eclipse-jee-galileo-SR1-win32\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
0x74fc0000 - 0x74fc9000 C:\Windows\system32\VERSION.dll
0x74890000 - 0x748d0000 C:\Windows\system32\uxtheme.dll
0x00340000 - 0x003c1000 D:\Tools\360safe\safemon\safemon.dll
0x76670000 - 0x772b9000 C:\Windows\system32\SHELL32.dll
0x775d0000 - 0x77627000 C:\Windows\system32\SHLWAPI.dll
0x76290000 - 0x763ec000 C:\Windows\system32\ole32.dll
0x77630000 - 0x776bf000 C:\Windows\system32\OLEAUT32.dll
0x730d0000 - 0x730d5000 C:\Windows\system32\MSIMG32.dll
0x6ce80000 - 0x6cee6000 C:\Windows\system32\MSVCP60.dll
0x760b0000 - 0x761a4000 C:\Windows\system32\WININET.dll
0x760a0000 - 0x760a3000 C:\Windows\system32\Normaliz.dll
0x773b0000 - 0x774e5000 C:\Windows\system32\urlmon.dll
0x75c70000 - 0x75d8c000 C:\Windows\system32\CRYPT32.dll
0x75b30000 - 0x75b3c000 C:\Windows\system32\MSASN1.dll
0x77770000 - 0x77969000 C:\Windows\system32\iertutil.dll
0x775c0000 - 0x775c5000 C:\Windows\system32\PSAPI.DLL
0x76630000 - 0x76665000 C:\Windows\system32\WS2_32.dll
0x76200000 - 0x76206000 C:\Windows\system32\NSI.dll
0x74b20000 - 0x74cbe000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_420fe3fa2b8113bd\Comctl32.dll
0x75aa0000 - 0x75aac000 C:\Windows\system32\CRYPTBASE.dll
0x6d7c0000 - 0x6da09000 C:\Program Files\Java\jre1.6.0_02\bin\client\jvm.dll
0x740f0000 - 0x74122000 C:\Windows\system32\WINMM.dll
0x7c340000 - 0x7c396000 C:\Windows\system32\MSVCR71.dll
0x6d310000 - 0x6d318000 C:\Program Files\Java\jre1.6.0_02\bin\hpi.dll
0x6d770000 - 0x6d77c000 C:\Program Files\Java\jre1.6.0_02\bin\verify.dll
0x6d3b0000 - 0x6d3cf000 C:\Program Files\Java\jre1.6.0_02\bin\java.dll
0x6d7b0000 - 0x6d7bf000 C:\Program Files\Java\jre1.6.0_02\bin\zip.dll
0x6d570000 - 0x6d583000 C:\Program Files\Java\jre1.6.0_02\bin\net.dll
0x75500000 - 0x7553c000 C:\Windows\system32\mswsock.dll
0x754f0000 - 0x754f6000 C:\Windows\System32\wship6.dll
0x6d590000 - 0x6d599000 C:\Program Files\Java\jre1.6.0_02\bin\nio.dll
0x37690000 - 0x376e9000 H:\JAVAsor\eclipse-jee-galileo-SR1-win32\eclipse\configuration\org.eclipse.osgi\bundles\534\1\.cp\swt-win32-3555.dll
0x76210000 - 0x7628b000 C:\Windows\system32\comdlg32.dll
0x74190000 - 0x741a3000 C:\Windows\system32\dwmapi.dll
0x017e0000 - 0x017f4000 H:\JAVAsor\eclipse-jee-galileo-SR1-win32\eclipse\configuration\org.eclipse.osgi\bundles\534\1\.cp\swt-gdip-win32-3555.dll
0x74700000 - 0x74890000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7600.16385_none_72fc7cbf861225ca\gdiplus.dll

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx512m -XX:MaxPermSize=256m
java_command: <unknown>
Launcher Type: generic

Environment Variables:
PATH=C:/Program Files/Java/jre1.6.0_02/bin/client;C:/Program Files/Java/jre1.6.0_02/bin;C:\windows\system32\;D:\Tools\Perforce\
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6, GenuineIntel


--------------- S Y S T E M ---------------

OS: Windows NT 6.1 Build 7600

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3

Memory: 4k page, physical 1571256k(370300k free), swap 2619832k(833196k free)

vm_info: Java HotSpot(TM) Client VM (1.6.0_02-b06) for windows-x86, built on Jul 12 2007 01:16:14 by "java_re" with unknown MS VC++:1310
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值