facebook

JSP Editor in 5.0 is crashing on Linux

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #256580 Reply

    Jan Gosch
    Member

    System: Linux Suse 9.3
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
    Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)

    MyEclipse is constantly crashing.
    I’m not sure if it’s eclipse 3.2 or MyEclipse that is causing the crashes.
    Nevertheless, this is really annyoing.
    I think the visual Editor is causing the Problem.

    MyEclipse 4.2 was rockstable, but was missing the visual editor.

    I’ve seen that more People (Wndows / Linux ) have thes Problems with 5.0 so it would be nice if you could fix this as fast as possible.

    Regards
    Jan

    #256581 Reply

    Jan Gosch
    Member

    I think the Problem is within the jsp-Editor.
    It seems that opening multiple jsp-Files at once / or one by is causing the Problem.

    My memorylimits are set hig enough:
    -Xms128M -Xmx768M -XX:PermSize=128M -XX:MaxPermSize=512M

    #256595 Reply

    Greg
    Member

    When the jvm crashes it should output an error log like hs_err_pidXXX.log. Can you copy the contents of this file and post it here? Also can you identify a reproducible case? Like a file that it always crashes on or something paritcular you are doing that causes the crash? We have heard these reports from other linux users and are trying to track down the exact cause.

    #256636 Reply

    Jan Gosch
    Member

    Yes of course I can post the error-log.

    From the posts I’ve seeen so far some Windows-users seems to have similiar problems.
    I think the Problem lies within the jsp / jsf validator.

    What I have seen so far is that the crash isn’t related to a particular file but it happens when opening multiple jsp-Files at once and then editing several at once.

    So, here’s the log:

    #
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #
    # SIGSEGV (0xb) at pc=0xa42770b2, pid=365, tid=1073907072
    #
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode)
    # Problematic frame:
    # C [libgobject-2.0.so.0+0x1f0b2] g_type_check_instance_cast+0x32
    #

    ————— T H R E A D —————

    Current thread (0x0805cf58): JavaThread “main” [_thread_in_native, id=365]

    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000036

    Registers:
    EAX=0x00000036, EBX=0xa428b640, ECX=0xbf92ce64, EDX=0x0c7ebb90
    ESP=0xbf92cdd8, EBP=0xbf92ce20, ESI=0x00000000, EDI=0x0cdda5d0
    EIP=0xa42770b2, CR2=0x00000036, EFLAGS=0x00010206

    Top of Stack: (sp=0xbf92cdd8)
    0xbf92cdd8: 00000018 0ae7c080 bf92ce20 a42711d7
    0xbf92cde8: 00000000 00000000 aa7c29a4 0cdda5d0
    0xbf92cdf8: 00000000 00000118 0ae5b9f0 a40034cc
    0xbf92ce08: 417d9d17 00000000 0ae7c080 aaa46194
    0xbf92ce18: 00000000 0cdda5d0 bf92ce60 aa7c0a33
    0xbf92ce28: 0c7ebb90 0ae722e0 aa7c29a4 0cdda5d0
    0xbf92ce38: a42709b0 0cdda5d0 00000000 aa7c090e
    0xbf92ce48: aa9c4a40 bf92ce88 bf92ce70 aaa46194

    Instructions: (pc=0xa42770b2)
    0xa42770a2: 01 00 00 8b 55 08 8b 02 85 c0 0f 84 4f 01 00 00
    0xa42770b2: 8b 00 3d fc 03 00 00 0f 86 33 01 00 00 89 c7 83

    Stack: [0xbf733000,0xbf933000), sp=0xbf92cdd8, free space=2023k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libgobject-2.0.so.0+0x1f0b2] g_type_check_instance_cast+0x32
    C [libxul.so+0xbc6a33] _ZN8nsWindow10NativeShowEi+0x133
    C [libxul.so+0xbc1dc1]
    C [libxul.so+0xbc1906] _ZN8nsWindowD2Ev+0x8e
    C [libxul.so+0xbc94a9] _ZN13nsChildWindowD0Ev+0x39
    C [libxul.so+0xbd44c3]
    C [libxul.so+0xbc1c4a]
    C [libxul.so+0x41f205] _ZN13nsCOMPtr_baseD2Ev+0x19
    C [libxul.so+0xa54838] _ZN12nsWebBrowserD0Ev+0x118
    C [libxul.so+0xa54a23]
    C [libxul.so+0x46c57a]
    C [libxul.so+0x4636cc] PL_HandleEvent+0x23
    C [libxul.so+0x4635f8] PL_ProcessPendingEvents+0x86
    C [libxul.so+0x464fa2]
    C [libxul.so+0xbca24e]
    C [libglib-2.0.so.0+0x4a69f]
    C [libglib-2.0.so.0+0x23967] g_main_context_dispatch+0x1c7
    C [libglib-2.0.so.0+0x25ce2]
    C [libglib-2.0.so.0+0x25df3] g_main_context_iteration+0x63
    C [libswt-pi-gtk-3232.so+0x2dbf0] Java_org_eclipse_swt_internal_gtk_OS__1g_1main_1context_1iteration+0x20
    J org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(IZ)Z
    J org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(IZ)Z
    J org.eclipse.swt.widgets.Display.readAndDispatch()Z
    J org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
    v ~OSRAdapter
    j org.eclipse.ui.internal.Workbench.runUI()I+222
    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;+76
    j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+219
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+135
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+60
    v ~StubRoutines::call_stub
    V [libjvm.so+0x17a75c]
    V [libjvm.so+0x28afd8]
    V [libjvm.so+0x17a58f]
    V [libjvm.so+0x2b507c]
    V [libjvm.so+0x2b7d7a]
    V [libjvm.so+0x1ee5c2]
    C [libjava.so+0x13764] Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x34
    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.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
    j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
    j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
    j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
    v ~StubRoutines::call_stub
    V [libjvm.so+0x17a75c]
    V [libjvm.so+0x28afd8]
    V [libjvm.so+0x17a58f]
    V [libjvm.so+0x1a4e32]
    V [libjvm.so+0x196042]
    C [java+0x1873]
    C [libc.so.6+0x14e80] __libc_start_main+0xd0

    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(IZ)Z
    J org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(IZ)Z
    J org.eclipse.swt.widgets.Display.readAndDispatch()Z
    J org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V
    v ~OSRAdapter
    j org.eclipse.ui.internal.Workbench.runUI()I+222
    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;+76
    j org.eclipse.core.internal.runtime.PlatformActivator$1.run(Ljava/lang/Object;)Ljava/lang/Object;+219
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+135
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+60
    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.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+181
    j org.eclipse.core.launcher.Main.basicRun([Ljava/lang/String;)V+107
    j org.eclipse.core.launcher.Main.run([Ljava/lang/String;)I+4
    j org.eclipse.core.launcher.Main.main([Ljava/lang/String;)V+10
    v ~StubRoutines::call_stub

    ————— P R O C E S S —————

    Java Threads: ( => current thread )
    0x0d0985f0 JavaThread “Worker-30” [_thread_blocked, id=1139]
    0x0c701cd8 JavaThread “Worker-29” [_thread_blocked, id=1138]
    0x0cbdcce8 JavaThread “Worker-28” [_thread_blocked, id=1137]
    0x0cb83b50 JavaThread “Worker-27” [_thread_blocked, id=1136]
    0x0c4118e8 JavaThread “Worker-26” [_thread_blocked, id=1135]
    0x0c48d8b8 JavaThread “Worker-25” [_thread_blocked, id=1126]
    0x0ccc4e88 JavaThread “Worker-24” [_thread_blocked, id=1099]
    0xa83803a0 JavaThread “Worker-23” [_thread_blocked, id=876]
    0x0c8c1ad8 JavaThread “Worker-20” [_thread_blocked, id=797]
    0x0b06d7c8 JavaThread “Cleanup” daemon [_thread_in_native, id=395]
    0x0b482b48 JavaThread “Active Reference Queue Daemon” daemon [_thread_blocked, id=393]
    0x0b1de540 JavaThread “AWT-XAWT” daemon [_thread_in_native, id=392]
    0x0b4151a0 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=391]
    0x0b13e550 JavaThread “Java indexing” daemon [_thread_blocked, id=386]
    0x083fac18 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=379]
    0x083fe2f8 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=378]
    0x083fd218 JavaThread “State Data Manager” daemon [_thread_blocked, id=377]
    0x080c7dc0 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=371]
    0x080c6860 JavaThread “CompilerThread0” daemon [_thread_blocked, id=370]
    0x080c5a28 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=369]
    0x080bb4e0 JavaThread “Finalizer” daemon [_thread_blocked, id=368]
    0x080ba828 JavaThread “Reference Handler” daemon [_thread_blocked, id=367]
    =>0x0805cf58 JavaThread “main” [_thread_in_native, id=365]

    Other Threads:
    0x080b7bb0 VMThread [id=366]
    0x080c9260 WatcherThread [id=372]

    VM state:not at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: None

    Heap
    def new generation total 11520K, used 234K [0x475a0000, 0x48210000, 0x4b0b0000)
    eden space 10304K, 2% used [0x475a0000, 0x475da9f8, 0x47fb0000)
    from space 1216K, 0% used [0x47fb0000, 0x47fb0000, 0x480e0000)
    to space 1216K, 0% used [0x480e0000, 0x480e0000, 0x48210000)
    tenured generation total 152288K, used 91371K [0x4b0b0000, 0x54568000, 0x775a0000)
    the space 152288K, 59% used [0x4b0b0000, 0x509eaf38, 0x509eb000, 0x54568000)
    compacting perm gen total 131072K, used 61700K [0x775a0000, 0x7f5a0000, 0x975a0000)
    the space 131072K, 47% used [0x775a0000, 0x7b1e1138, 0x7b1e1200, 0x7f5a0000)
    No shared spaces configured.

    Dynamic libraries:
    08048000-08057000 r-xp 00000000 03:02 524119 /usr/java/jdk1.5.0_08/bin/java
    08057000-08059000 rwxp 0000e000 03:02 524119 /usr/java/jdk1.5.0_08/bin/java
    08059000-0d264000 rwxp 08059000 00:00 0 [heap]
    40000000-40002000 r-xs 00000000 03:02 525616 /usr/java/jdk1.5.0_08/jre/lib/ext/dnsns.jar
    40002000-40003000 r-xs 00000000 16:06 2203274 /home/snoopy/MyEclipse/eclipse/plugins/com.genuitec.eclipse.ui.browser_5.0.0.jar
    40003000-40004000 r-xp 40003000 00:00 0
    40004000-40005000 rwxp 40004000 00:00 0
    40005000-4000b000 r-xp 00000000 03:02 525693 /usr/java/jdk1.5.0_08/jre/lib/i386/native_threads/libhpi.so
    4000b000-4000c000 rwxp 00006000 03:02 525693 /usr/java/jdk1.5.0_08/jre/lib/i386/native_threads/libhpi.so
    4000c000-40014000 rwxs 00000000 03:02 1789294 /tmp/hsperfdata_snoopy/365
    40014000-4001f000 r-xp 00000000 03:02 525690 /usr/java/jdk1.5.0_08/jre/lib/i386/libverify.so
    4001f000-40020000 rwxp 0000b000 03:02 525690 /usr/java/jdk1.5.0_08/jre/lib/i386/libverify.so
    40020000-40026000 r-xp 00000000 03:02 525686 /usr/java/jdk1.5.0_08/jre/lib/i386/libnio.so
    40026000-40027000 rwxp 00005000 03:02 525686 /usr/java/jdk1.5.0_08/jre/lib/i386/libnio.so
    40027000-40029000 rwxp 40027000 00:00 0
    40029000-40395000 r-xp 00000000 03:02 525655 /usr/java/jdk1.5.0_08/jre/lib/i386/client/libjvm.so
    40395000-403b4000 rwxp 0036b000 03:02 525655 /usr/java/jdk1.5.0_08/jre/lib/i386/client/libjvm.so
    403b4000-407ca000 rwxp 403b4000 00:00 0
    407ca000-407ff000 r-xs 00000000 03:02 1465241 /var/run/nscd/passwd
    407ff000-40820000 r-xp 00000000 03:02 525671 /usr/java/jdk1.5.0_08/jre/lib/i386/libjava.so
    40820000-40822000 rwxp 00020000 03:02 525671 /usr/java/jdk1.5.0_08/jre/lib/i386/libjava.so
    40822000-40831000 r-xp 00000000 03:02 525691 /usr/java/jdk1.5.0_08/jre/lib/i386/libzip.so
    40831000-40833000 rwxp 0000e000 03:02 525691 /usr/java/jdk1.5.0_08/jre/lib/i386/libzip.so
    40833000-4089c000 rwxp 40833000 00:00 0
    4089c000-40921000 r-xs 00000000 03:02 910876 /usr/java/jdk1.5.0_08/jre/lib/jsse.jar
    40921000-40936000 r-xs 00000000 03:02 525726 /usr/java/jdk1.5.0_08/jre/lib/jce.jar
    40936000-4096f000 rwxp 40936000 00:00 0
    4096f000-409b6000 rwxp 4096f000 00:00 0
    409b6000-409bd000 rwxp 409b6000 00:00 0
    409bd000-409d3000 rwxp 409bd000 00:00 0
    409d3000-40a1e000 rwxp 409d3000 00:00 0
    40a1e000-40b36000 rwxp 40a1e000 00:00 0
    40b36000-40b76000 rwxp 40b36000 00:00 0
    40b76000-40c40000 rwxp 40b76000 00:00 0
    40c40000-40c8c000 rwxp 40c40000 00:00 0
    40c8c000-40da4000 rwxp 40c8c000 00:00 0
    40da4000-40de5000 rwxp 40da4000 00:00 0
    40de5000-40ea5000 rwxp 40de5000 00:00 0
    40ea5000-40ea6000 —p 40ea5000 00:00 0
    40ea6000-40f26000 rwxp 40ea6000 00:00 0
    40f26000-40f29000 —p 40f26000 00:00 0
    40f29000-40fa7000 rwxp 40f29000 00:00 0
    40fa7000-40fb0000 r-xs 00000000 16:06 2418313 /home/snoopy/eclipse/startup.jar
    40fb0000-40fd7000 r-xs 00000000 03:02 525618 /usr/java/jdk1.5.0_08/jre/lib/ext/sunjce_provider.jar
    40fd7000-40fe8000 r-xp 00000000 03:02 525685 /usr/java/jdk1.5.0_08/jre/lib/i386/libnet.so
    40fe8000-40fe9000 rwxp 00011000 03:02 525685 /usr/java/jdk1.5.0_08/jre/lib/i386/libnet.so
    40fe9000-40ffd000 r-xs 00000000 16:06 2416221 /home/snoopy/eclipse/plugins/org.eclipse.equinox.common_3.2.0.v20060603.jar
    40ffd000-40fff000 r-xs 00000000 16:06 2416326 /home/snoopy/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.0.v20060603/runtime_registry_compatibility.jar
    40fff000-41000000 r-xs 00000000 03:02 1385674 /tmp/jar_cache58079.tmp (deleted)
    41000000-41016000 r-xp 00000000 03:02 280859 /lib/ld-2.3.4.so
    41016000-41018000 rwxp 00015000 03:02 280859 /lib/ld-2.3.4.so
    41018000-4101b000 —p 41018000 00:00 0
    4101b000-41099000 rwxp 4101b000 00:00 0
    41099000-4109c000 —p 41099000 00:00 0
    4109c000-4111a000 rwxp 4109c000 00:00 0
    4111a000-4111d000 —p 4111a000 00:00 0
    4111d000-4119b000 rwxp 4111d000 00:00 0
    4119b000-4119e000 —p 4119b000 00:00 0
    4119e000-4121c000 rwxp 4119e000 00:00 0
    4121c000-4121d000 —p 4121c000 00:00 0
    4121d000-4129d000 rwxp 4121d000 00:00 0
    4129d000-41361000 r-xs 00000000 03:02 946914 /usr/java/jdk1.5.0_08/jre/lib/ext/localedata.jar
    41361000-4138c000 r-xs 00000000 03:02 525619 /usr/java/jdk1.5.0_08/jre/lib/ext/sunpkcs11.jar
    4138c000-4138f000 rwxp 4138c000 00:00 0
    4138f000-4140d000 rwxp 4138f000 00:00 0
    4140d000-414dc000 r-xs 00000000 16:06 2416341 /home/snoopy/eclipse/plugins/org.eclipse.osgi_3.2.0.v20060601.jar
    414dc000-414df000 —p 414dc000 00:00 0
    414df000-4155d000 rwxp 414df000 00:00 0
    4155d000-41560000 —p 4155d000 00:00 0
    41560000-415de000 rwxp 41560000 00:00 0
    415de000-415e1000 —p 415de000 00:00 0
    415e1000-4165f000 rwxp 415e1000 00:00 0
    4165f000-41675000 r-xs 00000000 16:06 2416439 /home/snoopy/eclipse/plugins/org.eclipse.update.configurator_3.2.0.v20060605.jar
    41675000-41688000 r-xs 00000000 16:06 2418302 /home/snoopy/eclipse/plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar
    41688000-416ac000 r-xs 00000000 16:06 2416331 /home/snoopy/eclipse/plugins/org.eclipse.equinox.registry_3.2.0.v20060601.jar
    416ac000-416cb000 r-xs 00000000 03:02 1384943 /tmp/jar_cache57977.tmp (deleted)
    416cb000-416dd000 r-xs 00000000 03:02 1385055 /tmp/jar_cache57978.tmp (deleted)
    416dd000-416e9000 r-xs 00000000 03:02 1385305 /tmp/jar_cache57979.tmp (deleted)
    416e9000-41721000 r-xs 00000000 03:02 1385316 /tmp/jar_cache57980.tmp (deleted)
    41721000-4172b000 r-xs 00000000 03:02 1385578 /tmp/jar_cache57983.tmp (deleted)
    4172b000-4172e000 r-xs 00000000 03:02 1385590 /tmp/jar_cache57995.tmp (deleted)
    4172e000-4172f000 r-xs 00000000 03:02 1385676 /tmp/jar_cache58081.tmp (deleted)
    4172f000-41750000 r-xp 00000000 03:02 279124 /lib/tls/libm.so.6
    41750000-41752000 rwxp 00020000 03:02 279124 /lib/tls/libm.so.6
    41752000-4178a000 r-xs 00000000 03:02 1385577 /tmp/jar_cache57982.tmp (deleted)
    4178a000-41791000 r-xs 00000000 03:02 1385579 /tmp/jar_cache57984.tmp (deleted)
    41791000-417b7000 r-xs 00000000 03:02 1385581 /tmp/jar_cache57986.tmp (deleted)
    417b7000-417c3000 r-xs 00000000 03:02 1385582 /tmp/jar_cache57987.tmp (deleted)
    417c3000-417d2000 r-xs 00000000 03:02 1385585 /tmp/jar_cache57990.tmp (deleted)
    417d2000-417d3000 r-xs 00000000 16:06 2203508 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.server.installable_1.5.0.200608061833.jar
    417d3000-417e1000 r-xp 00000000 03:02 278925 /lib/tls/libpthread.so.0
    417e1000-417e3000 rwxp 0000d000 03:02 278925 /lib/tls/libpthread.so.0
    417e3000-417e5000 rwxp 417e3000 00:00 0
    417e5000-41833000 r-xs 00000000 03:02 1385580 /tmp/jar_cache57985.tmp (deleted)
    41833000-4184e000 r-xs 00000000 03:02 1385584 /tmp/jar_cache57989.tmp (deleted)
    4184e000-4186a000 r-xs 00000000 03:02 1385586 /tmp/jar_cache57991.tmp (deleted)
    4186a000-4186e000 r-xs 00000000 03:02 1385593 /tmp/jar_cache57998.tmp (deleted)
    4186e000-41870000 r-xp 00000000 03:02 279123 /lib/libdl.so.2
    41870000-41872000 rwxp 00001000 03:02 279123 /lib/libdl.so.2
    41872000-41969000 r-xs 00000000 03:02 1385318 /tmp/jar_cache57981.tmp (deleted)
    41969000-419ed000 r-xs 00000000 03:02 1385583 /tmp/jar_cache57988.tmp (deleted)
    419ed000-41a0a000 r-xs 00000000 03:02 1385587 /tmp/jar_cache57992.tmp (deleted)
    41a0a000-41a14000 r-xs 00000000 03:02 1385588 /tmp/jar_cache57993.tmp (deleted)
    41a14000-41a2c000 r-xs 00000000 03:02 1385589 /tmp/jar_cache57994.tmp (deleted)
    41a2c000-41a56000 r-xs 00000000 03:02 1385591 /tmp/jar_cache57996.tmp (deleted)
    41a56000-41aeb000 r-xs 00000000 03:02 1385592 /tmp/jar_cache57997.tmp (deleted)
    41aeb000-41af2000 r-xs 00000000 03:02 1385594 /tmp/jar_cache57999.tmp (deleted)
    41af2000-41afa000 r-xs 00000000 03:02 1385595 /tmp/jar_cache58000.tmp (deleted)
    41afa000-41b06000 r-xs 00000000 03:02 1385596 /tmp/jar_cache58001.tmp (deleted)
    41b06000-41b11000 r-xs 00000000 03:02 1385597 /tmp/jar_cache58002.tmp (deleted)
    41b11000-41b19000 r-xs 00000000 03:02 1385598 /tmp/jar_cache58003.tmp (deleted)
    41b19000-41b1b000 r-xs 00000000 03:02 1385599 /tmp/jar_cache58004.tmp (deleted)
    41b1b000-41b1d000 r-xs 00000000 03:02 1385600 /tmp/jar_cache58005.tmp (deleted)
    41b1d000-41b20000 r-xs 00000000 03:02 1385601 /tmp/jar_cache58006.tmp (deleted)
    41b20000-41b27000 r-xs 00000000 03:02 1385602 /tmp/jar_cache58007.tmp (deleted)
    41b27000-41b29000 r-xs 00000000 03:02 1385603 /tmp/jar_cache58008.tmp (deleted)
    41b29000-41b2b000 r-xs 00000000 03:02 1385604 /tmp/jar_cache58009.tmp (deleted)
    41b2b000-41b32000 r-xs 00000000 03:02 1385605 /tmp/jar_cache58010.tmp (deleted)
    41b32000-41b42000 r-xs 00000000 03:02 1385606 /tmp/jar_cache58011.tmp (deleted)
    41b42000-41b44000 r-xs 00000000 03:02 1385607 /tmp/jar_cache58012.tmp (deleted)
    41b44000-41b46000 r-xs 00000000 03:02 1385608 /tmp/jar_cache58013.tmp (deleted)
    41b46000-41b4e000 r-xs 00000000 03:02 1385609 /tmp/jar_cache58014.tmp (deleted)
    41b4e000-41b5e000 r-xs 00000000 03:02 1385610 /tmp/jar_cache58015.tmp (deleted)
    41b5e000-41b60000 r-xs 00000000 03:02 1385611 /tmp/jar_cache58016.tmp (deleted)
    41b60000-41b67000 r-xs 00000000 03:02 1385612 /tmp/jar_cache58017.tmp (deleted)
    41b67000-41b77000 r-xs 00000000 03:02 1385613 /tmp/jar_cache58018.tmp (deleted)
    41b77000-41b79000 r-xs 00000000 03:02 1385614 /tmp/jar_cache58019.tmp (deleted)
    41b79000-41b80000 r-xs 00000000 03:02 1385615 /tmp/jar_cache58020.tmp (deleted)
    41b80000-41b82000 r-xs 00000000 03:02 1385616 /tmp/jar_cache58021.tmp (deleted)
    41b82000-41b84000 r-xs 00000000 03:02 1385617 /tmp/jar_cache58022.tmp (deleted)
    41b84000-41b87000 r-xs 00000000 03:02 1385618 /tmp/jar_cache58023.tmp (deleted)
    41b87000-41b8a000 r-xs 00000000 03:02 1385619 /tmp/jar_cache58024.tmp (deleted)
    41b8a000-41b91000 r-xs 00000000 03:02 1385620 /tmp/jar_cache58025.tmp (deleted)
    41b91000-41ba1000 r-xs 00000000 03:02 1385621 /tmp/jar_cache58026.tmp (deleted)
    41ba1000-41ba4000 r-xs 00000000 03:02 1385622 /tmp/jar_cache58027.tmp (deleted)
    41ba4000-41ba7000 r-xs 00000000 03:02 1385623 /tmp/jar_cache58028.tmp (deleted)
    41ba7000-41ba9000 r-xs 00000000 03:02 1385624 /tmp/jar_cache58029.tmp (deleted)
    41ba9000-41bad000 r-xs 00000000 03:02 1385625 /tmp/jar_cache58030.tmp (deleted)
    41bad000-41bb4000 r-xs 00000000 03:02 1385626 /tmp/jar_cache58031.tmp (deleted)
    41bb4000-41bc4000 r-xs 00000000 03:02 1385627 /tmp/jar_cache58032.tmp (deleted)
    41bc4000-41bc6000 r-xs 00000000 03:02 1385628 /tmp/jar_cache58033.tmp (deleted)
    41bc6000-41bc8000 r-xs 00000000 03:02 1385629 /tmp/jar_cache58034.tmp (deleted)
    41bc8000-41bcf000 r-xs 00000000 03:02 1385630 /tmp/jar_cache58035.tmp (deleted)
    41bcf000-41bdf000 r-xs 00000000 03:02 1385631 /tmp/jar_cache58036.tmp (deleted)
    41bdf000-41be1000 r-xs 00000000 03:02 1385632 /tmp/jar_cache58037.tmp (deleted)
    41be1000-41be3000 r-xs 00000000 03:02 1385633 /tmp/jar_cache58038.tmp (deleted)
    41be3000-41be5000 r-xs 00000000 03:02 1385634 /tmp/jar_cache58039.tmp (deleted)
    41be5000-41be9000 r-xs 00000000 03:02 1385635 /tmp/jar_cache58040.tmp (deleted)
    41be9000-41bf2000 r-xs 00000000 03:02 1385636 /tmp/jar_cache58041.tmp (deleted)
    41bf2000-41bfa000 r-xs 00000000 03:02 1385637 /tmp/jar_cache58042.tmp (deleted)
    41bfa000-41c02000 r-xs 00000000 03:02 1385638 /tmp/jar_cache58043.tmp (deleted)
    41c02000-41c0a000 r-xs 00000000 03:02 1385639 /tmp/jar_cache58044.tmp (deleted)
    41c0a000-41c12000 r-xs 00000000 03:02 1385640 /tmp/jar_cache58045.tmp (deleted)
    41c12000-41c7f000 r-xs 00000000 03:02 1385641 /tmp/jar_cache58046.tmp (deleted)
    41c7f000-41c9c000 r-xs 00000000 03:02 1385642 /tmp/jar_cache58047.tmp (deleted)
    41c9c000-41cf4000 r-xs 00000000 03:02 1385643 /tmp/jar_cache58048.tmp (deleted)
    41cf4000-41d04000 r-xs 00000000 03:02 1385644 /tmp/jar_cache58049.tmp (deleted)
    41d04000-41ebd000 r-xs 00000000 03:02 1385645 /tmp/jar_cache58050.tmp (deleted)
    41ebd000-41f24000 r-xs 00000000 03:02 1385646 /tmp/jar_cache58051.tmp (deleted)
    41f24000-41fd0000 r-xs 00000000 03:02 1385647 /tmp/jar_cache58052.tmp (deleted)
    41fd0000-42058000 r-xs 00000000 03:02 1385648 /tmp/jar_cache58053.tmp (deleted)
    42058000-42060000 r-xs 00000000 03:02 1385653 /tmp/jar_cache58058.tmp (deleted)
    42060000-42063000 r-xs 00000000 16:06 2203260 /home/snoopy/MyEclipse/eclipse/plugins/com.genuitec.eclipse.memory_5.0.0.jar
    42063000-4206b000 r-xs 00000000 03:02 1385656 /tmp/jar_cache58061.tmp (deleted)
    4206b000-42071000 r-xs 00000000 03:02 1385661 /tmp/jar_cache58066.tmp (deleted)
    42071000-42082000 r-xp 00000000 03:02 280876 /lib/libnsl.so.1
    42082000-42084000 rwxp 00010000 03:02 280876 /lib/libnsl.so.1
    42084000-42086000 rwxp 42084000 00:00 0
    42086000-4469c000 r-xs 00000000 03:02 910895 /usr/java/jdk1.5.0_08/jre/lib/rt.jar
    4469c000-44f0c000 r-xs 00000000 03:02 910869 /usr/java/jdk1.5.0_08/jre/lib/charsets.jar
    44f0c000-45d2c000 rwxp 44f0c000 00:00 0
    45d2c000-46f0c000 rwxp 45d2c000 00:00 0
    46f0c000-46f29000 r-xs 00000000 03:02 1385649 /tmp/jar_cache58054.tmp (deleted)
    46f29000-46fa8000 r-xs 00000000 03:02 1385650 /tmp/jar_cache58055.tmp (deleted)
    46fa8000-46fc3000 r-xs 00000000 03:02 1385651 /tmp/jar_cache58056.tmp (deleted)
    46fc3000-470f8000 r-xs 00000000 03:02 1385652 /tmp/jar_cache58057.tmp (deleted)
    470f8000-4710a000 r-xs 00000000 16:06 2203261 /home/snoopy/MyEclipse/eclipse/plugins/com.genuitec.eclipse.sqlexplorer.mssql_5.0.0.jar
    4710a000-471f9000 r-xs 00000000 03:02 1385654 /tmp/jar_cache58059.tmp (deleted)
    471f9000-47218000 r-xs 00000000 03:02 1385655 /tmp/jar_cache58060.tmp (deleted)
    47218000-4726f000 r-xs 00000000 03:02 1385657 /tmp/jar_cache58062.tmp (deleted)
    4726f000-4728a000 r-xs 00000000 03:02 1385658 /tmp/jar_cache58063.tmp (deleted)
    4728a000-47292000 r-xs 00000000 03:02 1385659 /tmp/jar_cache58064.tmp (deleted)
    47292000-47313000 r-xs 00000000 03:02 1385660 /tmp/jar_cache58065.tmp (deleted)
    47313000-473da000 r-xs 00000000 16:06 2203273 /home/snoopy/MyEclipse/eclipse/plugins/com.genuitec.eclipse.templates_5.0.0.jar
    473da000-473f6000 r-xs 00000000 03:02 1385662 /tmp/jar_cache58067.tmp (deleted)
    473f6000-473fc000 r-xs 00000000 03:02 1385663 /tmp/jar_cache58068.tmp (deleted)
    473fc000-47409000 r-xs 00000000 03:02 1385664 /tmp/jar_cache58069.tmp (deleted)
    47409000-47421000 r-xs 00000000 03:02 1385665 /tmp/jar_cache58070.tmp (deleted)
    47421000-47426000 r-xs 00000000 03:02 1385666 /tmp/jar_cache58071.tmp (deleted)
    47426000-47448000 r-xs 00000000 03:02 1385667 /tmp/jar_cache58072.tmp (deleted)
    47448000-47472000 r-xs 00000000 03:02 1385668 /tmp/jar_cache58073.tmp (deleted)
    47472000-47474000 r-xs 00000000 03:02 1385671 /tmp/jar_cache58076.tmp (deleted)
    47474000-4747f000 r-xs 00000000 03:02 1385673 /tmp/jar_cache58078.tmp (deleted)
    4747f000-47481000 r-xs 00000000 16:06 2203344 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.commonj.sdo_2.1.0.v200606271057.jar
    47481000-47594000 r-xp 00000000 03:02 278918 /lib/tls/libc.so.6
    47594000-47595000 r-xp 00113000 03:02 278918 /lib/tls/libc.so.6
    47595000-47598000 rwxp 00114000 03:02 278918 /lib/tls/libc.so.6
    47598000-4759a000 rwxp 47598000 00:00 0
    4759a000-4759d000 r-xs 00000000 16:06 2203275 /home/snoopy/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.compatibility_5.0.0.jar
    4759d000-475a0000 r-xs 00000000 16:06 2203458 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf_2.2.0.v200606271057.jar
    475a0000-48210000 rwxp 475a0000 00:00 0
    48210000-4b0b0000 rwxp 48210000 00:00 0
    4b0b0000-54568000 rwxp 4b0b0000 00:00 0
    54568000-775a0000 rwxp 54568000 00:00 0
    775a0000-7f5a0000 rwxp 775a0000 00:00 0
    7f5a0000-991a0000 rwxp 7f5a0000 00:00 0
    991a0000-991c0000 r-xs 00000000 03:02 1385669 /tmp/jar_cache58074.tmp (deleted)
    991c0000-991d0000 r-xs 00000000 03:02 1385670 /tmp/jar_cache58075.tmp (deleted)
    991d0000-991e6000 r-xs 00000000 03:02 1385672 /tmp/jar_cache58077.tmp (deleted)
    991e6000-991f3000 r-xs 00000000 03:02 1385675 /tmp/jar_cache58080.tmp (deleted)
    991f3000-99249000 r-xs 00000000 16:06 2203307 /home/snoopy/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.product_5.0.0.jar
    99249000-99265000 r-xs 00000000 16:06 2203308 /home/snoopy/MyEclipse/eclipse/plugins/com.ibm.etools.emf.event_3.0.0.v20060518_RC1.jar
    99265000-992e3000 r-xs 00000000 16:06 2203323 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.draw2d_3.2.0.v20060626.jar
    992e3000-992e8000 r-xs 00000000 16:06 2203324 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ant_2.2.0.v200606271057.jar
    992e8000-99305000 r-xs 00000000 16:06 2203325 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore.ui_2.2.0.v200606271057.jar
    99305000-993c5000 r-xs 00000000 16:06 2203326 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.2.0.v200606271057.jar
    993c5000-993cc000 r-xs 00000000 16:06 2203327 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen.ui_2.1.0.v200606271057.jar
    993cc000-993fd000 r-xs 00000000 16:06 2203329 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.codegen_2.2.0.v200606271057.jar
    993fd000-99414000 r-xs 00000000 16:06 2203341 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.common.ui_2.2.0.v200606271057.jar
    99414000-9943c000 r-xs 00000000 16:06 2203348 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.common_2.2.0.v200606271057.jar
    9943c000-99450000 r-xs 00000000 16:06 2203350 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.converter_2.2.0.v200606271057.jar
    99450000-99457000 r-xs 00000000 16:06 2203355 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.change.edit_2.1.0.v200606271057.jar
    99457000-99469000 r-xs 00000000 16:06 2203356 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.change_2.2.0.v200606271057.jar
    99469000-9947d000 r-xs 00000000 16:06 2203357 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.editor_2.2.0.v200606271057.jar
    9947d000-99491000 r-xs 00000000 16:06 2203358 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.edit_2.2.0.v200606271057.jar
    99491000-994a8000 r-xs 00000000 16:06 2203364 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo.editor_2.1.0.v200606271057.jar
    994a8000-994af000 r-xs 00000000 16:06 2203365 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo.edit_2.1.0.v200606271057.jar
    994af000-994da000 r-xs 00000000 16:06 2203366 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo_2.2.0.v200606271057.jar
    994da000-99506000 r-xs 00000000 16:06 2203372 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.2.0.v200606271057.jar
    99506000-995c5000 r-xs 00000000 16:06 2203373 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.ecore_2.2.0.v200606271057.jar
    995c5000-995e6000 r-xs 00000000 16:06 2203375 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.edit.ui_2.2.0.v200606271057.jar
    995e6000-99620000 r-xs 00000000 16:06 2203376 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.edit_2.2.0.v200606271057.jar
    99620000-9962e000 r-xs 00000000 16:06 2203380 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.exporter_2.2.0.v200606271057.jar
    9962e000-99633000 r-xs 00000000 16:06 2203384 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.importer.ecore_2.2.0.v200606271057.jar
    99633000-9963c000 r-xs 00000000 16:06 2203390 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.importer.java_2.2.0.v200606271057.jar
    9963c000-99654000 r-xs 00000000 16:06 2203448 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.importer.rose_2.2.0.v200606271057.jar
    99654000-99665000 r-xs 00000000 16:06 2203449 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.importer_2.2.0.v200606271057.jar
    99665000-9966f000 r-xs 00000000 16:06 2203450 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.2.0.v200606271057.jar
    9966f000-99679000 r-xs 00000000 16:06 2203451 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore_2.2.0.v200606271057.jar
    99679000-9968f000 r-xs 00000000 16:06 2203452 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.2.0.v200606271057.jar
    9968f000-9969c000 r-xs 00000000 16:06 2203453 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml_2.2.0.v200606271057.jar
    9969c000-996bf000 r-xs 00000000 16:06 2203454 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.ui_2.2.0.v200606271057.jar
    996bf000-996c6000 r-xs 00000000 16:06 2203455 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.xsd2ecore.editor_2.1.0.v200606271057.jar
    996c6000-996cd000 r-xs 00000000 16:06 2203456 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping.xsd2ecore_2.1.0.v200606271057.jar
    996cd000-996fb000 r-xs 00000000 16:06 2203457 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.emf.mapping_2.2.0.v200606271057.jar
    996fb000-99711000 r-xs 00000000 16:06 2203459 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.equinox.servlet.api_1.0.0.200608061833.jar
    99711000-997d4000 r-xs 00000000 16:06 2203460 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.gef_3.2.0.v20060626.jar
    997d4000-9981b000 r-xs 00000000 16:06 2203461 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jem.beaninfo_1.2.0.v20060530_RC2.jar
    9981b000-998b7000 r-xs 00000000 16:06 2203462 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jem.proxy_1.2.0.v20060530_RC2.jar
    998b7000-998da000 r-xs 00000000 16:06 2203463 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jem.ui_1.2.0.v20060518_RC1.jar
    998da000-998f2000 r-xs 00000000 16:06 2203464 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jem.util_1.2.0.v20060530_RC2.jar
    998f2000-99904000 r-xs 00000000 16:06 2203465 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jem.workbench_1.2.0.v20060530_RC2.jar
    99904000-9994a000 r-xs 00000000 16:06 2203466 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jem_1.2.0.v20060530_RC2.jar
    9994a000-99955000 r-xs 00000000 16:06 2203467 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.common.annotations.controller_1.1.0.200608061833.jar
    99955000-9995a000 r-xs 00000000 16:06 2203468 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.common.annotations.core_1.1.0.200608061833.jar
    9995a000-9995f000 r-xs 00000000 16:06 2203469 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.common.annotations.ui_1.1.0.200608061833.jar
    9995f000-9996e000 r-xs 00000000 16:06 2203470 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.common.frameworks_1.1.0.200608061833.jar
    9996e000-99972000 r-xs 00000000 16:06 2203471 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.common.project.facet.core_1.1.0.200608061833.jar
    99972000-999ae000 r-xs 00000000 16:06 2203472 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.ejb.ui_1.1.0.200608061833.jar
    999ae000-99b72000 r-xs 00000000 16:06 2203473 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.core_1.1.0.200608061833.jar
    99b72000-99b80000 r-xs 00000000 16:06 2203474 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.ejb.annotation.model_1.1.0.200608061833.jar
    99b80000-99b87000 r-xs 00000000 16:06 2203475 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.0.200608061833.jar
    99b87000-99b9f000 r-xs 00000000 16:06 2203476 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.ejb.annotations.ui_1.1.0.200608061833.jar
    99b9f000-99bc0000 r-xs 00000000 16:06 2203477 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.1.0.200608061833.jar
    99bc0000-99bfe000 r-xs 00000000 16:06 2203478 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.ejb_1.1.0.200608061833.jar
    99bfe000-99c05000 r-xs 00000000 16:06 2203479 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.jca.ui_1.1.0.200608061833.jar
    99c05000-99c22000 r-xs 00000000 16:06 2203480 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.jca_1.1.0.200608061833.jar
    99c22000-99c46000 r-xs 00000000 16:06 2203481 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.0.200608061833.jar
    99c46000-99d0a000 r-xs 00000000 16:06 2203482 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.ui_1.1.0.200608061833.jar
    99d0a000-99d15000 r-xs 00000000 16:06 2203483 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.webservice.ui_1.1.0.200608061833.jar
    99d15000-99d56000 r-xs 00000000 16:06 2203484 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.webservice_1.1.0.200608061833.jar
    99d56000-99da8000 r-xs 00000000 16:06 2203485 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.web_1.1.0.200608061833.jar
    99da8000-99db2000 r-xs 00000000 16:06 2203486 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee.xdoclet.runtime_1.1.0.200608061833.jar
    99db2000-99f17000 r-xs 00000000 16:06 2203487 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.j2ee_1.1.0.200608061833.jar
    99f17000-99f1e000 r-xs 00000000 16:06 2203488 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.contentassist_0.5.0.200608061833.jar
    99f1e000-99f27000 r-xs 00000000 16:06 2203489 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.contentmodel.annotations_0.5.0.200608061833.jar
    99f27000-99f2d000 r-xs 00000000 16:06 2203490 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.context.resolver.structureddocument_0.5.0.200608061833.jar
    99f2d000-99f2f000 r-xs 00000000 16:06 2203491 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.context.resolver_0.5.0.200608061833.jar
    99f2f000-99f32000 r-xs 00000000 16:06 2203492 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.context.structureddocument_0.5.0.200608061833.jar
    99f32000-99f4f000 r-xs 00000000 16:06 2203493 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.context.symbol_0.5.0.200608061833.jar
    99f4f000-99f53000 r-xs 00000000 16:06 2203494 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.context_0.5.0.200608061833.jar
    99f53000-99f79000 r-xs 00000000 16:06 2203495 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.core_0.5.0.200608061833.jar
    99f79000-99f89000 r-xs 00000000 16:06 2203496 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.designtime_0.5.0.200608061833.jar
    99f89000-99fc8000 r-xs 00000000 16:06 2203497 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.facesconfig.common_0.5.0.200608061833.jar
    99fc8000-9a021000 r-xs 00000000 16:06 2203498 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.facesconfig.edit_0.5.0.200608061833.jar
    9a021000-9a094000 r-xs 00000000 16:06 2203499 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.facesconfig_0.5.0.200608061833.jar
    9a094000-9a09d000 r-xs 00000000 16:06 2203500 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.metadataprocessors_0.5.0.200608061833.jar
    9a09d000-9a0aa000 r-xs 00000000 16:06 2203501 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.taglibprocessing_0.5.0.200608061833.jar
    9a0aa000-9a0be000 r-xs 00000000 16:06 2203502 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsf.validation.el_0.5.0.200608061833.jar
    9a0be000-9a135000 r-xs 00000000 16:06 2203503 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsp.core_1.1.0.200608061833.jar
    9a135000-9a186000 r-xs 00000000 16:06 2203504 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.jsp.ui_1.1.0.200608061833.jar
    9a186000-9a19a000 r-xs 00000000 16:06 2203505 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.server.core_1.0.102.200608061833.jar
    9a19a000-9a1be000 r-xs 00000000 16:06 2203506 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.server.generic.core_1.0.100.200608061833.jar
    9a1be000-9a1c9000 r-xs 00000000 16:06 2203507 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.server.generic.ui_1.0.100.200608061833.jar
    9a1c9000-9a1f5000 r-xs 00000000 16:06 2203509 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.server.tomcat.core_1.0.102.200608061833.jar
    9a1f5000-9a20b000 r-xs 00000000 16:06 2203510 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.server.tomcat.ui_1.0.102.200608061833.jar
    9a20b000-9a21b000 r-xs 00000000 16:06 2203511 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.server.ui_1.0.102.200608061833.jar
    9a21b000-9a235000 r-xs 00000000 16:06 2203512 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.servlet.ui_1.1.0.200608061833.jar
    9a235000-9a241000 r-xs 00000000 16:06 2203513 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.core_1.0.101.200608061833.jar
    9a241000-9a256000 r-xs 00000000 16:06 2203514 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.ws.axis.consumption.ui_1.0.101.200608061833.jar
    9a256000-9a26f000 r-xs 00000000 16:06 2203515 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.ws.axis.creation.ui_1.0.101.200608061833.jar
    9a26f000-9a321000 r-xs 00000000 16:06 2203516 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.ws.consumption.ui_1.0.101.200608061833.jar
    9a321000-9a35e000 r-xs 00000000 16:06 2203517 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.ws.creation.ui_1.0.101.200608061833.jar
    9a35e000-9a366000 r-xs 00000000 16:06 2203518 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.ws.uddiregistry_1.0.100.200608061833.jar
    9a366000-9a370000 r-xs 00000000 16:06 2203519 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.ws.ui_1.0.100.200608061833.jar
    9a370000-9a38a000 r-xs 00000000 16:06 2203520 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst.ws_1.0.101.200608061833.jar
    9a38a000-9a38d000 r-xs 00000000 16:06 2203521 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.jst_1.0.1.200608061833.jar
    9a38d000-9a39b000 r-xs 00000000 16:06 2203522 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.101.200608061833.jar
    9a39b000-9a3b5000 r-xs 00000000 16:06 2203523 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.command.env.ui_1.0.101.200608061833.jar
    9a3b5000-9a3bf000 r-xs 00000000 16:06 2203524 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.core_1.1.0.200608061833.jar
    9a3bf000-9a3df000 r-xs 00000000 16:06 2203525 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.0.200608061833.jar
    9a3df000-9a410000 r-xs 00000000 16:06 2203526 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.emf_1.1.0.200608061833.jar
    9a410000-9a41b000 r-xs 00000000 16:06 2203527 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.environment_1.0.100.200608061833.jar
    9a41b000-9a43c000 r-xs 00000000 16:06 2203528 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.0.200608061833.jar
    9a43c000-9a459000 r-xs 00000000 16:06 2203529 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.0.200608061833.jar
    9a459000-9a49b000 r-xs 00000000 16:06 2203530 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.0.200608061833.jar
    9a49b000-9a4c6000 r-xs 00000000 16:06 2203531 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.1.0.200608061833.jar
    9a4c6000-9a4f4000 r-xs 00000000 16:06 2203532 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.project.facet.ui_1.1.0.200608061833.jar
    9a4f4000-9a533000 r-xs 00000000 16:06 2203533 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.snippets_1.1.0.200608061833.jar
    9a533000-9a54e000 r-xs 00000000 16:06 2203534 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.ui.properties_1.0.100.200608061833.jar
    9a54e000-9a56e000 r-xs 00000000 16:06 2203535 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.ui_1.1.0.200608061833.jar
    9a56e000-9a577000 r-xs 00000000 16:06 2203536 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.0.200608061833.jar
    9a577000-9a5f4000 r-xs 00000000 16:06 2203537 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.css.core_1.1.0.200608061833.jar
    9a5f4000-9a628000 r-xs 00000000 16:06 2203538 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.css.ui_1.0.100.200608061833.jar
    9a628000-9a68d000 r-xs 00000000 16:06 2203539 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.dtd.core_1.1.0.200608061833.jar
    9a68d000-9a6ba000 r-xs 00000000 16:06 2203540 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.dtd.ui_1.0.100.200608061833.jar
    9a6ba000-9a74c000 r-xs 00000000 16:06 2203541 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.html.core_1.1.0.200608061833.jar
    9a74c000-9a77e000 r-xs 00000000 16:06 2203542 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.html.ui_1.0.100.200608061833.jar
    9a77e000-9a788000 r-xs 00000000 16:06 2203543 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.internet.cache_1.0.101.200608061833.jar
    9a788000-9a798000 r-xs 00000000 16:06 2203544 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.internet.monitor.core_1.0.102.200608061833.jar
    9a798000-9a7b2000 r-xs 00000000 16:06 2203545 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.internet.monitor.ui_1.0.102.200608061833.jar
    9a7b2000-9a7bc000 r-xs 00000000 16:06 2203546 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.internet.proxy_1.0.100.200608061833.jar
    9a7bc000-9a7ca000 r-xs 00000000 16:06 2203547 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.javascript.core_1.0.0.200608061833.jar
    9a7ca000-9a855000 r-xs 00000000 16:06 2203548 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.javascript.ui_1.0.0.200608061833.jar
    9a855000-9a87f000 r-xs 00000000 16:06 2203549 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.connection.ui_1.0.101.200608061833.jar
    9a87f000-9a8a7000 r-xs 00000000 16:06 2203550 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.core_1.0.107.200608061833.jar
    9a8a7000-9a8b5000 r-xs 00000000 16:06 2203551 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.data.core_1.0.104.200608061833.jar
    9a8b5000-9a8cc000 r-xs 00000000 16:06 2203552 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.data.ui_1.0.105.200608061833.jar
    9a8cc000-9a8d3000 r-xs 00000000 16:06 2203553 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.derby.ui_1.0.101.200608061833.jar
    9a8d3000-9a8e6000 r-xs 00000000 16:06 2203554 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.derby_1.0.101.200608061833.jar
    9a8e6000-9a8e8000 r-xs 00000000 16:06 2203555 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.fe.ui.actions_1.0.101.200608061833.jar
    9a8e8000-9a8f6000 r-xs 00000000 16:06 2203556 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.fe.ui_1.0.101.200608061833.jar
    9a8f6000-9a920000 r-xs 00000000 16:06 2203557 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.models.dbdefinition_1.0.101.200608061833.jar
    9a920000-9a962000 r-xs 00000000 16:06 2203558 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.models.sql.edit_1.0.102.200608061833.jar
    9a962000-9aa09000 r-xs 00000000 16:06 2203559 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.models.sql_1.0.102.200608061833.jar
    9aa09000-9aa15000 r-xs 00000000 16:06 2203560 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.mysql_1.0.101.200608061833.jar
    9aa15000-9aa40000 r-xs 00000000 16:06 2203570 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.server.ui_1.0.101.200608061833.jar
    9aa40000-9aa48000 r-xs 00000000 16:06 2203571 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.rdb.sqlscrapbook_1.0.101.200608061833.jar
    9aa48000-9aa89000 r-xs 00000000 16:06 2203572 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.server.core_1.0.102.200608061833.jar
    9aa89000-9ab29000 r-xs 00000000 16:06 2203573 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.server.ui_1.0.102.200608061833.jar
    9ab29000-9ab8a000 r-xs 00000000 16:06 2203574 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.sse.core_1.1.0.200608061833.jar
    9ab8a000-9ac39000 r-xs 00000000 16:06 2203575 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.sse.ui_1.0.101.200608061833.jar
    9ac39000-9ac53000 r-xs 00000000 16:06 2203576 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.validation.ui_1.1.0.200608061833.jar
    9ac53000-9ac84000 r-xs 00000000 16:06 2203577 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.validation_1.1.0.200608061833.jar
    9ac84000-9ac91000 r-xs 00000000 16:06 2203578 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.web.ui_1.1.0.200608061833.jar
    9ac91000-9ac9e000 r-xs 00000000 16:06 2203579 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.web_1.1.0.200608061833.jar
    9ac9e000-9acaa000 r-xs 00000000 16:06 2203580 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.ws.parser_1.0.100.200608061833.jar
    9acaa000-9acaf000 r-xs 00000000 16:06 2203581 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.ws.ui_1.0.100.200608061833.jar
    9acaf000-9ad61000 r-xs 00000000 16:06 2203582 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.wsdl.ui_1.1.0.200608061833.jar
    9ad61000-9ad8f000 r-xs 00000000 16:06 2203583 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.wsdl.validation_1.1.0.200608061833.jar
    9ad8f000-9ae47000 r-xs 00000000 16:06 2203584 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.wsdl_1.0.100.200608061833.jar
    9ae47000-9ae58000 r-xs 00000000 16:06 2203590 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.wsi.ui_1.0.0.200608061833.jar
    9ae58000-9af26000 r-xs 00000000 16:06 2203591 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.wsi_1.0.101.200608061833.jar
    9af26000-9af5a000 r-xs 00000000 16:06 2203592 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.ws_1.0.100.200608061833.jar
    9af5a000-9aff7000 r-xs 00000000 16:06 2203593 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.xml.core_1.1.0.200608061833.jar
    9aff7000-9b0a0000 r-xs 00000000 16:06 2203594 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.xml.ui_1.0.100.200608061833.jar
    9b0a0000-9b0b1000 r-xs 00000000 16:06 2203595 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.xsd.core_1.1.0.200608061833.jar
    9b0b1000-9b1a1000 r-xs 00000000 16:06 2203596 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst.xsd.ui_1.1.0.200608061833.jar
    9b1a1000-9b1a4000 r-xs 00000000 16:06 2203597 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.wst_1.0.1.200608061833.jar
    9b1a4000-9b1a8000 r-xs 00000000 16:06 2203598 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.xsd.ecore.exporter_2.2.0.v200606271057.jar
    9b1a8000-9b1ad000 r-xs 00000000 16:06 2203599 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.xsd.ecore.importer_2.2.0.v200606271057.jar
    9b1ad000-9b1c3000 r-xs 00000000 16:06 2203600 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.xsd.editor_2.2.0.v200606271057.jar
    9b1c3000-9b1f7000 r-xs 00000000 16:06 2203601 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.xsd.edit_2.2.0.v200606271057.jar
    9b1f7000-9b2a7000 r-xs 00000000 16:06 2203602 /home/snoopy/MyEclipse/eclipse/plugins/org.eclipse.xsd_2.2.0.v200606271057.jar
    9b2a7000-9b2f4000 r-xs 00000000 16:06 2416220 /home/snoopy/eclipse/plugins/org.eclipse.jdt.apt.core_3.2.0.v20060602-1740.jar
    9b2f4000-9b32f000 r-xs 00000000 16:06 2416222 /home/snoopy/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.2.0.v20060605-1400.jar
    9b32f000-9b339000 r-xs 00000000 16:06 2416232 /home/snoopy/eclipse/plugins/org.eclipse.jdt_3.2.0.v20060605-1400.jar
    9b339000-9b627000 r-xs 00000000 16:06 2416310 /home/snoopy/eclipse/plugins/org.eclipse.ui.workbench_3.2.0.I20060605-1400.jar
    9b627000-9b63a000 r-xs 00000000 16:06 2416319 /home/snoopy/eclipse/plugins/org.eclipse.core.jobs_3.2.0.v20060603.jar
    9b63a000-9b665000 r-xs 00000000 16:06 2416327 /home/snoopy/eclipse/plugins/org.eclipse.ui.browser_3.2.0.v20060602.jar
    9b665000-9b66c000 r-xs 00000000 16:06 2416328 /home/snoopy/eclipse/plugins/org.eclipse.update.scheduler_3.2.0.v20060605.jar
    9b66c000-9b70a000 r-xs 00000000 16:06 2416329 /home/snoopy/eclipse/plugins/org.eclipse.core.resources_3.2.0.v20060603.jar
    9b70a000-9b726000 r-xs 00000000 16:06 2416335 /home/snoopy/eclipse/plugins/org.eclipse.core.resources.compatibility_3.2.0.v20060603.jar
    9b726000-9bc67000 r-xs 00000000 16:06 2416330 /home/snoopy/eclipse/plugins/org.eclipse.jdt.doc.isv_3.2.0.v20060605-1400.jar
    9bc67000-9be2b000 r-xs 00000000 16:06 2416332 /home/snoopy/eclipse/plugins/org.eclipse.debug.ui_3.2.0.v20060605.jar
    9be2b000-9be60000 r-xs 00000000 16:06 2416333 /home/snoopy/eclipse/plugins/org.eclipse.text_3.2.0.v20060605-1400.jar
    9be60000-9bea7000 r-xs 00000000 16:06 2416334 /home/snoopy/eclipse/plugins/org.eclipse.ui.cheatsheets_3.2.0.v20060602.jar
    9bea7000-9beaa000 r-xs 00000000 16:06 2416336 /home/snoopy/eclipse/plugins/org.eclipse.swt_3.2.0.v3232o.jar
    9beaa000-9bf01000 r-xs 00000000 16:06 2416337 /home/snoopy/eclipse/plugins/org.eclipse.team.core_3.2.0.I200606051140.jar
    9bf01000-9bf10000 r-xs 00000000 16:06 2416338 /home/snoopy/eclipse/plugins/org.eclipse.pde_3.2.0.v20060605.jar
    9bf10000-9c012000 r-xs 00000000 16:06 2416339 /home/snoopy/eclipse/plugins/org.eclipse.ant.ui_3.2.0.v20060531.jar
    9c012000-9c029000 r-xs 00000000 16:06 2416340 /home/snoopy/eclipse/plugins/org.eclipse.core.filebuffers_3.2.0.v20060605-1400.jar
    9c029000-9c1bd000 r-xs 00000000 16:06 2416342 /home/snoopy/eclipse/plugins/org.eclipse.ui.ide_3.2.0.I20060605-1400.jar
    9c1bd000-9c1c0000 r-xs 00000000 16:06 2416343 /home/snoopy/eclipse/plugins/org.eclipse.rcp_3.2.0.v20060605.jar
    9c1c0000-9c1c2000 r-xs 00000000 16:06 2416344 /home/snoopy/eclipse/plugins/org.eclipse.update.core.linux_3.2.0.v20060605.jar
    9c1c2000-9c1d6000 r-xs 00000000 16:06 2416345 /home/snoopy/eclipse/plugins/org.eclipse.ui.navigator.resources_3.2.0.I20060605-1400.jar
    9c1d6000-9c58f000 r-xs 00000000 16:06 2416346 /home/snoopy/eclipse/plugins/org.eclipse.jdt.core_3.2.0.v_671.jar
    9c58f000-9c5af000 r-xs 00000000 16:06 2416347 /home/snoopy/eclipse/plugins/org.eclipse.ui.externaltools_3.1.100.v20060605.jar
    9c5af000-9c5b3000 r-xs 00000000 16:06 2416348 /home/snoopy/eclipse/plugins/org.eclipse.osgi.util_3.1.100.v20060601.jar
    9c5b3000-9c5c2000 r-xs 00000000 16:06 2416440 /home/snoopy/eclipse/plugins/org.eclipse.team.cvs.ssh2_3.2.0.I200606051140.jar
    9c5c2000-9c606000 r-xs 00000000 16:06 2416441 /home/snoopy/eclipse/plugins/org.eclipse.ui.navigator_3.2.0.I20060605-1400.jar
    9c606000-9c617000 r-xs 00000000 16:06 2416442 /home/snoopy/eclipse/plugins/org.eclipse.ui.views_3.2.0.I20060605-1400.jar
    9c617000-9c61b000 r-xs 00000000 16:06 2417401 /home/snoopy/eclipse/plugins/org.eclipse.help.appserver_3.1.100.v20060602.jar
    9c61b000-9de4b000 r-xs 00000000 16:06 2417402 /home/snoopy/eclipse/plugins/org.eclipse.platform.doc.isv_3.2.0.v20060612-0900.jar
    9de4b000-9de86000 rwxp 9de4b000 00:00 0
    9de86000-9def9000 r-xs 00000000 16:06 2417403 /home/snoopy/eclipse/plugins/org.eclipse.update.ui_3.2.0.v20060605.jar
    9def9000-9df0f000 r-xs 00000000 16:06 2417404 /home/snoopy/eclipse/plugins/org.eclipse.ant.core_3.1.100.v20060531.jar
    9df0f000-9e0a8000 r-xs 00000000 16:06 2417405 /home/snoopy/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.2.0.v3232m.jar
    9e0a8000-9e165000 r-xs 00000000 16:06 2417406 /home/snoopy/eclipse/plugins/org.eclipse.pde.core_3.2.0.v20060605.jar
    9e165000-9e176000 r-xs 00000000 16:06 2417407 /home/snoopy/eclipse/plugins/org.eclipse.core.expressions_3.2.0.v20060605-1400.jar
    9e176000-9e1e2000 r-xs 00000000 16:06 2417542 /home/snoopy/eclipse/plugins/org.eclipse.search_3.2.0.v20060605-1400.jar
    9e1e2000-9e1f9000 r-xs 00000000 16:06 2417543 /home/snoopy/eclipse/plugins/org.eclipse.ui.presentations.r21_3.2.0.I20060605-1400.jar
    9e1f9000-9e241000 r-xs 00000000 16:06 2417544 /home/snoopy/eclipse/plugins/org.eclipse.ui.intro_3.2.0.v20060601.jar
    9e241000-9e2a0000 r-xs 00000000 16:06 2417545 /home/snoopy/eclipse/plugins/org.eclipse.help.ui_3.2.0.v20060602.jar
    9e2a0000-9e2e4000 r-xs 00000000 16:06 2417842 /home/snoopy/eclipse/plugins/org.eclipse.jface.databinding_1.0.0.I20060605-1400.jar
    9e2e4000-9e5ff000 r-xs 00000000 16:06 2417843 /home/snoopy/eclipse/plugins/com.ibm.icu_3.4.4.1.jar
    9e5ff000-9e60e000 r-xs 00000000 16:06 2417844 /home/snoopy/eclipse/plugins/org.eclipse.jdt.apt.ui_3.2.0.v20060602-1740.jar
    9e60e000-9e675000 r-xs 00000000 16:06 2417845 /home/snoopy/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.2.0.v20060605-1400.jar
    9e675000-9e6b0000 r-xs 00000000 16:06 2417846 /home/snoopy/eclipse/plugins/org.eclipse.debug.core_3.2.0.v20060605.jar
    9e6b0000-9e777000 r-xs 00000000 16:06 2417847 /home/snoopy/eclipse/plugins/org.eclipse.jface_3.2.0.I20060605-1400.jar
    9e777000-9e796000 r-xs 00000000 16:06 2417848 /home/snoopy/eclipse/plugins/org.eclipse.ui_3.2.0.I20060605-1400.jar
    9e796000-9e805000 r-xs 00000000 16:06 2417919 /home/snoopy/eclipse/plugins/org.eclipse.ui.editors_3.2.0.v20060605-1400.jar
    9e805000-9efb5000 r-xs 00000000 16:06 2417920 /home/snoopy/eclipse/plugins/org.eclipse.jdt.ui_3.2.0.v20060605-1400.jar
    9efb5000-9efd8000 rwxp 9efb5000 00:00 0
    9efd8000-9f2b5000 r-xs 00000000 16:06 2417921 /home/snoopy/eclipse/plugins/org.eclipse.pde.doc.user_3.2.0.v20060605.jar
    9f2b5000-9f372000 r-xs 00000000 16:06 2417922 /home/snoopy/eclipse/plugins/org.eclipse.jface.text_3.2.0.v20060605-1400.jar
    9f372000-9f387000 r-xs 00000000 16:06 2417937 /home/snoopy/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.1.100.v20060603.jar
    9f387000-9f6c0000 r-xs 00000000 16:06 2417938 /home/snoopy/eclipse/plugins/org.eclipse.pde.ui_3.2.0.v20060605.jar
    9f6c0000-9f732000 r-xs 00000000 16:06 2417939 /home/snoopy/eclipse/plugins/org.eclipse.compare_3.2.0.v20060605.jar
    9f732000-9f748000 r-xs 00000000 16:06 2417940 /home/snoopy/eclipse/plugins/org.eclipse.core.commands_3.2.0.I20060605-1400.jar
    9f748000-9f74c000 r-xs 00000000 16:06 2417941 /home/snoopy/eclipse/plugins/org.eclipse.core.filesystem.linux.x86_1.0.0.v20060603.jar
    9f74c000-9f76e000 r-xs 00000000 16:06 2418278 /home/snoopy/eclipse/plugins/org.eclipse.pde.runtime_3.2.0.v20060605.jar
    9f76e000-9fd4c000 r-xs 00000000 16:06 2418279 /home/snoopy/eclipse/plugins/org.eclipse.jdt.doc.user_3.2.0.v20060605-1400.jar
    9fd4c000-9fe50000 r-xs 00000000 16:06 2418280 /home/snoopy/eclipse/plugins/org.eclipse.team.ui_3.2.0.I200606051140.jar
    9fe50000-9fe57000 r-xs 00000000 16:06 2418281 /home/snoopy/eclipse/plugins/org.eclipse.core.variables_3.1.100.v20060605.jar
    9fe57000-9fe79000 r-xs 00000000 16:06 2418282 /home/snoopy/eclipse/plugins/org.eclipse.ui.console_3.1.100.v20060605.jar
    9fe79000-9fe7c000 r-xs 00000000 16:06 2418283 /home/snoopy/eclipse/plugins/org.eclipse.pde.junit.runtime_3.2.0.v20060605.jar
    9fe7c000-9fe92000 r-xs 00000000 16:06 2418284 /home/snoopy/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.2.0.I20060605-1400.jar
    9fe92000-9fe9f000 r-xs 00000000 16:06 2418285 /home/snoopy/eclipse/plugins/org.eclipse.team.cvs.ssh_3.2.0.I200606011710.jar
    9fe9f000-9fea8000 r-xs 00000000 16:06 2418286 /home/snoopy/eclipse/plugins/org.eclipse.core.filesystem_1.0.0.v20060603.jar
    9fea8000-9fec6000 r-xs 00000000 16:06 2418287 /home/snoopy/eclipse/plugins/com.jcraft.jsch_0.1.28.jar
    9fec6000-9fedd000 r-xs 00000000 16:06 2418288 /home/snoopy/eclipse/plugins/org.eclipse.equinox.preferences_3.2.0.v20060601.jar
    9fedd000-9fee2000 r-xs 00000000 16:06 2418289 /home/snoopy/eclipse/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.0.v20060601.jar
    9fee2000-9ff26000 r-xs 00000000 16:06 2418290 /home/snoopy/eclipse/plugins/org.eclipse.help.base_3.2.0.v20060601.jar
    9ff26000-9ff39000 r-xs 00000000 16:06 2418291 /home/snoopy/eclipse/plugins/org.eclipse.core.contenttype_3.2.0.v20060603.jar
    9ff39000-9ff72000 r-xs 00000000 16:06 2418292 /home/snoopy/eclipse/plugins/org.eclipse.jdt.launching_3.2.0.v20060605.jar
    9ff72000-9fff4000 r-xs 00000000 16:06 2418293 /home/snoopy/eclipse/plugins/org.eclipse.team.cvs.core_3.2.0.M20060628.jar
    9fff4000-9fff7000 r-xs 00000000 16:06 2418294 /home/snoopy/eclipse/plugins/org.eclipse.jdt.core.manipulation_1.0.0.v20060605-1400.jar
    9fff7000-a0530000 r-xs 00000000 16:06 2418295 /home/snoopy/eclipse/plugins/org.eclipse.platform.doc.user_3.2.0.v20060605.jar
    a0530000-a069b000 r-xs 00000000 16:06 2418296 /home/snoopy/eclipse/plugins/org.eclipse.team.cvs.ui_3.2.0.I200606051140.jar
    a069b000-a06a8000 r-xs 00000000 16:06 2418297 /home/snoopy/eclipse/plugins/org.eclipse.osgi.services_3.1.100.v20060601.jar
    a06a8000-a06a9000 r-xs 00000000 16:06 2418298 /home/snoopy/eclipse/plugins/org.eclipse.core.boot_3.1.100.v20060603.jar
    a06a9000-a06c6000 r-xs 00000000 16:06 2418299 /home/snoopy/eclipse/plugins/org.eclipse.help_3.2.0.v20060602.jar
    a06c6000-a0752000 r-xs 00000000 16:06 2418300 /home/snoopy/eclipse/plugins/org.eclipse.update.core_3.2.0.v20060605.jar
    a0752000-a0865000 r-xs 00000000 16:06 2418301 /home/snoopy/eclipse/plugins/org.eclipse.jdt.debug.ui_3.2.0.v20060605.jar
    a0865000-a08ce000 r-xs 00000000 16:06 2418303 /home/snoopy/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.2.0.v20060605-1400.jar
    a08ce000-a08d1000 r-xs 00000000 16:06 2418304 /home/snoopy/eclipse/plugins/org.eclipse.jdt.junit4.runtime_1.0.0.v20060605-1400.jar
    a08d1000-a090b000 r-xs 00000000 16:06 2418305 /home/snoopy/eclipse/plugins/org.eclipse.ui.forms_3.2.0.v20060602.jar
    a090b000-a0abd000 r-xs 00000000 16:06 2418349 /home/snoopy/eclipse/plugins/org.eclipse.cdt.ui_3.1.0.200606261600.jar
    a0abd000-a0ac2000 r-xs 00000000 16:06 2418350 /home/snoopy/eclipse/plugins/org.eclipse.cdt_3.1.0.200606261600.jar
    a0ac2000-a0b11000 r-xs 00000000 16:06 2418351 /home/snoopy/eclipse/plugins/org.eclipse.cdt.debug.core_3.1.0.200606261600.jar
    a0b11000-a0b86000 r-xs 00000000 16:06 2418352 /home/snoopy/eclipse/plugins/org.eclipse.cdt.debug.mi.core_3.1.0.200606261600.jar
    a0b86000-a0c10000 r-xs 00000000 16:06 2418353 /home/snoopy/eclipse/plugins/org.eclipse.cdt.debug.ui_3.1.0.200606261600.jar
    a0c10000-a0c2f000 r-xs 00000000 16:06 2418354 /home/snoopy/eclipse/plugins/org.eclipse.cdt.launch_3.1.0.200606261600.jar
    a0c2f000-a0c4e000 r-xs 00000000 16:06 2418355 /home/snoopy/eclipse/plugins/org.eclipse.cdt.debug.mi.ui_3.1.0.200606261600.jar
    a0c4e000-a1156000 r-xs 00000000 16:06 2418356 /home/snoopy/eclipse/plugins/org.eclipse.cdt.doc.user_3.1.0.200606261600.jar
    a1156000-a11a6000 r-xs 00000000 16:06 2418363 /home/snoopy/eclipse/plugins/org.eclipse.cdt.make.core_3.1.0.200606261600.jar
    a11a6000-a11fe000 r-xs 00000000 16:06 2418364 /home/snoopy/eclipse/plugins/org.eclipse.cdt.make.ui_3.1.0.200606261600.jar
    a11fe000-a1293000 r-xs 00000000 16:06 2418365 /home/snoopy/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_3.1.0.200606261600.jar
    a1293000-a1500000 r-xs 00000000 16:06 2418348 /home/snoopy/eclipse/plugins/org.eclipse.cdt.core_3.1.0.200606261600.jar
    a1500000-a1559000 r-xs 00000000 16:06 2418366 /home/snoopy/eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_3.1.0.200606261600.jar
    a1559000-a155e000 r-xs 00000000 16:06 2418372 /home/snoopy/eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_3.1.0.200606261600.jar
    a155e000-a1578000 r-xs 00000000 16:06 2418373 /home/snoopy/eclipse/plugins/org.eclipse.cdt.refactoring_3.1.0.200606261600.jar
    a1578000-a1633000 r-xs 00000000 16:06 2418375 /home/snoopy/eclipse/plugins/org.eclipse.birt.data_2.1.0.N20060628-1351.jar
    a1633000-a1638000 r-xs 00000000 16:06 2418376 /home/snoopy/eclipse/plugins/org.eclipse.birt.data.oda.adapter.dtp_2.0.0.N20060628-1351.jar
    a1638000-a1745000 r-xs 00000000 16:06 2418377 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.data.oda.xml_2.1.0.N20060628-1351.jar
    a1745000-a188f000 r-xs 00000000 16:06 2418378 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.engine_2.1.0.N20060628-1351.jar
    a188f000-a189a000 r-xs 00000000 16:06 2418379 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.engine.emitter.html_2.1.0.N20060628-1351.jar
    a189a000-a18a0000 r-xs 00000000 16:06 2418380 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.engine.emitter.pdf_2.1.0.N20060628-1351.jar
    a18a0000-a1a39000 r-xs 00000000 16:06 2418381 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.model_2.1.0.N20060628-1351.jar
    a1a39000-a1a46000 r-xs 00000000 16:06 2418388 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.data.adapter_2.1.0.N20060628-1351.jar
    a1a46000-a1a59000 r-xs 00000000 16:06 2418400 /home/snoopy/eclipse/plugins/org.eclipse.birt.chart.device.extension_2.1.0.N20060628-1351.jar
    a1a59000-a1a70000 r-xs 00000000 16:06 2418390 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.data.oda.xml.ui_2.1.0.N20060628-1351.jar
    a1a70000-a1a7f000 r-xs 00000000 16:06 2418391 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.designer.ui.editors_2.1.0.N20060628-1351.jar
    a1a7f000-a1a9a000 r-xs 00000000 16:06 2418392 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.designer.ui.editors.schematic_2.1.0.N20060628-1351.jar
    a1a9a000-a1ab3000 r-xs 00000000 16:06 2418393 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.designer.ui.ide_2.1.0.N20060628-1351.jar
    a1ab3000-a1abe000 r-xs 00000000 16:06 2418394 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.designer.ui.lib_2.1.0.N20060628-1351.jar
    a1abe000-a1ad7000 r-xs 00000000 16:06 2418395 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.designer.ui.lib.explorer_2.1.0.N20060628-1351.jar
    a1ad7000-a1ae2000 r-xs 00000000 16:06 2418396 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.designer.ui.preview_2.1.0.N20060628-1351.jar
    a1ae2000-a1ae7000 r-xs 00000000 16:06 2418397 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.model.adapter.oda_2.1.0.N20060628-1351.jar
    a1ae7000-a1af1000 r-xs 00000000 16:06 2418398 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.debug.ui_2.1.0.N20060628-1351.jar
    a1af1000-a1b1d000 r-xs 00000000 16:06 2418399 /home/snoopy/eclipse/plugins/org.eclipse.birt.report.designer.core_2.1.0.N20060628-1351.jar
    a1b1d000-a1b4e000 r-xs 00000000 16:06 2418374 /home/snoopy/eclipse/plugins/org.eclipse.birt.core_2.1.0.N20060628-1351.jar
    a1b4e000-a1b5d000 r-xs 00000000 16:06 2418401 /home/snoopy/eclipse/plugins/org.eclipse.birt.chart.device.svg_2.1.0.N20060628-1351.jar
    a1b5d000-a1b6a000 r-xs 00000000 16:06 2418402 /home/snoopy/eclipse/plugins/org.eclipse.birt.chart.device.swt_2.1.0.N20060628-1351.jar
    a1b6a000-a1b6c000 r-xs 00000000 16:06 2418403 /home/snoopy/eclipse/plugins/org.eclipse.birt.chart.device.pdf_2.1.0.N20060628-1351.jar
    a1b6c000-a1c55000 r-xs 00000000 16:06 2418404 /home/snoopy/eclipse/plugins/org.eclipse.birt.chart.engine_2.1.0.N20060628-1351.jar
    a1c55000-a1c71000 r-xs 00000000 16:06 2418405 /home/snoopy/ecl

    #256659 Reply

    Jan Gosch
    Member

    So, that’s it (about 4 crashes in less than an hour) , I’m going back to 4.x.

    I lost several hours of work due to the Errors in 5.0.

    Please let me know, when you have a stable release.

    Regards
    Jan

    #256675 Reply

    Greg
    Member

    Jan,

    We are currently investigating this crash and will try to get a fix for it as soon as possible. However, there is no reason for you to go back to 4.1.1. You can continue to use 5.0 just without the JSP/HTML Visual Designer for Linux. You can just associate the “MyEclipse JSP Editor” as the default JSP editor. Also you can associate the “MyEclipse HTML Editor” with .html files. The plain editors don’t use the cross platform visual designer that is causing the crash on linux.

    #257694 Reply

    Paul
    Participant

    Greg – I’m apparently having the same issues here – Eclipse crashes while doing something in a JSP file – most recently while trying to save (cruel and ironic).

    I’m going to try using the older MyEclipse JSP editor as opposed to the visual one like you suggest – is there a way to set this as default? I was unable to find that.

    Two days ago with this problem I tried a clean install of both Eclipse and a manual install of ME, no other plugins installed – It didn’t seem to make a difference.

    Thanks,

    Paul

    Ubuntu Dapper
    *** Date: Sun Aug 27 12:39:17 PDT 2006

    *** Platform Details:

    *** System properties:
    GRE_HOME=/home/paul/data/development/MyEclipse5.0.1/eclipse/plugins/com.genuitec.javascript.debug.mozilla_5.0.1/XPCOM/os/linux/mozilla
    eclipse.buildId=M20060629-1905
    eclipse.commands=-os
    linux
    -ws
    gtk
    -arch
    x86
    -launcher
    /home/paul/data/development/eclipse/./eclipse
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    288000
    -vm
    /usr/bin/java
    eclipse.ee.install.verify=false
    eclipse.product=org.eclipse.sdk.ide
    eclipse.startTime=1156705182996
    eclipse.vm=/usr/bin/java
    eclipse.vmargs=-Xms256M
    -Xmx320M
    -XX:PermSize=96M
    -XX:MaxPermSize=128M
    -jar
    /home/paul/data/development/eclipse/./startup.jar
    eof=eof
    file.encoding=UTF-8
    file.encoding.pkg=sun.io
    file.separator=/
    java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
    java.awt.printerjob=sun.print.PSPrinterJob
    java.class.path=/home/paul/data/development/eclipse/./startup.jar
    java.class.version=49.0
    java.endorsed.dirs=/usr/lib/j2sdk1.5-sun/jre/lib/endorsed
    java.ext.dirs=/usr/lib/j2sdk1.5-sun/jre/lib/ext
    java.home=/usr/lib/j2sdk1.5-sun/jre
    java.io.tmpdir=/tmp
    java.library.path=/usr/lib/j2sdk1.5-sun/jre/lib/i386/client:/usr/lib/j2sdk1.5-sun/jre/lib/i386:/usr/lib/j2sdk1.5-sun/jre/../lib/i386:
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.5.0_08-b03
    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_08
    java.vm.info=mixed mode, sharing
    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_08-b03
    line.separator=

    org.osgi.framework.bootdelegation=*
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5
    org.osgi.framework.language=en
    org.osgi.framework.os.name=Linux
    org.osgi.framework.os.version=2.6.15-26-386
    org.osgi.framework.processor=i386
    org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.3.0
    org.osgi.supports.framework.extension=true
    os.arch=i386
    os.name=Linux
    os.version=2.6.15-26-386
    osgi.arch=x86
    osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start
    osgi.bundlestore=/home/paul/data/development/eclipse/configuration/org.eclipse.osgi/bundles
    osgi.configuration.area=file:/home/paul/data/development/eclipse/configuration/
    osgi.framework=file:/home/paul/data/development/eclipse/plugins/org.eclipse.osgi_3.2.0.v20060601.jar
    osgi.framework.beginningstartlevel=1
    osgi.framework.shape=jar
    osgi.framework.version=3.2.0.v20060601
    osgi.install.area=file:/home/paul/data/development/eclipse/
    osgi.instance.area=file:/home/paul/data/development/workspace/
    osgi.instance.area.default=file:/home/paul/workspace/
    osgi.logfile=/home/paul/data/development/workspace/.metadata/.log
    osgi.manifest.cache=/home/paul/data/development/eclipse/configuration/org.eclipse.osgi/manifests
    osgi.nl=en_US
    osgi.os=linux
    osgi.splashLocation=/home/paul/data/development/eclipse/plugins/org.eclipse.platform_3.2.0.v20060601/splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath=/home/paul/data/development/eclipse/plugins
    osgi.ws=gtk
    path.separator=:
    sun.arch.data.model=32
    sun.boot.class.path=/usr/lib/j2sdk1.5-sun/jre/lib/rt.jar:/usr/lib/j2sdk1.5-sun/jre/lib/i18n.jar:/usr/lib/j2sdk1.5-sun/jre/lib/sunrsasign.jar:/usr/lib/j2sdk1.5-sun/jre/lib/jsse.jar:/usr/lib/j2sdk1.5-sun/jre/lib/jce.jar:/usr/lib/j2sdk1.5-sun/jre/lib/charsets.jar:/usr/lib/j2sdk1.5-sun/jre/classes
    sun.boot.library.path=/usr/lib/j2sdk1.5-sun/jre/lib/i386
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.desktop=gnome
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=UTF-8
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=unknown
    user.country=US
    user.dir=/home/paul/data/development/eclipse
    user.home=/home/paul
    user.language=en
    user.name=paul
    user.timezone=America/Los_Angeles
    wtp.autotest.noninteractive=true

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: JSP Editor in 5.0 is crashing on Linux

You must be logged in to post in the forum log in