首页 新闻 会员 周边

刚装了elispse的反编译的插件,然后elipse重开就死了

1
悬赏园豆:50 [已关闭问题] 关闭于 2011-10-14 21:06

刚装了elispse的反编译的插件,然后elipse重开就死了,报出以下错误log,求解为什么会这样?如何办,才能解决这个问题?

#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77cd2d94, pid=4356, tid=4968
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode windows-x86 )
# Problematic frame:
# C [ntdll.dll+0x52d94]
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

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

Current thread (0x056c9c00): JavaThread "main" [_thread_in_native, id=4968, stack(0x00030000,0x00130000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00070080

Registers:
EAX=0x00070080, EBX=0x141a0307, ECX=0x000201b1, EDX=0x00000002
ESP=0x0012e44c, EBP=0x0012e480, ESI=0x0990a486, EDI=0x141a0000
EIP=0x77cd2d94, EFLAGS=0x00010206

Top of Stack: (sp=0x0012e44c)
0x0012e44c: 00000000 056c0000 0990a0d8 0012e470
0x0012e45c: 00000000 00800306 00020080 09f69ec8
0x0012e46c: 091c7128 01970002 00080000 00000001
0x0012e47c: 0990a0d0 0012e498 77cd2ce8 0990a0d8
0x0012e48c: 0c874454 00000019 0990a0d0 0012e4ac
0x0012e49c: 7788c3d4 056c0000 00000000 0990a0d8
0x0012e4ac: 0012e4f4 7c363593 056c0000 00000000
0x0012e4bc: 0990a0d8 0c874454 0012e520 00000019

Instructions: (pc=0x77cd2d94)
0x77cd2d74: 08 2b 7d f4 33 c0 c1 ef 03 0f a4 f8 10 c1 e7 10
0x77cd2d84: c1 ea 10 0b df 0b c8 8b 06 c7 45 f8 01 00 00 00
0x77cd2d94: 89 30 8b 45 e0 8b 55 e4 8d 7e 08 f0 0f c7 0f 3b
0x77cd2da4: 45 e0 0f 85 fd 99 fc ff 3b 55 e4 0f 85 f4 99 fc


Register to memory mapping:

EAX=0x00070080 is pointing into the stack for thread: 0x056c9c00
EBX=0x141a0307 is an unallocated location in the heap
ECX=0x000201b1 is an unknown value
EDX=0x00000002 is an unknown value
ESP=0x0012e44c is pointing into the stack for thread: 0x056c9c00
EBP=0x0012e480 is pointing into the stack for thread: 0x056c9c00
ESI=0x0990a486 is an unknown value
EDI=0x141a0000 is an unallocated location in the heap


Stack: [0x00030000,0x00130000], sp=0x0012e44c, free space=1017k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [ntdll.dll+0x52d94] RtlFreeHeap+0x12a
C [ntdll.dll+0x52ce8] RtlFreeHeap+0x7e
C [kernel32.dll+0x4c3d4] HeapFree+0x14
C [MSVCR71.dll+0x3593] free+0x39

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j java.lang.Class.getDeclaredConstructors0(Z)[Ljava/lang/reflect/Constructor;+0
j java.lang.Class.privateGetDeclaredConstructors(Z)[Ljava/lang/reflect/Constructor;+87
j java.lang.Class.getConstructor0([Ljava/lang/Class;I)Ljava/lang/reflect/Constructor;+10
J java.lang.Class.newInstance0()Ljava/lang/Object;
J java.lang.Class.newInstance()Ljava/lang/Object;
j org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Lorg/eclipse/core/runtime/spi/RegistryContributor;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+128
j org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(Lorg/eclipse/core/runtime/spi/RegistryContributor;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;+7
j org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Ljava/lang/String;)Ljava/lang/Object;+315
j org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Ljava/lang/String;)Ljava/lang/Object;+5
j org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Lorg/eclipse/core/runtime/IConfigurationElement;Ljava/lang/String;)Ljava/lang/Object;+19
j org.eclipse.ui.internal.registry.ViewDescriptor.createView()Lorg/eclipse/ui/IViewPart;+6
j org.eclipse.ui.internal.ViewReference.createPartHelper()Lorg/eclipse/ui/IWorkbenchPart;+114
j org.eclipse.ui.internal.ViewReference.createPart()Lorg/eclipse/ui/IWorkbenchPart;+5
j org.eclipse.ui.internal.WorkbenchPartReference.getPart(Z)Lorg/eclipse/ui/IWorkbenchPart;+65
j org.eclipse.ui.internal.ViewReference.getView(Z)Lorg/eclipse/ui/IViewPart;+2
j org.eclipse.ui.internal.WorkbenchPage.busyShowView(Ljava/lang/String;Ljava/lang/String;I)Lorg/eclipse/ui/IViewPart;+33
j org.eclipse.ui.internal.WorkbenchPage$20.run()V+21
j org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
j org.eclipse.ui.internal.WorkbenchPage.showView(Ljava/lang/String;Ljava/lang/String;I)Lorg/eclipse/ui/IViewPart;+72
j org.eclipse.ui.internal.ide.IDEWorkbenchPlugin$2.run()V+165
j org.eclipse.swt.widgets.Display.runTimer(I)Z+69
j org.eclipse.swt.widgets.Display.messageProc(IIII)I+1282
v ~StubRoutines::call_stub
j org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I+0
j org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I+7
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+555
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+55
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+108
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+126
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 )
0x09c7e000 JavaThread "Worker-8" [_thread_blocked, id=4584, stack(0x0c2d0000,0x0c3d0000)]
0x09c81400 JavaThread "Worker-7" [_thread_blocked, id=4476, stack(0x0c0d0000,0x0c1d0000)]
0x09c80c00 JavaThread "Worker-6" [_thread_blocked, id=5668, stack(0x0bfd0000,0x0c0d0000)]
0x09c80800 JavaThread "Worker-5" [_thread_blocked, id=4352, stack(0x0bed0000,0x0bfd0000)]
0x09c80000 JavaThread "Worker-4" [_thread_blocked, id=5176, stack(0x0bdd0000,0x0bed0000)]
0x09c7fc00 JavaThread "Worker-3" [_thread_blocked, id=5752, stack(0x0bcd0000,0x0bdd0000)]
0x09c7f400 JavaThread "Worker-2" [_thread_blocked, id=2844, stack(0x0bbd0000,0x0bcd0000)]
0x09c7ec00 JavaThread "Worker-1" [_thread_in_native, id=5328, stack(0x0a080000,0x0a180000)]
0x09521c00 JavaThread "org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor" daemon [_thread_blocked, id=1192, stack(0x0a480000,0x0a580000)]
0x09522400 JavaThread "JavaScript indexing" daemon [_thread_blocked, id=1496, stack(0x0a280000,0x0a380000)]
0x09521800 JavaThread "Java indexing" daemon [_thread_blocked, id=6120, stack(0x0b3c0000,0x0b4c0000)]
0x0990c400 JavaThread "Worker-0" [_thread_blocked, id=3280, stack(0x08f70000,0x09070000)]
0x09567400 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=4536, stack(0x09f80000,0x0a080000)]
0x091c1400 JavaThread "Worker-JM" [_thread_blocked, id=3548, stack(0x09680000,0x09780000)]
0x0850f400 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=5484, stack(0x09580000,0x09680000)]
0x0848b800 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=4736, stack(0x08b70000,0x08c70000)]
0x0848d400 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4768, stack(0x08a70000,0x08b70000)]
0x08480800 JavaThread "State Data Manager" daemon [_thread_blocked, id=3172, stack(0x08880000,0x08980000)]
0x0844ec00 JavaThread "Framework Active Thread" [_thread_blocked, id=4572, stack(0x086a0000,0x087a0000)]
0x05773400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4936, stack(0x08120000,0x08220000)]
0x0576e800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=5692, stack(0x08020000,0x08120000)]
0x0576b800 JavaThread "Attach Listener" daemon [_thread_blocked, id=5760, stack(0x07f20000,0x08020000)]
0x0576a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2608, stack(0x07e20000,0x07f20000)]
0x05761000 JavaThread "Finalizer" daemon [_thread_blocked, id=4244, stack(0x07d20000,0x07e20000)]
0x0575c400 JavaThread "Reference Handler" daemon [_thread_blocked, id=5784, stack(0x07c20000,0x07d20000)]
=>0x056c9c00 JavaThread "main" [_thread_in_native, id=4968, stack(0x00030000,0x00130000)]

