- This topic has 13 replies, 4 voices, and was last updated 19 years, 9 months ago by Riyad Kalla.
-
AuthorPosts
-
mxnmatchMemberI am trying to follow the struts tutorial at
http://myeclipseide.com/images/tutorials/StrutsTutorial.htm
I got to the point where I create jsps. I created the login.jsp and success.jsp.I was able to open up those jsps and edit them with no problems. But, eclipse crashes when I close a jsp by clicking on the X on the tab or by typing ctrl-w (which is mapped to close tab in eclipse for me).
I have MyEclipseIDE 3.8.3GA installed in Eclipse 3.0.1. What follows is the contents of the file hs_err_pid2856.log which got dumped after the most recent crash.
This is completely reproducable. It happens 100% of the time. To cause the crash all I need to do is open eclipse, open a jsp, then click the X on the tab to close the window and eclipse crashes.
I’ve used this install of eclipse to do lots of J2EE development and it doesn’t crash (as far as I can recall) any other time. Until now I’ve always used a different editor to edit JSPs. I suppose that’s what I’ll have to continue doing for now unless there’s a way to fix this.
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x271a9932, pid=2856, tid=2976
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0-b64 mixed mode)
# Problematic frame:
# C [swt-win32-3063.dll+0x29932]
#————— T H R E A D —————
Current thread (0x00736a28): JavaThread “main” [_thread_in_native, id=2976]
siginfo: ExceptionCode=0xc0000005, reading address 0x293f0d0c
Registers:
EAX=0x293f0ce0, EBX=0x2281df18, ECX=0x0000000b, EDX=0x22974c48
ESP=0x0006ea74, EBP=0x0006eab0, ESI=0x2281df18, EDI=0x000a49ec
EIP=0x271a9932, EFLAGS=0x00010202Top of Stack: (sp=0x0006ea74)
0x0006ea74: 00736a28 2281df18 2281df18 00000001
0x0006ea84: 0000013c 23922928 00736eb4 0006eab8
0x0006ea94: 6d6801da 00000004 00736600 6d64c237
0x0006eaa4: 00000001 0000000a 00000001 0006eafc
0x0006eab4: 00a2826f 00736ae4 0006eb04 0000000b
0x0006eac4: 000a49ec fffffffa 00000000 00097088
0x0006ead4: 00000000 007d1516 00000000 0006eae0
0x0006eae4: 00000000 0006eb28 22974c48 00000000Instructions: (pc=0x271a9932)
0x271a9922: 8b ec 83 ec 30 8b 4d 10 53 56 57 8b 7d 14 8b 07
0x271a9932: 8b 1c 88 33 f6 39 75 1c 89 75 fc 74 15 8d 45 d0Stack: [0x00030000,0x00070000), sp=0x0006ea74, free space=250k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [swt-win32-3063.dll+0x29932]
j org.eclipse.swt.internal.ole.win32.COM.VtblCall(IIILorg/eclipse/swt/internal/win32/MSG;IIILorg/eclipse/swt/internal/win32/RECT;)I+0
j org.eclipse.swt.internal.ole.win32.IOleObject.DoVerb(ILorg/eclipse/swt/internal/win32/MSG;IIILorg/eclipse/swt/internal/win32/RECT;)I+15
j org.eclipse.swt.ole.win32.OleClientSite.doVerb(I)I+62
j org.eclipse.swt.ole.win32.OleClientSite.onDispose(Lorg/eclipse/swt/widgets/Event;)V+15
j org.eclipse.swt.ole.win32.OleClientSite.access$1(Lorg/eclipse/swt/ole/win32/OleClientSite;Lorg/eclipse/swt/widgets/Event;)V+2
j org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+96
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j org.eclipse.swt.widgets.Widget.sendEvent(I)V+4
j org.eclipse.swt.widgets.Widget.releaseWidget()V+3
j org.eclipse.swt.widgets.Control.releaseWidget()V+1
j org.eclipse.swt.widgets.Scrollable.releaseWidget()V+39
j org.eclipse.swt.widgets.Composite.releaseWidget()V+5
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.dispose()V+26
j org.eclipse.ui.internal.PartPane.dispose()V+46
j org.eclipse.ui.internal.EditorAreaHelper.closeEditor(Lorg/eclipse/ui/internal/EditorPane;)V+29
j org.eclipse.ui.internal.EditorAreaHelper.closeEditor(Lorg/eclipse/ui/IEditorPart;)V+18
j org.eclipse.ui.internal.EditorManager.closeEditor(Lorg/eclipse/ui/IEditorReference;)V+192
j org.eclipse.ui.internal.WorkbenchPage.closeEditor(Lorg/eclipse/ui/IEditorPart;Z)Z+100
j org.eclipse.ui.internal.WorkbenchPage.closeEditor(Lorg/eclipse/ui/IEditorReference;Z)Z+15
j org.eclipse.ui.internal.EditorPane.doHide()V+9
j org.eclipse.ui.internal.PartStack.close(Lorg/eclipse/ui/presentations/IPresentablePart;)V+35
j org.eclipse.ui.internal.EditorStack.close([Lorg/eclipse/ui/presentations/IPresentablePart;)V+10
j org.eclipse.ui.internal.PartStack$1.close([Lorg/eclipse/ui/presentations/IPresentablePart;)V+5
j org.eclipse.ui.internal.presentations.DefaultPartPresentation$1.closeButtonPressed(Lorg/eclipse/swt/custom/CTabItem;)V+24
j org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners(Lorg/eclipse/swt/custom/CTabItem;)V+25
j org.eclipse.ui.internal.presentations.PaneFolder$3.close(Lorg/eclipse/swt/custom/CTabFolderEvent;)V+16
j org.eclipse.swt.custom.CTabFolder.onMouse(Lorg/eclipse/swt/widgets/Event;)V+2246
j org.eclipse.swt.custom.CTabFolder$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+262
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j org.eclipse.swt.widgets.Display.runDeferredEvents()Z+84
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+55
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+106
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j org.eclipse.ui.internal.ide.IDEApplication.run(Ljava/lang/Object;)Ljava/lang/Object;+98
j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+254
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+133
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+32
v ~StubRoutines::call_stub
V [jvm.dll+0x8168d]
V [jvm.dll+0xd4179]
V [jvm.dll+0x8155e]
V [jvm.dll+0xe43ca]
V [jvm.dll+0x9f336]
C [java.dll+0x6bda]
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;+111
j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)Ljava/lang/Object;+179
j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+8
v ~StubRoutines::call_stub
V [jvm.dll+0x8168d]
V [jvm.dll+0xd4179]
V [jvm.dll+0x8155e]
V [jvm.dll+0x8844c]
C [javaw.exe+0x14c0]
C [javaw.exe+0x313d]
C [KERNEL32.DLL+0x2893d]Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.ole.win32.COM.VtblCall(IIILorg/eclipse/swt/internal/win32/MSG;IIILorg/eclipse/swt/internal/win32/RECT;)I+0
j org.eclipse.swt.internal.ole.win32.IOleObject.DoVerb(ILorg/eclipse/swt/internal/win32/MSG;IIILorg/eclipse/swt/internal/win32/RECT;)I+15
j org.eclipse.swt.ole.win32.OleClientSite.doVerb(I)I+62
j org.eclipse.swt.ole.win32.OleClientSite.onDispose(Lorg/eclipse/swt/widgets/Event;)V+15
j org.eclipse.swt.ole.win32.OleClientSite.access$1(Lorg/eclipse/swt/ole/win32/OleClientSite;Lorg/eclipse/swt/widgets/Event;)V+2
j org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+96
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j org.eclipse.swt.widgets.Widget.sendEvent(I)V+4
j org.eclipse.swt.widgets.Widget.releaseWidget()V+3
j org.eclipse.swt.widgets.Control.releaseWidget()V+1
j org.eclipse.swt.widgets.Scrollable.releaseWidget()V+39
j org.eclipse.swt.widgets.Composite.releaseWidget()V+5
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.releaseResources()V+1
j org.eclipse.swt.widgets.Composite.releaseChildren()V+22
j org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j org.eclipse.swt.widgets.Widget.dispose()V+26
j org.eclipse.ui.internal.PartPane.dispose()V+46
j org.eclipse.ui.internal.EditorAreaHelper.closeEditor(Lorg/eclipse/ui/internal/EditorPane;)V+29
j org.eclipse.ui.internal.EditorAreaHelper.closeEditor(Lorg/eclipse/ui/IEditorPart;)V+18
j org.eclipse.ui.internal.EditorManager.closeEditor(Lorg/eclipse/ui/IEditorReference;)V+192
j org.eclipse.ui.internal.WorkbenchPage.closeEditor(Lorg/eclipse/ui/IEditorPart;Z)Z+100
j org.eclipse.ui.internal.WorkbenchPage.closeEditor(Lorg/eclipse/ui/IEditorReference;Z)Z+15
j org.eclipse.ui.internal.EditorPane.doHide()V+9
j org.eclipse.ui.internal.PartStack.close(Lorg/eclipse/ui/presentations/IPresentablePart;)V+35
j org.eclipse.ui.internal.EditorStack.close([Lorg/eclipse/ui/presentations/IPresentablePart;)V+10
j org.eclipse.ui.internal.PartStack$1.close([Lorg/eclipse/ui/presentations/IPresentablePart;)V+5
j org.eclipse.ui.internal.presentations.DefaultPartPresentation$1.closeButtonPressed(Lorg/eclipse/swt/custom/CTabItem;)V+24
j org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners(Lorg/eclipse/swt/custom/CTabItem;)V+25
j org.eclipse.ui.internal.presentations.PaneFolder$3.close(Lorg/eclipse/swt/custom/CTabFolderEvent;)V+16
j org.eclipse.swt.custom.CTabFolder.onMouse(Lorg/eclipse/swt/widgets/Event;)V+2246
j org.eclipse.swt.custom.CTabFolder$1.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+262
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j org.eclipse.swt.widgets.Display.runDeferredEvents()Z+84
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+55
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+106
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+11
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j org.eclipse.ui.internal.ide.IDEApplication.run(Ljava/lang/Object;)Ljava/lang/Object;+98
j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+254
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+133
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+32
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;+111
j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)Ljava/lang/Object;+179
j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+8
v ~StubRoutines::call_stub————— P R O C E S S —————
Java Threads: ( => current thread )
0x270a1c08 JavaThread “com.ibm.sse.editor.StructuredTextReconciler” daemon [_thread_in_vm, id=3208]
0x270d5e68 JavaThread “Cleanup” daemon [_thread_in_native, id=3376]
0x26e361c8 JavaThread “Worker-4” [_thread_blocked, id=3336]
0x26d4d490 JavaThread “Worker-3” [_thread_blocked, id=4896]
0x26cfc5b8 JavaThread “Worker-2” [_thread_blocked, id=3184]
0x26cfd928 JavaThread “Worker-1” [_thread_blocked, id=4292]
0x26b59070 JavaThread “Worker-0” [_thread_blocked, id=3324]
0x26ae1a30 JavaThread “Java indexing” daemon [_thread_blocked, id=4144]
0x2670a440 JavaThread “Reference Cleaner – 2” [_thread_blocked, id=2956]
0x26638238 JavaThread “Reference Cleaner – 1” [_thread_blocked, id=1464]
0x265cff18 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=3280]
0x26379d08 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=2872]
0x009e23a8 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=4184]
0x009e0eb0 JavaThread “CompilerThread0” daemon [_thread_blocked, id=4824]
0x009e0120 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=2912]
0x009d76a0 JavaThread “Finalizer” daemon [_thread_blocked, id=4284]
0x009d61b0 JavaThread “Reference Handler” daemon [_thread_blocked, id=3996]
=>0x00736a28 JavaThread “main” [_thread_in_native, id=2976]Other Threads:
0x009d3800 VMThread [id=2080]
0x009e3940 WatcherThread [id=3028]VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 3648K, used 1541K [0x02aa0000, 0x02e90000, 0x05110000)
eden space 3264K, 35% used [0x02aa0000, 0x02bc1528, 0x02dd0000)
from space 384K, 100% used [0x02dd0000, 0x02e30000, 0x02e30000)
to space 384K, 0% used [0x02e30000, 0x02e30000, 0x02e90000)
tenured generation total 47296K, used 20201K [0x05110000, 0x07f40000, 0x21ea0000)
the space 47296K, 42% used [0x05110000, 0x064ca500, 0x064ca600, 0x07f40000)
compacting perm gen total 29440K, used 29382K [0x21ea0000, 0x23b60000, 0x25ea0000)
the space 29440K, 99% used [0x21ea0000, 0x23b51b00, 0x23b51c00, 0x23b60000)
No shared spaces configured.Dynamic libraries:
0x00400000 – 0x0040c000 G:\jdk\jre\bin\javaw.exe
0x77f80000 – 0x77ffd000 C:\WINNT\system32\ntdll.dll
0x7c2d0000 – 0x7c332000 C:\WINNT\system32\ADVAPI32.dll
0x7c570000 – 0x7c623000 C:\WINNT\system32\KERNEL32.DLL
0x77d30000 – 0x77da1000 C:\WINNT\system32\RPCRT4.DLL
0x77e10000 – 0x77e75000 C:\WINNT\system32\USER32.dll
0x77f40000 – 0x77f7b000 C:\WINNT\system32\GDI32.DLL
0x78000000 – 0x78045000 C:\WINNT\system32\MSVCRT.dll
0x6d640000 – 0x6d7c5000 G:\jdk\jre\bin\client\jvm.dll
0x77570000 – 0x775a0000 C:\WINNT\system32\WINMM.dll
0x6d280000 – 0x6d288000 G:\jdk\jre\bin\hpi.dll
0x690a0000 – 0x690ab000 C:\WINNT\system32\PSAPI.DLL
0x6d610000 – 0x6d61c000 G:\jdk\jre\bin\verify.dll
0x6d300000 – 0x6d31d000 G:\jdk\jre\bin\java.dll
0x6d630000 – 0x6d63f000 G:\jdk\jre\bin\zip.dll
0x6d4c0000 – 0x6d4d3000 G:\jdk\jre\bin\net.dll
0x75030000 – 0x75044000 C:\WINNT\system32\WS2_32.dll
0x75020000 – 0x75028000 C:\WINNT\system32\WS2HELP.DLL
0x6d4e0000 – 0x6d4e9000 G:\jdk\jre\bin\nio.dll
0x27180000 – 0x271ce000 G:\apps\eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\x86\swt-win32-3063.dll
0x77a50000 – 0x77b3f000 C:\WINNT\system32\ole32.dll
0x71710000 – 0x71794000 C:\WINNT\system32\COMCTL32.dll
0x76b30000 – 0x76b6e000 C:\WINNT\system32\comdlg32.dll
0x70a70000 – 0x70ad9000 C:\WINNT\system32\SHLWAPI.DLL
0x782f0000 – 0x78535000 C:\WINNT\system32\SHELL32.DLL
0x779b0000 – 0x77a4b000 C:\WINNT\system32\OLEAUT32.dll
0x75e60000 – 0x75e7a000 C:\WINNT\system32\IMM32.dll
0x66650000 – 0x666a4000 C:\WINNT\system32\USP10.dll
0x60000000 – 0x60045000 C:\WINNT\system32\MSCTF.dll
0x27780000 – 0x27788000 G:\apps\eclipse\plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86\core_2_1_0b.dll
0x69640000 – 0x6965f000 C:\WINNT\system32\oleacc.dll
0x27c80000 – 0x27ca6000 G:\net\Trillian\events.dll
0x7c340000 – 0x7c396000 G:\net\Trillian\MSVCR71.dll
0x782c0000 – 0x782cc000 C:\WINNT\System32\rnr20.dll
0x77980000 – 0x779a4000 C:\WINNT\system32\DNSAPI.DLL
0x75050000 – 0x75058000 C:\WINNT\system32\WSOCK32.DLL
0x77340000 – 0x77353000 C:\WINNT\system32\iphlpapi.dll
0x77520000 – 0x77525000 C:\WINNT\system32\ICMP.DLL
0x77320000 – 0x77337000 C:\WINNT\system32\MPRAPI.DLL
0x75150000 – 0x7515f000 C:\WINNT\system32\SAMLIB.DLL
0x75170000 – 0x751bf000 C:\WINNT\system32\NETAPI32.DLL
0x28ea0000 – 0x28eaf000 C:\WINNT\system32\Secur32.dll
0x77bf0000 – 0x77c01000 C:\WINNT\system32\NTDSAPI.dll
0x77950000 – 0x7797a000 C:\WINNT\system32\WLDAP32.DLL
0x751c0000 – 0x751c6000 C:\WINNT\system32\NETRAP.dll
0x773b0000 – 0x773df000 C:\WINNT\system32\ACTIVEDS.DLL
0x77380000 – 0x773a3000 C:\WINNT\system32\ADSLDPC.DLL
0x77830000 – 0x7783e000 C:\WINNT\system32\RTUTILS.DLL
0x77880000 – 0x7790e000 C:\WINNT\system32\SETUPAPI.DLL
0x7c0f0000 – 0x7c151000 C:\WINNT\system32\USERENV.DLL
0x774e0000 – 0x77513000 C:\WINNT\system32\RASAPI32.DLL
0x774c0000 – 0x774d1000 C:\WINNT\system32\RASMAN.DLL
0x77530000 – 0x77552000 C:\WINNT\system32\TAPI32.DLL
0x77360000 – 0x77379000 C:\WINNT\system32\DHCPCSVC.DLL
0x777e0000 – 0x777e8000 C:\WINNT\System32\winrnr.dll
0x777f0000 – 0x777f5000 C:\WINNT\system32\rasadhlp.dll
0x74fd0000 – 0x74fee000 C:\WINNT\system32\msafd.dll
0x75010000 – 0x75017000 C:\WINNT\System32\wshtcpip.dll
0x775a0000 – 0x77630000 C:\WINNT\system32\CLBCATQ.DLL
0x2a2f0000 – 0x2a4f4000 C:\WINNT\system32\msi.dllVM Arguments:
jvm_args: -Xms50M -Xmx500M
java_command: org.eclipse.core.launcher.Main -os win32 -ws win32 -arch x86 -showsplash G:\apps\eclipse\eclipse.exe -showsplash 600 -exitdata G:\apps\eclipse\eclipse.exe -exitdata ae4_6c -data G:\prog\eclipse -vm G:\jdk\jre\bin\javaw.exe -vmargs -Xms50M -Xmx500M -cp G:\apps\eclipse\startup.jar org.eclipse.core.launcher.MainEnvironment Variables:
JAVA_HOME=G:\jdk
PATH=G:\apps\Perl\bin\;G:\jdk\bin;C:\Program Files\Seagate Software\NOTES\;C:\Program Files\Seagate Software\NOTES\DATA\;G:\orant\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Resource Kit\;C:\cygwin\bin;g:\utils;G:\apps\jakarta-ant-1.5.1\bin;g:\scripts;G:\apps\MSSQL7\BINN;g:\apps\JProbe Suite 4.0\bin;C:\Program Files\Common Files\Network Associates\VirusScan Engine\4.0.xx\;C:\Program Files\Symantec\pcAnywhere\;g:\jdk\bin;g:\apps\jwsdp-1.3\jwsdp-shared\bin;g:\apps\Perl\bin;g:\apps\jwsdp-1.1\jwsdp-shared\bin;g:\apps\JProbe Suite 4.0\bin;g:\mysql\bin
USERNAME=GFortytwo
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 4, GenuineIntel————— S Y S T E M —————
OS: Windows 2000 Build 2195 Service Pack 4
CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
Memory: 4k page, physical 2096600k(1275276k free), swap 3988048k(2841300k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0-b64) for windows-x86, built on Sep 15 2004 03:00:31 by “java_re” with MS VC++ 6.0
Scott AndersonParticipantEclipse isn’t certified on Java 1.5. Please launch Eclipse with a 1.4.1+ JDK using the -vm option like:
eclipse.exe -vm <path-to-javaw.exe> and see how that works. I believe it will correct the issue.
mxnmatchMemberNope. Here’s the dump when using jdk 1.4.2_05-b04.
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x33EE9932
Function=Java_org_eclipse_swt_internal_ole_win32_COM_VtblCall__IIILorg_eclipse_swt_internal_win32_MSG_2IIILorg_eclipse_swt_internal_win32_RECT_2+0x11
Library=G:\apps\eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\x86\swt-win32-3063.dllCurrent Java thread:
at org.eclipse.swt.internal.ole.win32.COM.VtblCall(Native Method)
at org.eclipse.swt.internal.ole.win32.IOleObject.DoVerb(IOleObject.java:27)
at org.eclipse.swt.ole.win32.OleClientSite.doVerb(OleClientSite.java:571)
at org.eclipse.swt.ole.win32.OleClientSite.onDispose(OleClientSite.java:821)
at org.eclipse.swt.ole.win32.OleClientSite.access$1(OleClientSite.java:818)
at org.eclipse.swt.ole.win32.OleClientSite$1.handleEvent(OleClientSite.java:125)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:801)
at org.eclipse.swt.widgets.Widget.releaseWidget(Widget.java:708)
at org.eclipse.swt.widgets.Control.releaseWidget(Control.java:1480)
at org.eclipse.swt.widgets.Scrollable.releaseWidget(Scrollable.java:192)
at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:373)
at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367)
at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372)
at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367)
at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372)
at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367)
at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372)
at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367)
at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372)
at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367)
at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372)
at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:673)
at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:367)
at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:372)
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:368)
at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:227)
at org.eclipse.ui.internal.EditorAreaHelper.closeEditor(EditorAreaHelper.java:113)
at org.eclipse.ui.internal.EditorAreaHelper.closeEditor(EditorAreaHelper.java:101)
at org.eclipse.ui.internal.EditorManager.closeEditor(EditorManager.java:199)
at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:999)
at org.eclipse.ui.internal.CloseEditorAction.run(CloseEditorAction.java:36)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:143)
at org.eclipse.ui.internal.commands.Command.execute(Command.java:132)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:453)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:871)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:912)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:530)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(WorkbenchKeyboard.java:478)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent(WorkbenchKeyboard.java:243)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:740)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:795)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:820)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:805)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1734)
at org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:1730)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3067)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2970)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:3338)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1473)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2429)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)Dynamic libraries:
0x00400000 – 0x0040B000 g:\jdk1.4.2_05\jre\bin\javaw.exe
0x77F80000 – 0x77FFD000 C:\WINNT\system32\ntdll.dll
0x7C2D0000 – 0x7C332000 C:\WINNT\system32\ADVAPI32.dll
0x7C570000 – 0x7C623000 C:\WINNT\system32\KERNEL32.DLL
0x77D30000 – 0x77DA1000 C:\WINNT\system32\RPCRT4.DLL
0x77E10000 – 0x77E75000 C:\WINNT\system32\USER32.dll
0x77F40000 – 0x77F7B000 C:\WINNT\system32\GDI32.DLL
0x78000000 – 0x78045000 C:\WINNT\system32\MSVCRT.dll
0x08000000 – 0x08139000 g:\jdk1.4.2_05\jre\bin\client\jvm.dll
0x77570000 – 0x775A0000 C:\WINNT\system32\WINMM.dll
0x10000000 – 0x10007000 g:\jdk1.4.2_05\jre\bin\hpi.dll
0x007E0000 – 0x007EE000 g:\jdk1.4.2_05\jre\bin\verify.dll
0x007F0000 – 0x00809000 g:\jdk1.4.2_05\jre\bin\java.dll
0x00810000 – 0x0081D000 g:\jdk1.4.2_05\jre\bin\zip.dll
0x33A90000 – 0x33A9F000 G:\jdk1.4.2_05\jre\bin\net.dll
0x75030000 – 0x75044000 C:\WINNT\system32\WS2_32.dll
0x75020000 – 0x75028000 C:\WINNT\system32\WS2HELP.DLL
0x33AA0000 – 0x33AA8000 G:\jdk1.4.2_05\jre\bin\nio.dll
0x33EC0000 – 0x33F0E000 G:\apps\eclipse\plugins\org.eclipse.swt.win32_3.0.1\os\win32\x86\swt-win32-3063.dll
0x77A50000 – 0x77B3F000 C:\WINNT\system32\ole32.dll
0x71710000 – 0x71794000 C:\WINNT\system32\COMCTL32.dll
0x76B30000 – 0x76B6E000 C:\WINNT\system32\comdlg32.dll
0x70A70000 – 0x70AD9000 C:\WINNT\system32\SHLWAPI.DLL
0x782F0000 – 0x78535000 C:\WINNT\system32\SHELL32.DLL
0x779B0000 – 0x77A4B000 C:\WINNT\system32\OLEAUT32.dll
0x75E60000 – 0x75E7A000 C:\WINNT\system32\IMM32.dll
0x66650000 – 0x666A4000 C:\WINNT\system32\USP10.dll
0x60000000 – 0x60045000 C:\WINNT\system32\MSCTF.dll
0x344D0000 – 0x344D8000 G:\apps\eclipse\plugins\org.eclipse.core.resources.win32_3.0.0\os\win32\x86\core_2_1_0b.dll
0x69640000 – 0x6965F000 C:\WINNT\system32\oleacc.dll
0x34A00000 – 0x34A26000 G:\net\Trillian\events.dll
0x7C340000 – 0x7C396000 G:\net\Trillian\MSVCR71.dll
0x782C0000 – 0x782CC000 C:\WINNT\System32\rnr20.dll
0x77980000 – 0x779A4000 C:\WINNT\system32\DNSAPI.DLL
0x75050000 – 0x75058000 C:\WINNT\system32\WSOCK32.DLL
0x77340000 – 0x77353000 C:\WINNT\system32\iphlpapi.dll
0x77520000 – 0x77525000 C:\WINNT\system32\ICMP.DLL
0x77320000 – 0x77337000 C:\WINNT\system32\MPRAPI.DLL
0x75150000 – 0x7515F000 C:\WINNT\system32\SAMLIB.DLL
0x75170000 – 0x751BF000 C:\WINNT\system32\NETAPI32.DLL
0x353A0000 – 0x353AF000 C:\WINNT\system32\Secur32.dll
0x77BF0000 – 0x77C01000 C:\WINNT\system32\NTDSAPI.dll
0x77950000 – 0x7797A000 C:\WINNT\system32\WLDAP32.DLL
0x751C0000 – 0x751C6000 C:\WINNT\system32\NETRAP.dll
0x773B0000 – 0x773DF000 C:\WINNT\system32\ACTIVEDS.DLL
0x77380000 – 0x773A3000 C:\WINNT\system32\ADSLDPC.DLL
0x77830000 – 0x7783E000 C:\WINNT\system32\RTUTILS.DLL
0x77880000 – 0x7790E000 C:\WINNT\system32\SETUPAPI.DLL
0x7C0F0000 – 0x7C151000 C:\WINNT\system32\USERENV.DLL
0x774E0000 – 0x77513000 C:\WINNT\system32\RASAPI32.DLL
0x774C0000 – 0x774D1000 C:\WINNT\system32\RASMAN.DLL
0x77530000 – 0x77552000 C:\WINNT\system32\TAPI32.DLL
0x77360000 – 0x77379000 C:\WINNT\system32\DHCPCSVC.DLL
0x777E0000 – 0x777E8000 C:\WINNT\System32\winrnr.dll
0x777F0000 – 0x777F5000 C:\WINNT\system32\rasadhlp.dll
0x74FD0000 – 0x74FEE000 C:\WINNT\system32\msafd.dll
0x75010000 – 0x75017000 C:\WINNT\System32\wshtcpip.dll
0x775A0000 – 0x77630000 C:\WINNT\system32\CLBCATQ.DLL
0x37890000 – 0x37A94000 C:\WINNT\system32\msi.dll
0x77920000 – 0x77943000 C:\WINNT\system32\imagehlp.dll
0x72A00000 – 0x72A2D000 C:\WINNT\system32\DBGHELP.dll
0x690A0000 – 0x690AB000 C:\WINNT\system32\PSAPI.DLLHeap at VM Abort:
Heap
def new generation total 3584K, used 2336K [0x10010000, 0x103f0000, 0x12680000)
eden space 3200K, 61% used [0x10010000, 0x101f82b8, 0x10330000)
from space 384K, 99% used [0x10330000, 0x1038fff8, 0x10390000)
to space 384K, 0% used [0x10390000, 0x10390000, 0x103f0000)
tenured generation total 47296K, used 22509K [0x12680000, 0x154b0000, 0x2f410000)
the space 47296K, 47% used [0x12680000, 0x13c7b668, 0x13c7b800, 0x154b0000)
compacting perm gen total 32000K, used 31813K [0x2f410000, 0x31350000, 0x33410000)
the space 32000K, 99% used [0x2f410000, 0x31321458, 0x31321600, 0x31350000)Local Time = Wed Jan 05 13:43:42 2005
Elapsed Time = 121
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
#
Scott AndersonParticipantWell, that’s a new stack to me. We do have an issue at shutdown (not on editor close) with the browser that sometimes crashed on Linux, but we
haven’t seen any issues other than a log entry on Windows, but the stacktrace looks unrelated to that. It might be an installation issue
or a conflict of some type. Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum (particularly the log)? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
mxnmatchMemberMost of the info is already in the stack trace, but I’ll enumerate it here:
Q: What operating system and version are you running?
A: Win2k serverQ: What Eclipse version and build id are you using? (Help > About Eclipse Platform)
A: 3.0.1, build ID 200409161125Q: Was Eclipse freshly installed for MyEclipse?
A: Yes. I installed Eclipse 3.0.1 and then installed the MyEclipseIDE plugin. I originally had Eclipse 3.0 installed and then installed the MyEclipseIDE plugin and then ran the upgrade to 3.0.1, but that broke eclipse, so I installed 3.0.1 fresh and installed the MyEclipseIDE plugin over that.Q: Are any other external plugins installed?
A: Yes. On my home install of eclipse I installed the Subclipse plugin for the Subversion source control system. However, this crash occurred before I installed that plugin and it also occurs at my work installation even though that plugin is not installed.Q: How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
A: 8Q: What MyEclipse version are you using? (Help > About Eclipse Platform > Features)
A: 3.8.3Q: What JDK version are you using to run Eclipse? (java -version)
A: 1.4.2_05-b04 mixed mode at work and 1.4.2_01-b06 mixed mode at homeQ: What JDK version are you using to launch your application server?
A: At work jdk1.5, at home 1.4.2_01-b06 mixed modeQ: What steps did you take that resulted in the issue?
A: This happens 100% of the time. Open Eclipse, open a JSP, then click the X on the tab to close the JSP. It pauses for a second and then crashes.Q: What application server are you using?
A: Jetty at work. Resin at home.Q: Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
A: Aha! I forgot about this log file. It looks like this is that stupid problem where SWT can’t handle mozilla. How do I fix this? Here’s the relevant stack trace which also occurs when I try to open help in eclipse. I guess these issues may be related.!ENTRY org.eclipse.webbrowser 2 0 Jan 09, 2005 18:32:14.796
!MESSAGE Internal browser is not operational
!STACK 0
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:2717)
at org.eclipse.swt.SWT.error(SWT.java:2616)
at org.eclipse.swt.SWT.error(SWT.java:2587)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:146)
at org.eclipse.webbrowser.internal.WebBrowserUtil.isInternalBrowserOperational(Unknown Source)
at org.eclipse.webbrowser.internal.BrowserManager.addInternalBrowser(Unknown Source)
at org.eclipse.webbrowser.internal.BrowserManager.loadBrowsers(Unknown Source)
at org.eclipse.webbrowser.internal.BrowserManager.getWebBrowsers(Unknown Source)
at org.eclipse.webbrowser.internal.WebBrowserUIPlugin.stop(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:990)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:502)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.stop(AbstractBundle.java:437)
at org.eclipse.core.runtime.adaptor.BundleStopper.basicStopBundles(BundleStopper.java:73)
at org.eclipse.core.runtime.adaptor.BundleStopper.stopBundles(BundleStopper.java:62)
at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStopping(EclipseAdaptor.java:551)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:457)
at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:182)
at java.lang.Thread.run(Unknown Source)
mxnmatchMemberThis may be a separate issue. I’m not sure, but in any case my installation has degraded. Now, all I need to do to crash eclipse is to open up “Windows | Preferences” and then select the “Help” node of the tree. The “.log” file contains the same that that I see for other crashes. I just don’t understand why the browser is being loaded just to look at that part of the tree.
I’ve tried changing the preferences in “MyEclipse/Internet Tools/Web Browser”, but it doesn’t seem to make any difference. I tried setting the default windows browser to be Internet Explorer, but that had no effect.
!ENTRY org.eclipse.webbrowser 2 0 Jan 09, 2005 22:46:53.843
!MESSAGE Internal browser is not operational
!STACK 0
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:2717)
at org.eclipse.swt.SWT.error(SWT.java:2616)
at org.eclipse.swt.SWT.error(SWT.java:2587)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:146)
at org.eclipse.webbrowser.internal.WebBrowserUtil.isInternalBrowserOperational(Unknown Source)
at org.eclipse.webbrowser.internal.BrowserManager.addInternalBrowser(Unknown Source)
at org.eclipse.webbrowser.internal.BrowserManager.loadBrowsers(Unknown Source)
at org.eclipse.webbrowser.internal.BrowserManager.getWebBrowsers(Unknown Source)
at org.eclipse.webbrowser.internal.WebBrowserUIPlugin.stop(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:990)
at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:502)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.stop(AbstractBundle.java:437)
at org.eclipse.core.runtime.adaptor.BundleStopper.basicStopBundles(BundleStopper.java:73)
at org.eclipse.core.runtime.adaptor.BundleStopper.stopBundles(BundleStopper.java:62)
at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStopping(EclipseAdaptor.java:551)
at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:457)
at org.eclipse.osgi.framework.internal.core.SystemBundle$1.run(SystemBundle.java:182)
at java.lang.Thread.run(Unknown Source)
GregMemberWhat version of IE do you have installed? Your previous stack traces are crashing in a COM call and the JSP editor loads the Eclipse browser object which is COM based. So it must be some incompatiblity with your system and the Eclipse browser.
mxnmatchMemberI have IE 6.0.2800.1106 installed.
I also have Firefox 0.9.1 installed.
I also have Mozilla 1.7.3 installed.
My system’s default browser is set to Firefox.
mxnmatchMemberOk, where does myeclipse store things in between installs?
I ran the uninstall for MyEclipse. Then I deleted the eclipse directory. I deleted the MyEclipse directory. I moved my workspace directory to a different location so it wouldn’t be found if the path was saved somewhere.
I then unzipped eclipse into a fresh folder. I ran eclipse and found that there were no problems. I could open the help window and see help without any crashes occurring.
Then I installed MyEclipse again to a fresh folder. I ran eclipse and now it gives me an entirely new error. Why is it different every time I reinstall MyEclipse? Where does it keep its information? Is there junk in the registry that I should remove before I reinstall MyEclipse?
Now, when I open the Help menu and select “Help Contents”, it gives the following error message:
javaw.exe – No Disk
There is no disk in the drive. Please insert a disk into drive \Device\Harddisk10\DR19The “Help Contents” was fine before the MyEclipse install and now it does not work. After I see that message I click “Continue” and it redisplays that dialog box again. Then I click “Continue” and it crashes.
It appears to try to look at each drive or something. I found that if I detach my sdcard reader (which appears as a removeable drive when plugged in) then it just crashes without asking me to insert a disk into the drive. Actually, it doesn’t crash right away. First my firewall pops up a message saying javaw.exe is trying to act as a server (presumably because it’s trying to open iexplore). When I allow it to do so then it crashes.
No log files seem to be generated.
What do I need to do to make this work?
I know this is no longer about jsps causing a crash, but this appears to somehow all be part of the same mess.
Riyad KallaMemberOk, where does myeclipse store things in between installs?
EVerything is stored in the workspace directory usually under .metadata subdirectory.
Is there junk in the registry that I should remove before I reinstall MyEclipse?
Nope… are you using the Eclipse SDK (~85mb) and not the JDT, RCP or Platform installs? What are the name and sizes of all the files you are using (Eclipse and MyEclipse)?
javaw.exe – No Disk
There is no disk in the drive. Please insert a disk into drive \Device\Harddisk10\DR19Please paste the contents of the Help > About > Configuration Details page here, find the line “LICENSE_KEY” and erase it though before you do. Also do you have JBuilder installed? It has this fantastic habit of completely hijacking your System Java setup and pointing to all its own JREs/JDKs which in my experience have actually caused my apps to crash where the same version Sun build won’t… go figure.
First my firewall pops up a message saying javaw.exe is trying to act as a server (presumably because it’s trying to open iexplore). When I allow it to do so then it crashes.
What firewall and virus protection software do you run?
No log files seem to be generated.
It should be here: <workspace dir>\.metadata\.log, are you sure it isn’t getting generated? Are you sure you are creating a new workspace each time? Have you tried shutting down Eclipse, adding the -clean argument to the shortcut and launching Eclipse again letting it rebuild the plugin cache just incase?
mxnmatchMemberOk, here’s an update. As I think I mentioned before, I have MyEclipseIDE on my home computer and work computer. Up until recently the problems I’ve mentioned have been occurring identically on both machines.
However, recently I upgraded my home system. I replaced the motherboard and upgraded to WinXP. The hard drives are mostly the same as before except that I moved all my workspace files from the G: drive to the J: drive.
I mention all of that because for some reason, eclipse no longer crashes on my home system. I can open and close JSPS and I can view the help menu. Note that I did not reinstall MyEclipseIDE. I simply ran the install that I had before.
So, that means one of two things:
1. Moving the workspace from G:\prog\workspace to J:\prog\workspace for some reason cured these problems. This is unlikely given that I’d tried full reinstalls with a clean workspace before.
2. Switching from Win2k server to WinXP solved the problem. It’s possible that a clean install of Win2k would have fixed it I suppose, but note that Firefox is my default browser in WinXP as well.
3. It’s possible that the installation of MyEclipseIDE causes the problem. However, I don’t want to risk running the install on WinXP given that it works so wonderfully right now at home.I’m still using Win2k at work, so the problem still exists for me. But I think it’s interesting that the problem went away on my home system. It implies that there’s nothing wrong with the eclipse install or the MyEclipseIDE install or the workspace. It may be that MyEclipseIDE has something in it that just happens to interact badly with Win2k server. My home and work installs of Win2k server were quite different except for a few common applications like firefox, so I don’t know what the problem is.
As to your questions:
The installer I used to install MyEclipseIDE is EnterpriseWorkbenchInstaller_030803.exe and it’s 59 megs in size.
I do not have JBuilder installed.
I have the McAfee virus checker installed (both at home and at work). At home I used the ZoneAlarm firewall and at work it’s controlled by the IT guys. I don’t have a software firewall at work.
As for the .log, yes it’s getting generated. I just meant that there were no stack traces.
Here are my configuration details minus the license key. Yes, it’s jdk1.5, but this problem occurred even when I tried it with 1.4. And in any case, I never installed jdk1.5 on my home system and the problem still occurred there.
*** Date: 1/24/05 12:44 PM
*** Platform Details:
*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=I200406251208
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
G:\apps\eclipse\eclipse.exe -showsplash 600
-exitdata
G:\apps\eclipse\eclipse.exe -exitdata df4_6c
-data
G:\prog\eclipse
-vm
G:\jdk\jre\bin\javaw.exeeclipse.product=org.eclipse.platform.ide
eclipse.startTime=1106599399781
eclipse.vm=G:\jdk\jre\bin\javaw.exe
eclipse.vmargs=-Xms50M
-Xmx500M
-cp
G:\apps\eclipse\startup.jar
org.eclipse.core.launcher.Maineof=eof
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=G:\apps\eclipse\startup.jar
java.class.version=49.0
java.endorsed.dirs=G:\jdk\jre\lib\endorsed
java.ext.dirs=G:\jdk\jre\lib\ext
java.home=G:\jdk\jre
java.io.tmpdir=c:\temp\
java.library.path=G:\jdk\jre\bin;.;C:\WINNT\system32;C:\WINNT;G:\apps\Perl\bin\;G:\jdk\bin;C:\Program Files\Seagate Software\NOTES\;C:\Program Files\Seagate Software\NOTES\DATA\;G:\orant\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Resource Kit\;C:\cygwin\bin;g:\utils;G:\apps\jakarta-ant-1.5.1\bin;g:\scripts;G:\apps\MSSQL7\BINN;g:\apps\JProbe Suite 4.0\bin;C:\Program Files\Common Files\Network Associates\VirusScan Engine\4.0.xx\;C:\Program Files\Symantec\pcAnywhere\;g:\jdk\bin;g:\apps\jwsdp-1.3\jwsdp-shared\bin;g:\apps\Perl\bin;g:\apps\jwsdp-1.1\jwsdp-shared\bin;g:\apps\JProbe Suite 4.0\bin;g:\mysql\bin
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0-b64
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.5.0
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.5.0-b64
line.separator=org.osgi.framework.executionenvironment=
org.osgi.framework.language=en
org.osgi.framework.os.name=Windows2000
org.osgi.framework.os.version=5.0
org.osgi.framework.processor=x86
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.2.0
os.arch=x86
os.name=Windows 2000
os.version=5.0
osgi.arch=x86
osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=g:\apps\eclipse\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/g:/apps/eclipse/configuration/
osgi.framework=file:/g:/apps/eclipse/plugins/org.eclipse.osgi_3.0.1/
osgi.framework.beginningstartlevel=1
osgi.framework.version=3.0.0
osgi.frameworkClassPath=core.jar, console.jar, osgi.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar
osgi.install.area=file:/g:/apps/eclipse/
osgi.instance.area=file:/G:/prog/eclipse/
osgi.logfile=G:\prog\eclipse\.metadata\.log
osgi.manifest.cache=g:\apps\eclipse\configuration\org.eclipse.osgi\manifests
osgi.nl=en_US
osgi.os=win32
osgi.splashLocation=g:\apps\eclipse\plugins\org.eclipse.platform_3.0.1\splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.ws=win32
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=G:\jdk\jre\lib\rt.jar;G:\jdk\jre\lib\i18n.jar;G:\jdk\jre\lib\sunrsasign.jar;G:\jdk\jre\lib\jsse.jar;G:\jdk\jre\lib\jce.jar;G:\jdk\jre\lib\charsets.jar;G:\jdk\jre\classes
sun.boot.library.path=G:\jdk\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=Service Pack 4
user.country=US
user.dir=G:\apps\eclipse
user.home=C:\Documents and Settings\gfortytwo
user.language=en
user.name=GFortytwo
user.timezone=America/Los_Angeles
user.variant=*** Features:
com.genuitec.myeclipse.ast (3.8.3) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.ast (3.8.3) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.ast (3.8.2) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.core (3.8.3) “MyEclipse Core Tooling”
com.genuitec.myeclipse.core (3.8.3) “MyEclipse Core Tooling”
com.genuitec.myeclipse.core (3.8.2) “MyEclipse Core Tooling”
com.genuitec.myeclipse.enterprise (3.8.3) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.enterprise (3.8.3) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.enterprise (3.8.2) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.help (3.8.3) “MyEclipse Help Documentation”
com.genuitec.myeclipse.help (3.8.3) “MyEclipse Help Documentation”
com.genuitec.myeclipse.help (3.8.2) “MyEclipse Help Documentation”
com.genuitec.myeclipse.wdt (3.8.3) “MyEclipse Web Development Tooling”
com.genuitec.myeclipse.wdt (3.8.3) “MyEclipse Web Development Tooling”
com.genuitec.myeclipse.wdt (3.8.2) “MyEclipse Web Development Tooling”
org.eclipse.gef (3.0.0) “Graphical Editing Framework”
org.eclipse.jdt (3.0.1) “Eclipse Java Development Tools”
org.eclipse.jdt.source (3.0.0) “Eclipse Java Development Tools SDK”
org.eclipse.pde (3.0.0) “Eclipse Plug-in Development Environment”
org.eclipse.pde.source (3.0.0) “Eclipse Plug-in Development Environment Developer Resources”
org.eclipse.platform (3.0.1) “Eclipse Platform”
org.eclipse.platform.source (3.0.0) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.sdk (3.0.0) “Eclipse Project SDK”*** Plug-in Registry:
com.genuitec.eclipse.ast.deploy.core (3.8.2) “Deployment Core Plug-in”
com.genuitec.eclipse.ast.deploy.core (3.8.3) “Deployment Core Plug-in”
com.genuitec.eclipse.browser (3.8.1) “Web Browser Plug-in”
com.genuitec.eclipse.bugzilla (3.8.3) “MyEclipse Bugzilla Integration Plug-in”
com.genuitec.eclipse.core (3.8.2) “Genuitec Core”
com.genuitec.eclipse.core (3.8.3) “Genuitec Core”
com.genuitec.eclipse.cross.easystruts.eclipse (3.8.2) “Stuts Support”
com.genuitec.eclipse.cross.easystruts.eclipse (3.8.3) “Stuts Support”
com.genuitec.eclipse.easie.bejy (3.8.1) “Genuitec EASIE Bejy Tiger”
com.genuitec.eclipse.easie.core (3.8.2) “Genuitec EASIE Core”
com.genuitec.eclipse.easie.core (3.8.3) “Genuitec EASIE Core”
com.genuitec.eclipse.easie.jboss (3.8.2) “Genuitec EASIE JBoss”
com.genuitec.eclipse.easie.jboss2 (3.8.1) “Genuitec EASIE JBoss 2”
com.genuitec.eclipse.easie.jboss3 (3.8.2) “Genuitec EASIE JBoss 3”
com.genuitec.eclipse.easie.jboss4 (3.8.2) “Genuitec EASIE JBoss 4”
com.genuitec.eclipse.easie.jetty (3.8.1) “Genuitec EASIE Jetty”
com.genuitec.eclipse.easie.jetty4 (3.8.1) “Genuitec EASIE Jetty 4”
com.genuitec.eclipse.easie.jetty5 (3.8.1) “Genuitec EASIE Jetty 5”
com.genuitec.eclipse.easie.jonas (3.8.1) “Genuitec EASIE Jonas”
com.genuitec.eclipse.easie.jonas (3.8.3) “Genuitec EASIE Jonas”
com.genuitec.eclipse.easie.jonas3 (3.8.1) “Genuitec EASIE Jonas 3”
com.genuitec.eclipse.easie.jonas3 (3.8.3) “Genuitec EASIE Jonas 3”
com.genuitec.eclipse.easie.jonas4 (3.8.3) “Genuitec EASIE Jonas 4”
com.genuitec.eclipse.easie.jrun (3.8.1) “Genuitec EASIE JRun”
com.genuitec.eclipse.easie.jrun4 (3.8.1) “Genuitec EASIE JRun 4”
com.genuitec.eclipse.easie.oracle (3.8.1) “Genuitec EASIE Oracle AS”
com.genuitec.eclipse.easie.oracle9 (3.8.1) “Genuitec EASIE Oracle 9i/AS”
com.genuitec.eclipse.easie.orion1 (3.8.1) “Genuitec EASIE Orion 1”
com.genuitec.eclipse.easie.orion2 (3.8.1) “Genuitec EASIE Orion 2”
com.genuitec.eclipse.easie.resin (3.8.1) “Genuitec EASIE Resin”
com.genuitec.eclipse.easie.resin2 (3.8.1) “Genuitec EASIE Resin 2”
com.genuitec.eclipse.easie.resin3 (3.8.1) “Genuitec EASIE Resin 3”
com.genuitec.eclipse.easie.resin3 (3.8.3) “Genuitec EASIE Resin 3”
com.genuitec.eclipse.easie.sun (3.8.1) “Genuitec EASIE Sun One”
com.genuitec.eclipse.easie.sun (3.8.3) “Genuitec EASIE Sun One”
com.genuitec.eclipse.easie.sun8 (3.8.1) “Genuitec EASIE Sun 8”
com.genuitec.eclipse.easie.sun8 (3.8.3) “Genuitec EASIE Sun 8”
com.genuitec.eclipse.easie.sun81 (3.8.3) “Genuitec EASIE Sun 8.1”
com.genuitec.eclipse.easie.tomcat (3.8.1) “Genuitec EASIE Tomcat”
com.genuitec.eclipse.easie.tomcat4 (3.8.1) “Genuitec EASIE Tomcat 4”
com.genuitec.eclipse.easie.tomcat5 (3.8.1) “Genuitec EASIE Tomcat 5”
com.genuitec.eclipse.easie.weblogic (3.8.2) “Genuitec EASIE WebLogic”
com.genuitec.eclipse.easie.weblogic (3.8.3) “Genuitec EASIE WebLogic”
com.genuitec.eclipse.easie.weblogic6 (3.8.1) “Genuitec EASIE WebLogic 6”
com.genuitec.eclipse.easie.weblogic7 (3.8.1) “Genuitec EASIE WebLogic 7”
com.genuitec.eclipse.easie.weblogic8 (3.8.1) “Genuitec EASIE WebLogic 8”
com.genuitec.eclipse.easie.websphere (3.8.1) “Genuitec EASIE WebSphere 4”
com.genuitec.eclipse.easie.websphere5 (3.8.1) “Genuitec EASIE WebSphere 5”
com.genuitec.eclipse.hibernate (3.8.2) “Hibernate Plug-in”
com.genuitec.eclipse.hibernate (3.8.3) “Hibernate Plug-in”
com.genuitec.eclipse.integration (3.8.3) “Integration Plug-in”
com.genuitec.eclipse.j2eedt.core (3.8.2) “Genuitec J2EE Development Tooling”
com.genuitec.eclipse.j2eedt.core (3.8.3) “Genuitec J2EE Development Tooling”
com.genuitec.eclipse.jface.text.wtpfragment (3.8.1) “Wtpextendfragment Fragment”
com.genuitec.eclipse.jsf (3.8.1) “JSF Plug-in”
com.genuitec.eclipse.sqlexplorer (3.8.2) “MyEclipse Database Explorer Plugin”
com.genuitec.eclipse.sqlexplorer (3.8.3) “MyEclipse Database Explorer Plugin”
com.genuitec.eclipse.sqlexplorer.doc (3.8.1) “MyEclipse Database Explorer Help Plug-in”
com.genuitec.eclipse.sqlexplorer.doc (3.8.3) “MyEclipse Database Explorer Help Plug-in”
com.genuitec.eclipse.sqlexplorer.oracle (3.8.3) “Oracle Database Explorer Plug-in”
com.genuitec.eclipse.struts (3.8.2) “com.genuitec.eclipse.struts”
com.genuitec.eclipse.struts (3.8.3) “com.genuitec.eclipse.struts”
com.genuitec.eclipse.wdt.jsp.debug (3.8.2) “MyEclipse JSP Debug Tooling”
com.genuitec.eclipse.wdt.jsp.debug (3.8.3) “MyEclipse JSP Debug Tooling”
com.genuitec.eclipse.web.imagepreviewer (3.8.1) “MyEclipse Image Previewer Plug-in”
com.genuitec.eclipse.web.imagepreviewer (3.8.3) “MyEclipse Image Previewer Plug-in”
com.genuitec.eclipse.webdesigner (3.8.2) “Web Designer Plug-in”
com.genuitec.eclipse.webdesigner (3.8.3) “Web Designer Plug-in”
com.genuitec.eclipse.webdesigner.support (3.8.1) “WebDesigner Support”
com.genuitec.eclipse.wizards (3.8.2) “Aston Wizards for MyEclipse”
com.genuitec.eclipse.wizards (3.8.3) “Aston Wizards for MyEclipse”
com.genuitec.eclipse.xmen (3.8.1) “MyEclipse XML Editor”
com.genuitec.eclipsetidy (3.8.1) “MyEclipse HTML Formatting”
com.genuitec.jboss.ide.eclipse.apache.xalan (3.8.1) “Genuitec XDoclet Apache Xalan Plug-in”
com.genuitec.jboss.ide.eclipse.core (3.8.1) “Genuitec XDoclet Support Core Plug-in”
com.genuitec.jboss.ide.eclipse.core (3.8.3) “Genuitec XDoclet Support Core Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.8.1) “Genuitec XDoclet Assist Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.8.3) “Genuitec XDoclet Assist Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.core (3.8.1) “Genuitec XDoclet Core Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.core (3.8.3) “Genuitec XDoclet Core Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.run (3.8.1) “Genuitec XDoclet Runner Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.run (3.8.3) “Genuitec XDoclet Runner Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.8.1) “Genuitec XDoclet UI Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.8.3) “Genuitec XDoclet UI Plug-in”
com.genuitec.myeclipse.ast (3.8.2) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.ast (3.8.3) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.core (3.8.2) “MyEclipse Core Tooling”
com.genuitec.myeclipse.core (3.8.3) “MyEclipse Core Tooling”
com.genuitec.myeclipse.doc (3.8.2) “MyEclipse Documentation Plug-in”
com.genuitec.myeclipse.doc (3.8.3) “MyEclipse Documentation Plug-in”
com.genuitec.myeclipse.enterprise (3.8.2) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.enterprise (3.8.3) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.help (3.8.2) “MyEclipse Help Documentation”
com.genuitec.myeclipse.help (3.8.3) “MyEclipse Help Documentation”
com.genuitec.myeclipse.perspective (3.8.1) “MyEclipse Perspective Plug-in”
com.genuitec.myeclipse.perspective (3.8.3) “MyEclipse Perspective Plug-in”
com.genuitec.myeclipse.wdt (3.8.2) “MyEclipse Web Development Tooling”
com.genuitec.myeclipse.wdt (3.8.3) “MyEclipse Web Development Tooling”
com.ibm.base.extensions (13.8.1) “Eclipse base extensions”
com.ibm.base.extensions.ui (13.8.2) “Eclipse Base UI extensions”
com.ibm.base.extensions.ui (13.8.3) “Eclipse Base UI extensions”
com.ibm.dptk (1.4.1) “Design Pattern Toolkit”
com.ibm.encoding.resource (13.8.2) “Coded Resource”
com.ibm.encoding.resource (13.8.3) “Coded Resource”
com.ibm.etools.contentmodel (13.8.1) “Content Model”
com.ibm.etools.contentmodel (13.8.3) “Content Model”
com.ibm.etools.contentmodel.dtd (13.8.2) “Content Model for DTD”
com.ibm.etools.contentmodel.xsd (13.8.1) “Content Model for XML Schema”
com.ibm.etools.dtdmodel (13.8.2) “DTD Model”
com.ibm.etools.dtdparser (13.8.1) “DTD Parser”
com.ibm.etools.internet (13.8.1) “Internet Preferences”
com.ibm.etools.uri.resolver (13.8.1) “com.ibm.etools.uri.resolver”
com.ibm.etools.uri.resolver (13.8.3) “com.ibm.etools.uri.resolver”
com.ibm.etools.validation (13.8.2) “Validation Framework”
com.ibm.etools.validation.core (13.8.1) “Validation Framework Core”
com.ibm.etools.validation.dtd (13.8.1) “DTD Validator”
com.ibm.etools.validation.dtd (13.8.3) “DTD Validator”
com.ibm.etools.validation.html (13.8.2) “HTML Validation”
com.ibm.etools.validation.html (13.8.3) “HTML Validation”
com.ibm.etools.validation.mof (13.8.1) “Validation Framework MOF support”
com.ibm.etools.validation.ui (13.8.2) “Validation Framework UI”
com.ibm.etools.validation.ui (13.8.3) “Validation Framework UI”
com.ibm.etools.validation.xml (13.8.1) “XML Validator”
com.ibm.etools.validation.xml (13.8.3) “XML Validator”
com.ibm.etools.validation.xmltools (13.8.1) “XML Tools Validation”
com.ibm.etools.validation.xsd (13.8.1) “XML Schema Validator”
com.ibm.etools.validation.xsd (13.8.3) “XML Schema Validator”
com.ibm.etools.xml.gef.util (13.8.1) “XML Tools Common GEF Utilities”
com.ibm.etools.xmlcatalog (13.8.1) “com.ibm.etools.xmlcatalog”
com.ibm.etools.xmlcatalog.ui (13.8.2) “XML Catalog UI”
com.ibm.etools.xmlutility (13.8.1) “XML Utility”
com.ibm.sse.contentproperties (13.8.1) “Content Properties”
com.ibm.sse.editor (13.8.3) “MyEclipse Source Editors”
com.ibm.sse.editor (13.8.2) “MyEclipse Structured Source Editor”
com.ibm.sse.editor.css (13.8.1) “SSE CSS Source Editor”
com.ibm.sse.editor.css (13.8.3) “SSE CSS Source Editor”
com.ibm.sse.editor.dtd (13.8.1) “SSE DTD Source Editor”
com.ibm.sse.editor.dtd (13.8.3) “SSE DTD Source Editor”
com.ibm.sse.editor.extensions (13.8.1) “Structured Source Editing Editor Extensions”
com.ibm.sse.editor.html (13.8.1) “SSE HTML Source Editor”
com.ibm.sse.editor.html (13.8.3) “SSE HTML Source Editor”
com.ibm.sse.editor.javascript (13.8.2) “SSE JavaScript Source Editor”
com.ibm.sse.editor.javascript (13.8.3) “SSE JavaScript Source Editor”
com.ibm.sse.editor.jsp (13.8.2) “SSE JSP Source Editor”
com.ibm.sse.editor.jsp (13.8.3) “SSE JSP Source Editor”
com.ibm.sse.editor.xml (13.8.2) “SSE XML Source Editor”
com.ibm.sse.editor.xml (13.8.3) “SSE XML Source Editor”
com.ibm.sse.javascript.common.ui (13.8.1) “SSE JavaScript Common UI”
com.ibm.sse.model (13.8.2) “Structured Text Model”
com.ibm.sse.model (13.8.3) “Structured Text Model”
com.ibm.sse.model.css (13.8.2) “Structured Source CSS Model”
com.ibm.sse.model.css (13.8.3) “Structured Source CSS Model”
com.ibm.sse.model.dtd (13.8.1) “Structured Source DTD Model”
com.ibm.sse.model.dtd (13.8.3) “Structured Source DTD Model”
com.ibm.sse.model.html (13.8.1) “Structured Source HTML Model”
com.ibm.sse.model.html (13.8.3) “Structured Source HTML Model”
com.ibm.sse.model.javascript (13.8.1) “Structured Source JavaScript Model”
com.ibm.sse.model.javascript (13.8.3) “Structured Source JavaScript Model”
com.ibm.sse.model.jsp (13.8.2) “Structured Source JSP Model”
com.ibm.sse.model.jsp (13.8.3) “Structured Source JSP Model”
com.ibm.sse.model.xml (13.8.1) “Structured Source XML Model”
com.ibm.sse.model.xml (13.8.3) “Structured Source XML Model”
com.ibm.sse.snippets (13.8.1) “SSE Snippets View”
com.ibm.sse.snippets (13.8.3) “SSE Snippets View”
com.ibm.webtooling.system.dtds (13.8.1) “Known DTDs”
com.ibm.webtooling.system.dtds (13.8.3) “Known DTDs”
com.ibm.wtp.annotations.controller (13.8.1) “Annotation Controller Plug-in”
com.ibm.wtp.annotations.core (13.8.1) “Annotation Core Plug-in”
com.ibm.wtp.annotations.ui (13.8.1) “Ui Plug-in”
com.ibm.wtp.common (13.8.1) “com.ibm.wtp.common”
com.ibm.wtp.common.ui (13.8.1) “WTP UI Plug-in”
com.ibm.wtp.common.util (1.0.0) “Logging Plug-in”
com.ibm.wtp.emf (13.8.1) “EMF Utilities”
com.ibm.wtp.emf.workbench (1.0.0) “EMF Workbench”
com.ibm.wtp.emf.workbench.edit (13.8.1) “EMF Workbench Edit Plug-in”
com.ibm.wtp.jdt.integration (13.8.1) “Integration Plug-in”
com.ibm.xmleditor (13.8.2) “SSE XML Editor”
com.ibm.xmleditor (13.8.3) “SSE XML Editor”
com.ibm.xmlwizard (13.8.1) “XML Wizards”
com.ibm.xmlwizard (13.8.3) “XML Wizards”
com.ibm.xsdeditor (13.8.2) “MyEclipse Schema Editor”
com.ibm.xsdeditor (13.8.3) “MyEclipse Schema Editor”
com.ibm.xtools.common.ui.properties (13.8.1) “IBM Rational Common UI Properties”
com.patternbox.eclipse.editor (1.0.2) “Patternbox Plugin”
de.bb.bje.eclipse (3.8.1) “BJE Plug-in”
org.apache.ant (1.6.2) “Apache Ant”
org.apache.lucene (1.3.1) “Apache Lucene”
org.eclipse.ant.core (3.0.0) “Ant Build Tool Core”
org.eclipse.ant.ui (3.0.1) “Ant UI”
org.eclipse.compare (3.0.0) “Compare Support”
org.eclipse.core.boot (3.0.0) “Core Boot”
org.eclipse.core.expressions (3.0.0) “Expression Language”
org.eclipse.core.filebuffers (3.0.1) “File Buffers”
org.eclipse.core.resources (3.0.1) “Core Resource Management”
org.eclipse.core.resources.win32 (3.0.0) “Core Resource Management Win32 Fragment”
org.eclipse.core.runtime (3.0.1) “Core Runtime”
org.eclipse.core.runtime.compatibility (3.0.0) “Core Runtime Plug-in Compatibility”
org.eclipse.core.variables (3.0.0) “Core Variables”
org.eclipse.debug.core (3.0.1) “Debug Core”
org.eclipse.debug.ui (3.0.1) “Debug UI”
org.eclipse.draw2d (3.0.0) “Draw2d”
org.eclipse.emf.codegen (2.0.0) “EMF Template Code Generator”
org.eclipse.emf.codegen.ecore (2.0.0) “EMF Ecore Code Generation”
org.eclipse.emf.common (2.0.0) “EMF Common”
org.eclipse.emf.common.ui (2.0.0) “EMF Common UI”
org.eclipse.emf.ecore (2.0.0) “EMF Ecore”
org.eclipse.emf.ecore.xmi (2.0.0) “EMF XMI”
org.eclipse.emf.edit (2.0.0) “EMF Edit”
org.eclipse.emf.edit.ui (2.0.0) “EMF Edit UI”
org.eclipse.gef (3.0.0) “Graphical Editing Framework”
org.eclipse.help (3.0.0) “Help System Core”
org.eclipse.help.appserver (3.0.0) “Help Application Server”
org.eclipse.help.base (3.0.1) “Help System Base”
org.eclipse.help.ide (3.0.0) “Help System IDE”
org.eclipse.help.ui (3.0.0) “Help System UI”
org.eclipse.help.webapp (3.0.1) “Help System Webapp”
org.eclipse.jdt (3.0.1) “Eclipse Java Development Tools”
org.eclipse.jdt.core (3.0.1) “Java Development Tools Core”
org.eclipse.jdt.debug (3.0.1) “JDI Debug Model”
org.eclipse.jdt.debug.ui (3.0.1) “JDI Debug UI”
org.eclipse.jdt.doc.isv (3.0.0) “Eclipse JDT Plug-in Developer Guide”
org.eclipse.jdt.doc.user (3.0.1) “Eclipse Java Development User Guide”
org.eclipse.jdt.junit (3.0.1) “Java Development Tools JUnit support”
org.eclipse.jdt.junit.runtime (3.0.0) “Java Development Tools JUnit runtime support”
org.eclipse.jdt.launching (3.0.1) “Java Development Tools Launching Support”
org.eclipse.jdt.source (3.0.0) “Eclipse Java Development Tools SDK”
org.eclipse.jdt.ui (3.0.1) “Java Development Tools UI”
org.eclipse.jem (1.0.0) “Java EMF Model”
org.eclipse.jem.proxy (1.0.0) “Java EMF Model Proxy Support”
org.eclipse.jem.workbench (1.0.0) “Java EMF Model Workbench Support”
org.eclipse.jface (3.0.0) “JFace”
org.eclipse.jface.text (3.0.1) “JFace Text”
org.eclipse.ltk.core.refactoring (3.0.1) “Refactoring Core”
org.eclipse.ltk.ui.refactoring (3.0.1) “Refactoring UI”
org.eclipse.monitor.core (13.8.1) “Monitor”
org.eclipse.monitor.ui (13.8.1) “TCP/IP Monitor”
org.eclipse.osgi (3.0.1) “OSGi System Bundle”
org.eclipse.osgi.services (3.0.0) “OSGi Release 3 Services”
org.eclipse.osgi.util (3.0.0) “OSGi R3 Utility Classes”
org.eclipse.pde (3.0.0) “Eclipse Plug-in Development Environment”
org.eclipse.pde.build (3.0.0) “Plug-in Development Environment Build Support”
org.eclipse.pde.core (3.0.0) “Plug-in Development Core”
org.eclipse.pde.doc.user (3.0.0) “Eclipse Plug-in Development User Guide”
org.eclipse.pde.junit.runtime (3.0.0) “PDE JUnit Plug-in Test”
org.eclipse.pde.runtime (3.0.0) “Plug-in Development Environment Runtime”
org.eclipse.pde.source (3.0.0) “Eclipse Plug-in Development Environment Developer Resources”
org.eclipse.pde.ui (3.0.0) “Plug-in Development UI”
org.eclipse.platform (3.0.1) “Eclipse Platform”
org.eclipse.platform.doc.isv (3.0.0) “Eclipse Platform Plug-in Developer Guide”
org.eclipse.platform.doc.user (3.0.1) “Eclipse Workbench User Guide”
org.eclipse.platform.source (3.0.0) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.platform.source.win32.win32.x86 (3.0.0) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.sdk (3.0.0) “Eclipse Project SDK”
org.eclipse.search (3.0.1) “Search Support”
org.eclipse.swt (3.0.1) “Standard Widget Toolkit”
org.eclipse.swt.win32 (3.0.1) “Standard Widget Toolkit for Windows”
org.eclipse.team.core (3.0.0) “Team Support Core”
org.eclipse.team.cvs.core (3.0.1) “CVS Team Provider Core”
org.eclipse.team.cvs.ssh (3.0.0) “CVS SSH Core”
org.eclipse.team.cvs.ssh2 (3.0.0) “CVS SSH2”
org.eclipse.team.cvs.ui (3.0.1) “CVS Team Provider UI”
org.eclipse.team.ui (3.0.1) “Team Support UI”
org.eclipse.text (3.0.1) “Text”
org.eclipse.tomcat (4.1.30) “Tomcat Wrapper”
org.eclipse.ui (3.0.1) “Eclipse UI”
org.eclipse.ui.cheatsheets (3.0.1) “Cheat Sheets”
org.eclipse.ui.console (3.0.0) “Console”
org.eclipse.ui.editors (3.0.1) “Default Text Editor”
org.eclipse.ui.externaltools (3.0.1) “External Tools”
org.eclipse.ui.forms (3.0.0) “Eclipse Forms”
org.eclipse.ui.ide (3.0.1) “Eclipse IDE UI”
org.eclipse.ui.intro (3.0.1) “Intro Plugin”
org.eclipse.ui.presentations.r21 (3.0.1) “R21 Presentation Plug-in”
org.eclipse.ui.views (3.0.0) “Views”
org.eclipse.ui.views.navigator (13.8.1) “Navigator View”
org.eclipse.ui.win32 (3.0.1) “Win32 fragment”
org.eclipse.ui.workbench (3.0.1) “Workbench”
org.eclipse.ui.workbench.compatibility (3.0.0) “Workbench Compatibility”
org.eclipse.ui.workbench.texteditor (3.0.1) “Text Editor Framework”
org.eclipse.update.configurator (3.0.0) “Install/Update Configurator”
org.eclipse.update.core (3.0.1) “Install/Update Core”
org.eclipse.update.core.win32 (3.0.0) “Install/Update Core for Windows”
org.eclipse.update.scheduler (3.0.0) “Automatic Updates Scheduler”
org.eclipse.update.ui (3.0.1) “Install/Update UI”
org.eclipse.webbrowser (13.8.1) “Web Browser”
org.eclipse.webbrowser (13.8.3) “Web Browser”
org.eclipse.xsd (2.0.0) “XML Schema Infoset Model (XSD)”
org.eclipse.xsd.edit (2.0.0) “XML Schema Edit Framework”
org.junit (3.8.1) “JUnit Testing Framework”
org.visigoths.freemarker (2.3.0) “FreeMarker”
org.visigoths.freemarker.ide (0.3.0) “FreeMarker IDE”*** User Preferences:
#Mon Jan 24 12:44:35 PST 2005
/instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=jdk
@org.eclipse.debug.ui=3.0.1
/instance/org.eclipse.webbrowser/browsers=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<web-browsers current\=”0″>\r\n<internal clear_history\=”false” new_page\=”false”/>\r\n<external location\=”C\:\\Program Files\\Internet Explorer\\IEXPLORE.EXE” name\=”Internet Explorer” parameters\=””/>\r\n</web-browsers>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JUNIT_HOME=g\:/apps/eclipse/plugins/org.junit_3.8.1
@com.genuitec.eclipse.easie.websphere5=3.8.1
/instance/com.genuitec.eclipse.wizards/object.template.4.label=Default template for Servlet
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.DebugView+org.eclipse.debug.ui.debugview.toolbar.toggleStepFilters=true
/instance/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.VariableView.org.eclipse.jdt.debug.ui.show_null_entries=true
@com.ibm.sse.editor=13.8.3
/instance/com.genuitec.eclipse.easie.tomcat4/ENDORSED_DIRS=”G\:\\apps\\jakarta-tomcat-4.1.30/common/endorsed”
/instance/com.genuitec.eclipse.easie.tomcat4/TOMCAT_BASE=G\:\\apps\\jakarta-tomcat-4.1.30
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_HIBERNATE_HOME=G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.hibernate_3.8.3/data
/instance/com.genuitec.eclipse.easie.tomcat5/LIBRARY_PATH=”G\:\\jdk\\bin;G\:\\apps\\jakarta-tomcat-5.5.3\\bin”
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=ignore
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>
/instance/com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=jdk
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.5
/instance/com.genuitec.eclipse.ast.deploy.core/CustomDeploymentServer.BasicAction2.type=WebDeployment
/instance/org.eclipse.debug.ui/Console.highWaterMark=88000
/instance/com.genuitec.eclipse.wizards/jsp.template.4.label=Standard JSP using Struts 1.2
/instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=jdk
/instance/com.genuitec.eclipse.wizards/list.template.3.label=Default template for List with basic types WRAPPED
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.localVariable=generate
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore
/instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_TEMP=G\:\\apps\\jakarta-tomcat-5.5.3\\temp
/instance/com.genuitec.eclipse.wizards/map.template.2=Templates/MapObjectType.java
/instance/com.genuitec.eclipse.wizards/map.template.1=Templates/MapBasicType.java
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.NonStupidCpool|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/bcprov-jdk15-124.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Courier New|10|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New;
/instance/com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=jdk
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.finalParameterBound=ignore
/instance/org.eclipse.jdt.ui/formatter_profile=_G42Java
/instance/com.genuitec.eclipse.wizards/object.template.7.label=Default template for a Struts DispatchAction class
/instance/com.genuitec.eclipse.easie.tomcat4/TOMCAT_TEMP=G\:\\apps\\jakarta-tomcat-4.1.30\\temp
@com.genuitec.eclipse.easie.oracle9=3.8.1
@com.genuitec.eclipse.struts=3.8.3
@org.eclipse.ui=3.0.1
/instance/com.genuitec.eclipse.wizards/object.template.3.label=Default template for Applet
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/instance/com.genuitec.eclipse.wizards/xml.template.4=Templates/StrutsConfig.xml
/instance/com.genuitec.eclipse.wizards/xml.template.3=Templates/WebXmlStruts.xml
/instance/com.genuitec.eclipse.wizards/xml.template.2=Templates/WebXml.xml
/instance/com.genuitec.eclipse.wizards/xml.template.1=Templates/Xml.xml
/instance/com.genuitec.eclipse.wizards/jsp.template.7.label=Just as HTML
@com.genuitec.eclipse.wizards=3.8.3
@com.genuitec.eclipse.easie.bejy=3.8.1
/instance/com.genuitec.eclipse.wizards/jsp.template.3.label=Standard JSP using Struts 1.1 with a form
/instance/com.genuitec.eclipse.wizards/ejb.template.2.label=Message Driven EJB
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedLocal=ignore
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=3
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=do not insert
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true
/instance/org.eclipse.help.ui/browser.maximized=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=ignore
/instance/com.genuitec.eclipse.wizards/map.template.1.label=Default template for Map with basic types
/instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=jdk
/instance/com.genuitec.eclipse.ast.deploy.core/CustomDeploymentServer.BasicAction2.deploymentPath=G\:\\jsrv\\BasicAction2
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=do not insert
/instance/com.genuitec.eclipse.wizards/html.template.3=Templates/Applet.html
/instance/com.genuitec.eclipse.wizards/html.template.2=Templates/HtmlWithLoginForm.html
/instance/com.genuitec.eclipse.wizards/html.template.1=Templates/Html.html
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.TextInject|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/dom.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/sax.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/xalan.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/xercesImpl.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/xsltc.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/sunrsasign.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/bcprov-jdk14-114.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
@org.eclipse.jdt.debug.ui=3.0.1
/instance/org.eclipse.jdt.ui/MemberFilterActionGroup.org.eclipse.jdt.ui.JavaOutlinePage.1=true
/instance/com.genuitec.eclipse.wizards/applet.template.2=Templates/Applet14.java
@com.ibm.sse.model.jsp=13.8.3
/instance/com.ibm.sse.editor/useQuickDiffPrefPage=true
/instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=jdk
/instance/com.genuitec.eclipse.wizards/applet.template.1=Templates/Applet.java
/instance/com.genuitec.eclipse.ast.deploy.core/CustomDeploymentServer.BasicAction2.shouldBackup=false
/instance/com.slickedit.eclipse.plugin/FileEditorMapped=true
@com.genuitec.eclipse.easie.jboss=3.8.2
/instance/com.genuitec.eclipse.wizards/xml.template.3.label=XML template for a web.xml file with Struts
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.OfferEdit|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/dom.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/sax.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/xalan.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/xercesImpl.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/xsltc.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/sunrsasign.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/bcprov-jdk14-114.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
/instance/com.genuitec.eclipse.easie.tomcat4/JDK_HOME=G\:\\jdk
/instance/org.eclipse.ui.workbench/org.eclipse.ui.commands=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<org.eclipse.ui.commands>\r\n<activeKeyConfiguration keyConfigurationId\=”org.eclipse.ui.defaultAcceleratorConfiguration”/>\r\n<keyBinding commandId\=”org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar” contextId\=”org.eclipse.ui.contexts.window” keyConfigurationId\=”org.eclipse.ui.defaultAcceleratorConfiguration” keySequence\=”ALT+E”/>\r\n</org.eclipse.ui.commands>\r\n
/instance/com.genuitec.eclipse.wizards/set.template.2.label=Default template for Set with object types
/instance/com.genuitec.eclipse.easie.jboss3/SERVER_STARTUP_ARG=-c default
/instance/com.ibm.sse.editor.jsp/com.ibm.sse.editor.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>
/instance/com.genuitec.eclipse.wizards/ejb.template.1.label=Session EJB
/instance/com.genuitec.eclipse.wizards/singleton.template.2.label=Singleton with double-checked locking
/instance/com.genuitec.eclipse.wizards/list.template.3=Templates/ListBasicTypeAsObjectType.java
@com.genuitec.eclipse.easie.sun=3.8.3
/instance/com.genuitec.eclipse.wizards/list.template.2=Templates/ListObjectType.java
/instance/com.genuitec.eclipse.wizards/list.template.1=Templates/ListBasicType.java
/instance/com.genuitec.eclipse.wizards/array.template.2.label=Default template for Array with object types
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_STRUTS_HOME=G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_3.8.3/data
/instance/com.genuitec.eclipse.ast.deploy.core/CustomDeploymentServer.BasicAction2.deployIsOverProject=false
@com.genuitec.eclipse.easie.jonas=3.8.3
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=ignore
/instance/com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=jdk
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.switch_perspective_on_suspend=always
/instance/com.genuitec.eclipse.ast.deploy.core/CustomDeploymentServer.BasicAction2.isUptoDate=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
@org.eclipse.team.cvs.ui=3.0.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.5
@com.genuitec.eclipse.easie.weblogic=3.8.3
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.ECLIPSE_HOME=g\:/apps/eclipse
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.missingSerialVersion=ignore
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedImport=ignore
/instance/com.ibm.sse.editor/hoverModifiers=combinationHover|true|0;problemHover|false|0;documentationHover|false|0;annotationHover|true|Ctrl;
/instance/com.genuitec.eclipse.easie.resin/JDK_INSTALLATION_NAME=jdk
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unnecessaryElse=ignore
/instance/com.genuitec.eclipse.easie.sun81/JDK_INSTALLATION_NAME=jdk
/instance/com.genuitec.eclipse.easie.tomcat4/LIBRARY_PATH=”G\:\\jdk\\bin;G\:\\apps\\jakarta-tomcat-4.1.30\\bin”
/instance/org.eclipse.ui.workbench/resourcetypes=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<editors>\r\n<info extension\=”jpage” name\=”*”>\r\n<editor id\=”org.eclipse.jdt.debug.ui.SnippetEditor”/>\r\n</info>\r\n<info extension\=”cfm” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”dpr” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”mak” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”csh” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”ent” name\=”*”>\r\n<editor id\=”org.eclipse.ant.ui.internal.editor.AntEditor”/>\r\n</info>\r\n<info extension\=”csproj” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”cxx” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”cc” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”imakefile” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”aaa” name\=”*”>\r\n<editor id\=”com.exadel.ui.sample.SampleFormEditor”/>\r\n</info>\r\n<info extension\=”vpw” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”class” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n<editor id\=”org.eclipse.jdt.ui.ClassFileEditor”/>\r\n</info>\r\n<info extension\=”html” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n<editor id\=”org.eclipse.exadel.xstudio.ui.texteditors.jspeditor.JSPTextEditor”/>\r\n</info>\r\n<info extension\=”macrodef” name\=”*”>\r\n<editor id\=”org.eclipse.ant.ui.internal.editor.AntEditor”/>\r\n</info>\r\n<info extension\=”xml” name\=”plugin”>\r\n<editor id\=”org.eclipse.pde.ui.manifestEditor”/>\r\n</info>\r\n<info extension\=”htm” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n<editor id\=”org.eclipse.exadel.xstudio.ui.texteditors.jspeditor.JSPTextEditor”/>\r\n</info>\r\n<info extension\=”plsql” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”txt” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n<editor id\=”org.eclipse.ui.DefaultTextEditor”/>\r\n</info>\r\n<info extension\=”pas” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”xml” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n<editor id\=”com.exadel.model.ui.editor.EditorPartWrapper”/>\r\n</info>\r\n<info extension\=”ini” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”hh” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”masm” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”asp” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”xsd” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”MF” name\=”MANIFEST”>\r\n<editor id\=”org.eclipse.pde.ui.manifestEditor”/>\r\n</info>\r\n<info extension\=”mk” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”xslt” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”properties” name\=”build”>\r\n<editor id\=”org.eclipse.pde.ui.buildEditor”/>\r\n</info>\r\n<info extension\=”vsdelta” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”php3″ name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”tiff” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”sqlserver” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”tcc” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”cfml” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”vlx” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”exsd” name\=”*”>\r\n<editor id\=”org.eclipse.pde.ui.schemaEditor”/>\r\n</info>\r\n<info extension\=”vcproj” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”properties” name\=”sample”>\r\n<editor id\=”org.eclipse.pde.ui.sampleEditor”/>\r\n</info>\r\n<info extension\=”xpm” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”vpe” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”slk” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”h” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”inl” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”cp” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”hp” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”e” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”cfscript” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”xmo” name\=”*”>\r\n<editor id\=”com.exadel.ui.sample.SampleXModelFormEditor”/>\r\n</info>\r\n<info extension\=”tld” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n<editor id\=”com.exadel.web.ui.editors.TLDCompoundEditor”/>\r\n</info>\r\n<info extension\=”asm” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”vpj” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”cs” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”jardesc” name\=”*”>\r\n<editor id\=”org.eclipse.jdt.ui.JARDescEditor”/>\r\n</info>\r\n<info extension\=”conf” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”hpp” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”vsm” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”l4t” name\=”*”>\r\n<editor id\=”com.exadel.jsf.ui.editor.AuxiliaryFileLauncher”/>\r\n</info>\r\n<info extension\=”java” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n<editor id\=”org.eclipse.jdt.ui.CompilationUnitEditor”/>\r\n</info>\r\n<info extension\=”meta” name\=”*”>\r\n<editor id\=”com.exadel.model.ui.editor.EditorPartWrapper”/>\r\n</info>\r\n<info extension\=”jcl” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”db2″ name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”” name\=”makefile”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”js” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”idl” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”mxsd” name\=”*”>\r\n<editor id\=”org.eclipse.pde.ui.schemaEditor”/>\r\n</info>\r\n<info extension\=”bat” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”cpy” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”vpt” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”s” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”xml” name\=”build”>\r\n<editor id\=”org.eclipse.ant.ui.internal.editor.AntEditor”/>\r\n</info>\r\n<info extension\=”xml” name\=”site”>\r\n<editor id\=”org.eclipse.pde.ui.siteEditor”/>\r\n</info>\r\n<info extension\=”hxx” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”mpe” name\=”*”>\r\n<editor id\=”com.exadel.ui.sample.SampleMultiPageEditor”/>\r\n</info>\r\n<info extension\=”xml” name\=”fragment”>\r\n<editor id\=”org.eclipse.pde.ui.manifestEditor”/>\r\n</info>\r\n<info extension\=”jpeg” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”sh” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”phpscript” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”asax” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”tagdoc” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”cf” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”xmldoc” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”xml” name\=”feature”>\r\n<editor id\=”org.eclipse.pde.ui.featureEditor”/>\r\n</info>\r\n<info extension\=”xsl” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”cpp” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”vbproj” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”sql” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”ascx” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”php” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”jsp” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n<editor id\=”org.eclipse.exadel.xstudio.ui.texteditors.jspeditor.JSPTextEditor”/>\r\n</info>\r\n<info extension\=”cob” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”aspx” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”properties” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n<editor id\=”org.eclipse.exadel.propertieseditor.PropertiesCompoundEditor”/>\r\n<editor id\=”org.eclipse.jdt.ui.DefaultTextEditor”/>\r\n</info>\r\n<info extension\=”c” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”xhtml” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”inc” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”shtml” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n<info extension\=”dtd” name\=”*”>\r\n<editor id\=”com.slickedit.eclipse.plugin.editor”/>\r\n</info>\r\n</editors>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classFormatVersion=TN|6542573826591|6544175826591|gehr|8|3|7
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=0
/instance/com.genuitec.eclipse.wizards/servlet.template.1=Templates/Servlet.java
/instance/org.eclipse.team.core/ignore_files=_sgbak\ntrue\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.fieldHiding=ignore
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=do not insert
/instance/com.genuitec.eclipse.wizards/xml.template.2.label=XML template for a web.xml file
/instance/com.exadel.texteditors.xml/currentLineColor=232,242,254
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=do not insert
/instance/com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=jdk
@org.eclipse.ant.ui=3.0.1
@com.genuitec.eclipse.easie.sun81=3.8.3
/instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types
/instance/org.eclipse.jdt.ui/hoverModifierMasks=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;0;org.eclipse.jdt.ui.ProblemHover;0;org.eclipse.jdt.ui.JavadocHover;0;org.eclipse.jdt.ui.JavaSourceHover;262144;org.eclipse.jdt.ui.AnnotationHover;0;
@org.eclipse.jdt.junit=3.0.1
/instance/com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=jdk
/instance/com.genuitec.eclipse.easie.jetty4/JETTY_HOME=G\:\\jetty
/instance/com.genuitec.eclipse.wizards/singleton.template.1.label=Default template for singleton
/instance/org.eclipse.ant.ui/useAnnotationsPrefPage=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=do not insert
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.StrutsDemo|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/bcprov-jdk15-124.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.lifestyles|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/dom.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/sax.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/xalan.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/xercesImpl.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/endorsed/xsltc.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/sunrsasign.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”G\:/jdk/src.zip” kind\=”lib” path\=”G\:/jdk/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/bcprov-jdk14-114.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/jdk/jre/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
@org.eclipse.jdt.core=3.0.1
@org.eclipse.pde.core=3.0.0
/instance/com.genuitec.eclipse.wizards/html.template.3.label=Default Applet HTML template
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.BasicAction|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/javax.servlet.jsp.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/jboss-jaxrpc.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/jboss-jsr77.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/jboss-saaj.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/mail.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/namespace.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.3/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.3/data/libraryset/1.4/xml-apis.jar”/>\r\n</classpath>\r\n
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/instance/com.genuitec.eclipse.wizards/set.template.2=Templates/SetObjectType.java
/instance/com.genuitec.eclipse.struts/Dock\ location=8
@com.genuitec.eclipse.easie.jetty=3.8.1
/instance/com.genuitec.eclipse.wizards/set.template.1=Templates/SetBasicType.java
@org.eclipse.debug.core=3.0.1
/instance/com.genuitec.eclipse.wizards/enumeration.template.1=Templates/Enumeration.java
@com.genuitec.eclipse.easie.weblogic8=3.8.1
@com.genuitec.eclipse.easie.weblogic7=3.8.1
/instance/org.eclipse.ui/showIntro=false
@com.genuitec.eclipse.easie.weblogic6=3.8.1
/instance/com.genuitec.eclipse.wizards/applet.template.2.label=Template for Applet with JDK1.4
/instance/org.eclipse.ant.ui/useQuickDiffPrefPage=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore
@org.eclipse.team.ui=3.0.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.TextInject|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jsp.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jaxrpc.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jsr77.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-saaj.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/mail.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/namespace.jar”/>\r\n<classpathentry kind\=”lib” path\=”G\:/apps/MyEclipse3.8.2/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/xml-apis.jar”/>\r\n</classpath>\r\n
/instance/com.genuitec.eclipse.easie.jboss3/SERVER_ENABLEMENT=false
/instance/com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=jdk
/instance/com.genuitec.eclipse.core/LICENSEE=mxnmatch
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.visibility.order=B,V,R,D,
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.EXADEL_LIB_HOME=/g\:/apps/JSFStudioTrial1.0.6/lib
/instance/com.genuitec.eclipse.ast.deploy.core/CustomDeploymentServer.BasicAction2.isDeployed=true
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<vmSettings defaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″ defaultVMConnector\=””>\r\n<vmType id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\r\n<vm id\=”0″ javadocURL\=”http\://java.sun.com/j2se/1.4.2/docs/api” name\=”jdk” path\=”G\:\\jdk”/>\r\n</vmType>\r\n</vmSettings>\r\n
/instance/com.genuitec.eclipse.easie.jboss3/JDK_HOME=G\:\\jdk
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.debug.lineNumber=generate
/instance/com.genuitec.eclipse.wizards/list.template.2.label=Default template for List with object types
/instance/com.genuitec.eclipse.wizards/struct.map.4=java.util.TreeMap
/instance/com.genuitec.eclipse.wizards/struct.map.3=java.util.WeakHashMap
/instance/com.genuitec.eclipse.wizards/struct.map.2=java.util.Hashtable
/instance/com.genuitec.eclipse.wizards/struct.map.1=java.util.HashMap
@com.genuitec.eclipse.easie.tomcat5=3.8.1
@com.genuitec.eclipse.easie.tomcat4=3.8.1
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=do not insert
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unsafeTypeOperation=warning
@com.genuitec.eclipse.easie.jboss4=3.8.2
@com.genuitec.eclipse.easie.jboss3=3.8.2
@com.genuitec.eclipse.easie.jboss2=3.8.1
/instance/com.genuitec.eclipse.easie.jetty4/LIBRARY_PATH=”G\:\\jdk\\bin”
@org.eclipse.help.ui=3.0.0
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=ignore
/instance/com.genuitec.eclipse.wizards/html.template.2.label=HTML template with a form
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.localVar
Scott AndersonParticipantFrom the log entry, this issue is caused by a known problem that will be patched in the 3.8.4 release, in a few days. However,
on Windows systems running JDK 1.4.2 it results in simply an error message in the log, but not a crash. We believe
the use of JDK 1.5 exacerbates the issue. In the short term you’ll likely get better results running Eclipse with
JDK 1.4.2.
mxnmatchMemberFinally! I installed 3.8.4 and it still had the same problems even after starting up with -clean. But, when I installed it from scratch and created a new workspace then it works! No more crashing when opening the help menu or when closing jsps. Thanks!
Riyad KallaMemberGlad to hear it, thank you for going the extra mile and doing the clean install!
-
AuthorPosts