Other Threads:
0x05757c00 VMThread [stack: 0x07b20000,0x07c20000] [id=5112]
0x05775000 WatcherThread [stack: 0x08220000,0x08320000] [id=4300]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 41856K, used 19874K [0x102a0000, 0x13000000, 0x1ad40000)
eden space 37248K, 40% used [0x102a0000, 0x111889b0, 0x12700000)
from space 4608K, 100% used [0x12b80000, 0x13000000, 0x13000000)
to space 4608K, 0% used [0x12700000, 0x12700000, 0x12b80000)
tenured generation total 92732K, used 61066K [0x1ad40000, 0x207cf000, 0x302a0000)
the space 92732K, 65% used [0x1ad40000, 0x1e8e2ad0, 0x1e8e2c00, 0x207cf000)
compacting perm gen total 64000K, used 63790K [0x302a0000, 0x34120000, 0x402a0000)
the space 64000K, 99% used [0x302a0000, 0x340eba80, 0x340ebc00, 0x34120000)
No shared spaces configured.

Code Cache [0x057d0000, 0x05de0000, 0x077d0000)
total_blobs=2997 nmethods=2788 adapters=141 free_code_cache=27216704 largest_free_block=896

Dynamic libraries:
0x00400000 - 0x0040d000 F:\1xiaoxueqi\eclipse\eclipse.exe
0x77c80000 - 0x77dbc000 C:\Windows\SYSTEM32\ntdll.dll
0x77840000 - 0x77914000 C:\Windows\system32\kernel32.dll
0x75ed0000 - 0x75f1a000 C:\Windows\system32\KERNELBASE.dll
0x77920000 - 0x779e9000 C:\Windows\system32\USER32.dll
0x77740000 - 0x7778e000 C:\Windows\system32\GDI32.dll
0x766a0000 - 0x766aa000 C:\Windows\system32\LPK.dll
0x777a0000 - 0x7783d000 C:\Windows\system32\USP10.dll
0x76380000 - 0x7642c000 C:\Windows\system32\msvcrt.dll
0x6f6c0000 - 0x6f744000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_ec83dffa859149af\COMCTL32.dll
0x77be0000 - 0x77c80000 C:\Windows\system32\ADVAPI32.dll
0x76680000 - 0x76699000 C:\Windows\SYSTEM32\sechost.dll
0x76830000 - 0x768d1000 C:\Windows\system32\RPCRT4.dll
0x766b0000 - 0x766cf000 C:\Windows\system32\IMM32.DLL
0x76120000 - 0x761ec000 C:\Windows\system32\MSCTF.dll
0x72000000 - 0x7200d000 F:\1xiaoxueqi\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502\eclipse_1406.dll
0x752d0000 - 0x752d9000 C:\Windows\system32\VERSION.dll
0x74a60000 - 0x74aa0000 C:\Windows\system32\uxtheme.dll
0x75d50000 - 0x75d9c000 C:\Windows\system32\apphelp.dll
0x10000000 - 0x1029f000 C:\Windows\system32\SOGOUPY.IME
0x734b0000 - 0x734b5000 C:\Windows\system32\MSIMG32.dll
0x769f0000 - 0x7763a000 C:\Windows\system32\SHELL32.dll
0x77e50000 - 0x77ea7000 C:\Windows\system32\SHLWAPI.dll
0x766d0000 - 0x7682c000 C:\Windows\system32\ole32.dll
0x750e0000 - 0x75101000 C:\Windows\system32\ntmarta.dll
0x77b90000 - 0x77bd5000 C:\Windows\system32\WLDAP32.dll
0x01d70000 - 0x01ddd000 D:\新1 安装\SogouInput\6.0.0.6076\Resource.dll
0x75da0000 - 0x75dac000 C:\Windows\system32\CRYPTBASE.dll
0x76430000 - 0x764b3000 C:\Windows\system32\CLBCatQ.DLL
0x776b0000 - 0x7773f000 C:\Windows\system32\OLEAUT32.dll
0x746d0000 - 0x746e3000 C:\Windows\system32\dwmapi.dll
0x6d7f0000 - 0x6da9f000 C:\Program Files\Java\jre6\bin\client\jvm.dll
0x74340000 - 0x74372000 C:\Windows\system32\WINMM.dll
0x7c360000 - 0x7c3b6000 C:\Windows\system32\MSVCR71.dll
0x6d7a0000 - 0x6d7ac000 C:\Program Files\Java\jre6\bin\verify.dll
0x6d320000 - 0x6d33f000 C:\Program Files\Java\jre6\bin\java.dll
0x77790000 - 0x77795000 C:\Windows\system32\PSAPI.DLL
0x6d7e0000 - 0x6d7ef000 C:\Program Files\Java\jre6\bin\zip.dll
0x758d0000 - 0x758e6000 C:\Windows\system32\CRYPTSP.dll
0x75670000 - 0x756ab000 C:\Windows\system32\rsaenh.dll
0x75440000 - 0x75457000 C:\Windows\system32\USERENV.dll
0x75e20000 - 0x75e2b000 C:\Windows\system32\profapi.dll
0x6d600000 - 0x6d613000 C:\Program Files\Java\jre6\bin\net.dll
0x77640000 - 0x77675000 C:\Windows\system32\WS2_32.dll
0x76370000 - 0x76376000 C:\Windows\system32\NSI.dll
0x75890000 - 0x758cc000 C:\Windows\system32\mswsock.dll
0x75880000 - 0x75886000 C:\Windows\System32\wship6.dll
0x746c0000 - 0x746d0000 C:\Windows\system32\NLAapi.dll
0x6faf0000 - 0x6fb00000 C:\Windows\system32\napinsp.dll
0x6fad0000 - 0x6fae2000 C:\Windows\system32\pnrpnsp.dll
0x6fac0000 - 0x6facd000 C:\Windows\system32\wshbth.dll
0x6fa60000 - 0x6fa87000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x75750000 - 0x75794000 C:\Windows\system32\DNSAPI.dll
0x6fa50000 - 0x6fa58000 C:\Windows\System32\winrnr.dll
0x75360000 - 0x75365000 C:\Windows\System32\wshtcpip.dll
0x74540000 - 0x7455c000 C:\Windows\system32\IPHLPAPI.DLL
0x74530000 - 0x74537000 C:\Windows\system32\WINNSI.DLL
0x6d5b0000 - 0x6d5b6000 C:\Windows\system32\rasadhlp.dll
0x741f0000 - 0x74228000 C:\Windows\System32\fwpuclnt.dll
0x6d620000 - 0x6d629000 C:\Program Files\Java\jre6\bin\nio.dll
0x08c70000 - 0x08cde000 F:\1xiaoxueqi\eclipse\configuration\org.eclipse.osgi\bundles\590\1\.cp\swt-win32-3735.dll
0x77dd0000 - 0x77e4b000 C:\Windows\system32\comdlg32.dll
0x74d30000 - 0x74ece000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x761f0000 - 0x7630a000 C:\Windows\system32\WININET.dll
0x77dc0000 - 0x77dc3000 C:\Windows\system32\Normaliz.dll
0x764c0000 - 0x76678000 C:\Windows\system32\iertutil.dll
0x768e0000 - 0x769f0000 C:\Windows\system32\urlmon.dll
0x75f40000 - 0x7605d000 C:\Windows\system32\CRYPT32.dll
0x75e90000 - 0x75e9c000 C:\Windows\system32\MSASN1.dll
0x74b20000 - 0x74c15000 C:\Windows\system32\propsys.dll
0x6cdc0000 - 0x6cdc9000 C:\Windows\system32\LINKINFO.dll
0x085d0000 - 0x085ed000 F:\1xiaoxueqi\eclipse\configuration\org.eclipse.osgi\bundles\590\1\.cp\swt-gdip-win32-3735.dll
0x748d0000 - 0x74a60000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17514_none_72d18a4386696c80\gdiplus.dll
0x74380000 - 0x7447b000 C:\Windows\system32\WindowsCodecs.dll
0x087d0000 - 0x087de000 F:\1xiaoxueqi\eclipse\configuration\org.eclipse.osgi\bundles\66\1\.cp\os\win32\x86\localfile_1_0_0.dll
0x6b240000 - 0x6b3af000 C:\Windows\system32\explorerframe.dll
0x747e0000 - 0x7480f000 C:\Windows\system32\DUser.dll
0x74810000 - 0x748c2000 C:\Windows\system32\DUI70.dll
0x72f50000 - 0x72f8c000 C:\Windows\system32\oleacc.dll
0x736f0000 - 0x736ff000 F:\1xiaoxueqi\eclipse\configuration\org.eclipse.osgi\bundles\69\1\.cp\jWinHttp-1.0.0.dll
0x6f7b0000 - 0x6f808000 C:\Windows\system32\WINHTTP.dll
0x6f760000 - 0x6f7af000 C:\Windows\system32\webio.dll
0x740a0000 - 0x740ad000 C:\Windows\system32\dhcpcsvc6.DLL
0x74080000 - 0x74092000 C:\Windows\system32\dhcpcsvc.DLL
0x75e10000 - 0x75e1e000 C:\Windows\system32\RpcRtRemote.dll
0x72fc0000 - 0x72fee000 C:\Windows\system32\mlang.dll
0x65930000 - 0x659a0000 C:\Windows\system32\ntshrui.dll
0x75c90000 - 0x75ca9000 C:\Windows\system32\srvcli.dll
0x779f0000 - 0x77b8d000 C:\Windows\system32\SETUPAPI.dll
0x75ea0000 - 0x75ec7000 C:\Windows\system32\CFGMGR32.dll
0x75f20000 - 0x75f32000 C:\Windows\system32\DEVOBJ.dll
0x6cef0000 - 0x6cefb000 C:\Windows\system32\cscapi.dll
0x74640000 - 0x7464a000 C:\Windows\system32\slc.dll
0x0a180000 - 0x0a18e000 D:\TortoiseSVN\bin\TortoiseStub.dll
0x0d7a0000 - 0x0d855000 D:\TortoiseSVN\bin\TortoiseSVN.dll
0x714c0000 - 0x714c5000 C:\Windows\system32\SHFOLDER.dll
0x6eec0000 - 0x6eee2000 D:\TortoiseSVN\bin\libapr_tsvn.dll
0x718c0000 - 0x71963000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
0x6b860000 - 0x6b892000 D:\TortoiseSVN\bin\libaprutil_tsvn.dll
0x0a220000 - 0x0a22d000 D:\TortoiseSVN\bin\intl3_tsvn.dll
0x71830000 - 0x718be000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
0x738f0000 - 0x738f9000 C:\Windows\system32\netutils.dll
0x71ae0000 - 0x71aec000 C:\Windows\system32\mssprxy.dll

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

Environment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.6.0_10
CLASSPATH=C:\Program Files\Java\jdk1.6.0_10lib;D:\Program Files\apache-tomcat-5.5.31;D:\Program Files\apache-tomcat-6.0.18;D:\Program Files\apache-tomcat-7.0.10;lib;
PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:/Program Files/Java/jre6/lib/i386;F:\毕业论文\Ruby192\bin;C:\Program Files\NVIDIA Corporation\PhysX\Common;F:\oracle\product\10.2.0\db_1\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Common Files\Thunder Network\KanKan\Codecs;D:\Ration Rose exe\common;C:\Program Files\Common Files\Ulead Systems\MPEG;C:\Program Files\Windows Live\Shared;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Subversion\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jdk1.6.0_10\bin;;C:\Program Files\Java\jdk1.6.0_10\bin;D:\Program Files\apache-tomcat-5.5.31;D:\Program Files\apache-tomcat-6.0.18;D:\Program Files\apache-tomcat-7.0.10;\common\lib;D:\新1 安装\SciTools/bin/pc-win32;C:\Program Files\MySQL\MySQL Server 5.0\bin;D:\TortoiseSVN\bin;F:\1xiaoxueqi\eclipse;
USERNAME=youcheng1
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel

 

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

OS: Windows 7 Build 7601 Service Pack 1

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

Memory: 4k page, physical 2094112k(345484k free), swap 4188224k(1219748k free)

vm_info: Java HotSpot(TM) Client VM (20.1-b02) for windows-x86 JRE (1.6.0_26-b03), built on May 4 2011 00:50:59 by "java_re" with MS VC++ 7.1 (VS2003)

time: Tue Sep 27 23:17:01 2011
elapsed time: 16 seconds

youcheng1的主页 youcheng1 | 初学一级 | 园豆:63
提问于:2011-09-28 07:44
< >
分享
所有回答(1)
1

eclipse被反编译了。用javac重新编译就可解决问题

--just kidding:)

bye_passer | 园豆:367 (菜鸟二级) | 2011-09-28 08:47

名称:Jode Decompiler

简介:一个Elipse的 Java 反编译工具。用于在Eclipse中查看Jar包中的class文件源代码。

安装方法:
点击Eclipse的Help菜单 --> Software Updates --> Find and install...,然后选择:Search for new features to install,在弹出的对话框中点击“New Remote Site...”菜单。

填入:
Name: Jode Decomopiler
URL: 
http://www.technoetic.com/eclipse/update
点击“Finish”。

下载完后选择安装即可,根据提示,点击重启Eclipse。

之后可以在Window菜单的Preferences --> Java -->Jode Decompiler中配置插件的信息。

支持(0) 反对(0) youcheng1 | 园豆:63 (初学一级) | 2011-09-28 09:42

@youcheng1:

嗯嗯,这个Jode decompiler,就是专门用来把你的eclipse反编译成源代码的:)源代码是不能运行的,当然会报错了。你必须用javac把它再重新编译成可执行的.class,一定行,你再试试

LOL!今天好开心!

我分析了一下,可能还有另外一个原因:(我不是很确信,仅供参考)

记得刚学OO时,书上说,OO的三个原则是:封装、继承、多态。你搞反编译,直接违反了“封装”的原则,这是你的eclipse崩溃的根本原因!

支持(0) 反对(0) bye_passer | 园豆:367 (菜鸟二级) | 2011-09-28 09:57

那个java文件要编译和他在哪里呢?

支持(0) 反对(0) youcheng1 | 园豆:63 (初学一级) | 2011-09-29 11:40

@youcheng1:

呵呵,我是和你开玩笑的。。。无恶意

对你的问题,可能是那个插件和Eclipse的兼容性问题,有几个建议:(现在不是开玩笑了:)

(1)个人认为这个插件对开发来说不是必要的,反编译毕竟不是一个日常开发活动。实在必要,可以用一个“非插件”的反汇编工具。我猜你的这个插件一定也提供了单独运行的工具(不需要安装成Eclipse插件)。我没有怎么用过这类工具,以前曾经用过一个工具叫 cavaj(它的名字是javac倒着写,因此印象比较深),就是一个单独的exe,印象还比较好用

(2)如果你一定要用这个插件,去它的官网看看有没有更新的版本?看看它的文档,有没有提到和Eclipse的版本兼容问题?如果有官方的论坛、邮件列表,可以问问

支持(0) 反对(0) bye_passer | 园豆:367 (菜鸟二级) | 2011-09-29 11:53
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册