facebook

JSP debug

  1. MyEclipse Archived
  2.  > 
  3. Documentation
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #220769 Reply

    Andrew Cheng
    Participant

    I follow the instruction on

    http://www.myeclipseide.com/modules.php?op=modload&name=PNphpBB2&file=viewtopic&t=85

    MyEclipse never stop on the break point, why?

    #220784 Reply

    Riyad Kalla
    Member

    It could be a whole slew of reasons…. bad version of the JDK, wrong version of Tomcat, not running Eclipse with 1.4 VM, not running Tomcat in debug mode, not compiling your files with debug information, not hitting the right JSP page, etc. etc.

    I know you said you did everything in the thread, but I’m willing to bet that there is something slightly different about your setup that is causing debugging not to work. Can you list off your vitals for me?

    #220927 Reply

    Andrew Cheng
    Participant

    not sure only about

    not compiling your files with debug information

    The rest of reasons I feel positive – have all those

    How do I compiling JSP files with debug information

    #220932 Reply

    Riyad Kalla
    Member

    Are you using Tomcat 5? by default it should be compiling debugging information into the JSP pages… some application servers (WebLogic IIRC) will actually compile the JSP pages without debugging information.

    ayc can you paste the result of Help > About > Configujration Details for me here to look at?

    #221254 Reply

    Andrew Cheng
    Participant

    *** Date: 12/15/04 3:51 PM

    *** Platform Details:

    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=M200409161125
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    C:\eclipse\eclipse.exe -showsplash 600
    -exitdata
    C:\eclipse\eclipse.exe -exitdata db8_4c
    -vm
    C:\WINDOWS\system32\javaw.exe

    eclipse.product=org.eclipse.platform.ide
    eclipse.startTime=1103154191484
    eclipse.vm=C:\WINDOWS\system32\javaw.exe
    eclipse.vmargs=-cp
    C:\eclipse\startup.jar
    org.eclipse.core.launcher.Main

    eof=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=C:\eclipse\startup.jar
    java.class.version=48.0
    java.endorsed.dirs=C:\Program Files\Java\j2re1.4.2_02\lib\endorsed
    java.ext.dirs=C:\Program Files\Java\j2re1.4.2_02\lib\ext
    java.home=C:\Program Files\Java\j2re1.4.2_02
    java.io.tmpdir=C:\DOCUME~1\ac\LOCALS~1\Temp\
    java.library.path=C:\WINDOWS\system32;.;C:\WINDOWS\System32;C:\WINDOWS;C:\oracle\ora92\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\utils;C:\apache-ant-1.5.4\bin;C:\j2sdk1.4.2_02\bin;c:\jdev10g\jdev\bin;c:\emacs-20.7\bin;c:\usr\local\wbin;C:\Program Files\Sun\MessageQueue3\bin;C:\Program Files\cvsnt;C:\Sun\AppServer\bin;C:\jwsdp-1.3\jwsdp-shared\bin;c:\windows\system32;c:\windows;c:\windows\system32\wbem;c:\utils;c:\apache~1.4\bin;c:\j2sdk1~1.2_0\bin;c:\brief
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.4.2_02-b03
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.4
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    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.4.2_02
    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.4.2_02-b03
    line.separator=

    org.eclipse.jdt.debug.ui.debuggerActive=false
    org.eclipse.jdt.debug.ui.scrapbookActive=false
    org.osgi.framework.executionenvironment=
    org.osgi.framework.language=en
    org.osgi.framework.os.name=WindowsXP
    org.osgi.framework.os.version=5.1
    org.osgi.framework.processor=x86
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.2.0
    org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
    os.arch=x86
    os.name=Windows XP
    os.version=5.1
    osgi.arch=x86
    osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=c:\eclipse\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/c:/eclipse/configuration/
    osgi.framework=file:/c:/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:/c:/eclipse/
    osgi.instance.area=file:/C:/aeris.net/web/
    osgi.logfile=C:\aeris.net\web\.metadata\.log
    osgi.manifest.cache=c:\eclipse\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_US
    osgi.os=win32
    osgi.splashLocation=c:\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=C:\Program Files\Java\j2re1.4.2_02\lib\rt.jar;C:\Program Files\Java\j2re1.4.2_02\lib\i18n.jar;C:\Program Files\Java\j2re1.4.2_02\lib\sunrsasign.jar;C:\Program Files\Java\j2re1.4.2_02\lib\jsse.jar;C:\Program Files\Java\j2re1.4.2_02\lib\jce.jar;C:\Program Files\Java\j2re1.4.2_02\lib\charsets.jar;C:\Program Files\Java\j2re1.4.2_02\classes
    sun.boot.library.path=C:\Program Files\Java\j2re1.4.2_02\bin
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    sun.io.unicode.encoding=UnicodeLittle
    sun.java2d.fontpath=
    sun.os.patch.level=Service Pack 1
    user.country=US
    user.dir=C:\eclipse
    user.home=C:\Documents and Settings\ac
    user.language=en
    user.name=ac
    user.timezone=America/Los_Angeles
    user.variant=
    vendor=Apache Software Foundation
    vendor-url=http://xml.apache.org/xalan-j
    version=2.4.1

    *** Features:
    com.genuitec.myeclipse.ast (3.8.2) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.core (3.8.2) “MyEclipse Core Tooling”
    com.genuitec.myeclipse.enterprise (3.8.2) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.help (3.8.2) “MyEclipse Help Documentation”
    com.genuitec.myeclipse.wdt (3.8.2) “MyEclipse Web Development Tooling”
    org.eclipse.jdt (3.0.1) “Eclipse Java Development Tools”
    org.eclipse.jdt.source (3.0.1) “Eclipse Java Development Tools SDK”
    org.eclipse.pde (3.0.1) “Eclipse Plug-in Development Environment”
    org.eclipse.pde.source (3.0.1) “Eclipse Plug-in Development Environment Developer Resources”
    org.eclipse.platform (3.0.1) “Eclipse Platform”
    org.eclipse.platform.source (3.0.1) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.sdk (3.0.1) “Eclipse Project SDK”

    *** Plug-in Registry:
    com.genuitec.eclipse.ast.deploy.core (3.7.1) “Deployment Core Plug-in”
    com.genuitec.eclipse.ast.deploy.core (3.7.101) “Deployment Core Plug-in”
    com.genuitec.eclipse.ast.deploy.core (3.7.200) “Deployment Core Plug-in”
    com.genuitec.eclipse.ast.deploy.core (3.8.2) “Deployment Core Plug-in”
    com.genuitec.eclipse.browser (3.7.101) “Web Browser Plug-in”
    com.genuitec.eclipse.browser (3.7.200) “Web Browser Plug-in”
    com.genuitec.eclipse.browser (3.8.1) “Web Browser Plug-in”
    com.genuitec.eclipse.core (3.7.1) “Genuitec Core”
    com.genuitec.eclipse.core (3.7.101) “Genuitec Core”
    com.genuitec.eclipse.core (3.7.200) “Genuitec Core”
    com.genuitec.eclipse.core (3.8.2) “Genuitec Core”
    com.genuitec.eclipse.cross.easystruts.eclipse (3.7.1) “Stuts Support”
    com.genuitec.eclipse.cross.easystruts.eclipse (3.7.101) “Stuts Support”
    com.genuitec.eclipse.cross.easystruts.eclipse (3.7.200) “Stuts Support”
    com.genuitec.eclipse.cross.easystruts.eclipse (3.8.2) “Stuts Support”
    com.genuitec.eclipse.easie.bejy (3.7.1) “Genuitec EASIE Bejy Tiger”
    com.genuitec.eclipse.easie.bejy (3.7.101) “Genuitec EASIE Bejy Tiger”
    com.genuitec.eclipse.easie.bejy (3.7.200) “Genuitec EASIE Bejy Tiger”
    com.genuitec.eclipse.easie.bejy (3.8.1) “Genuitec EASIE Bejy Tiger”
    com.genuitec.eclipse.easie.core (3.7.1) “Genuitec EASIE Core”
    com.genuitec.eclipse.easie.core (3.7.101) “Genuitec EASIE Core”
    com.genuitec.eclipse.easie.core (3.7.200) “Genuitec EASIE Core”
    com.genuitec.eclipse.easie.core (3.8.2) “Genuitec EASIE Core”
    com.genuitec.eclipse.easie.jboss (3.7.1) “Genuitec EASIE JBoss”
    com.genuitec.eclipse.easie.jboss (3.7.101) “Genuitec EASIE JBoss”
    com.genuitec.eclipse.easie.jboss (3.7.200) “Genuitec EASIE JBoss”
    com.genuitec.eclipse.easie.jboss (3.8.2) “Genuitec EASIE JBoss”
    com.genuitec.eclipse.easie.jboss2 (3.7.1) “Genuitec EASIE JBoss 2”
    com.genuitec.eclipse.easie.jboss2 (3.7.101) “Genuitec EASIE JBoss 2”
    com.genuitec.eclipse.easie.jboss2 (3.7.200) “Genuitec EASIE JBoss 2”
    com.genuitec.eclipse.easie.jboss2 (3.8.1) “Genuitec EASIE JBoss 2”
    com.genuitec.eclipse.easie.jboss3 (3.7.1) “Genuitec EASIE JBoss 3”
    com.genuitec.eclipse.easie.jboss3 (3.7.101) “Genuitec EASIE JBoss 3”
    com.genuitec.eclipse.easie.jboss3 (3.7.200) “Genuitec EASIE JBoss 3”
    com.genuitec.eclipse.easie.jboss3 (3.8.2) “Genuitec EASIE JBoss 3”
    com.genuitec.eclipse.easie.jboss4 (3.7.1) “Genuitec EASIE JBoss 4”
    com.genuitec.eclipse.easie.jboss4 (3.7.101) “Genuitec EASIE JBoss 4”
    com.genuitec.eclipse.easie.jboss4 (3.7.200) “Genuitec EASIE JBoss 4”
    com.genuitec.eclipse.easie.jboss4 (3.8.2) “Genuitec EASIE JBoss 4”
    com.genuitec.eclipse.easie.jetty (3.7.1) “Genuitec EASIE Jetty”
    com.genuitec.eclipse.easie.jetty (3.7.101) “Genuitec EASIE Jetty”
    com.genuitec.eclipse.easie.jetty (3.7.200) “Genuitec EASIE Jetty”
    com.genuitec.eclipse.easie.jetty (3.8.1) “Genuitec EASIE Jetty”
    com.genuitec.eclipse.easie.jetty4 (3.7.1) “Genuitec EASIE Jetty 4”
    com.genuitec.eclipse.easie.jetty4 (3.7.101) “Genuitec EASIE Jetty 4”
    com.genuitec.eclipse.easie.jetty4 (3.7.200) “Genuitec EASIE Jetty 4”
    com.genuitec.eclipse.easie.jetty4 (3.8.1) “Genuitec EASIE Jetty 4”
    com.genuitec.eclipse.easie.jetty5 (3.7.1) “Genuitec EASIE Jetty 5”
    com.genuitec.eclipse.easie.jetty5 (3.7.101) “Genuitec EASIE Jetty 5”
    com.genuitec.eclipse.easie.jetty5 (3.7.200) “Genuitec EASIE Jetty 5”
    com.genuitec.eclipse.easie.jetty5 (3.8.1) “Genuitec EASIE Jetty 5”
    com.genuitec.eclipse.easie.jonas (3.7.1) “Genuitec EASIE Jonas”
    com.genuitec.eclipse.easie.jonas (3.7.101) “Genuitec EASIE Jonas”
    com.genuitec.eclipse.easie.jonas (3.7.200) “Genuitec EASIE Jonas”
    com.genuitec.eclipse.easie.jonas (3.8.1) “Genuitec EASIE Jonas”
    com.genuitec.eclipse.easie.jonas3 (3.7.1) “Genuitec EASIE Jonas 3”
    com.genuitec.eclipse.easie.jonas3 (3.7.101) “Genuitec EASIE Jonas 3”
    com.genuitec.eclipse.easie.jonas3 (3.7.200) “Genuitec EASIE Jonas 3”
    com.genuitec.eclipse.easie.jonas3 (3.8.1) “Genuitec EASIE Jonas 3”
    com.genuitec.eclipse.easie.jrun (3.7.1) “Genuitec EASIE JRun”
    com.genuitec.eclipse.easie.jrun (3.7.101) “Genuitec EASIE JRun”
    com.genuitec.eclipse.easie.jrun (3.7.200) “Genuitec EASIE JRun”
    com.genuitec.eclipse.easie.jrun (3.8.1) “Genuitec EASIE JRun”
    com.genuitec.eclipse.easie.jrun4 (3.7.1) “Genuitec EASIE JRun 4”
    com.genuitec.eclipse.easie.jrun4 (3.7.101) “Genuitec EASIE JRun 4”
    com.genuitec.eclipse.easie.jrun4 (3.7.200) “Genuitec EASIE JRun 4”
    com.genuitec.eclipse.easie.jrun4 (3.8.1) “Genuitec EASIE JRun 4”
    com.genuitec.eclipse.easie.oracle (3.7.1) “Genuitec EASIE Oracle AS”
    com.genuitec.eclipse.easie.oracle (3.7.101) “Genuitec EASIE Oracle AS”
    com.genuitec.eclipse.easie.oracle (3.7.200) “Genuitec EASIE Oracle AS”
    com.genuitec.eclipse.easie.oracle (3.8.1) “Genuitec EASIE Oracle AS”
    com.genuitec.eclipse.easie.oracle9 (3.7.1) “Genuitec EASIE Oracle 9i/AS”
    com.genuitec.eclipse.easie.oracle9 (3.7.101) “Genuitec EASIE Oracle 9i/AS”
    com.genuitec.eclipse.easie.oracle9 (3.7.200) “Genuitec EASIE Oracle 9i/AS”
    com.genuitec.eclipse.easie.oracle9 (3.8.1) “Genuitec EASIE Oracle 9i/AS”
    com.genuitec.eclipse.easie.orion1 (3.7.1) “Genuitec EASIE Orion 1”
    com.genuitec.eclipse.easie.orion1 (3.7.101) “Genuitec EASIE Orion 1”
    com.genuitec.eclipse.easie.orion1 (3.7.200) “Genuitec EASIE Orion 1”
    com.genuitec.eclipse.easie.orion1 (3.8.1) “Genuitec EASIE Orion 1”
    com.genuitec.eclipse.easie.orion2 (3.7.1) “Genuitec EASIE Orion 2”
    com.genuitec.eclipse.easie.orion2 (3.7.101) “Genuitec EASIE Orion 2”
    com.genuitec.eclipse.easie.orion2 (3.7.200) “Genuitec EASIE Orion 2”
    com.genuitec.eclipse.easie.orion2 (3.8.1) “Genuitec EASIE Orion 2”
    com.genuitec.eclipse.easie.resin (3.7.1) “Genuitec EASIE Resin”
    com.genuitec.eclipse.easie.resin (3.7.101) “Genuitec EASIE Resin”
    com.genuitec.eclipse.easie.resin (3.7.200) “Genuitec EASIE Resin”
    com.genuitec.eclipse.easie.resin (3.8.1) “Genuitec EASIE Resin”
    com.genuitec.eclipse.easie.resin2 (3.7.1) “Genuitec EASIE Resin 2”
    com.genuitec.eclipse.easie.resin2 (3.7.101) “Genuitec EASIE Resin 2”
    com.genuitec.eclipse.easie.resin2 (3.7.200) “Genuitec EASIE Resin 2”
    com.genuitec.eclipse.easie.resin2 (3.8.1) “Genuitec EASIE Resin 2”
    com.genuitec.eclipse.easie.resin3 (3.7.1) “Genuitec EASIE Resin 3”
    com.genuitec.eclipse.easie.resin3 (3.7.101) “Genuitec EASIE Resin 3”
    com.genuitec.eclipse.easie.resin3 (3.7.200) “Genuitec EASIE Resin 3”
    com.genuitec.eclipse.easie.resin3 (3.8.1) “Genuitec EASIE Resin 3”
    com.genuitec.eclipse.easie.sun (3.7.101) “Genuitec EASIE Sun One”
    com.genuitec.eclipse.easie.sun (3.7.200) “Genuitec EASIE Sun One”
    com.genuitec.eclipse.easie.sun (3.8.1) “Genuitec EASIE Sun One”
    com.genuitec.eclipse.easie.sun8 (3.7.200) “Genuitec EASIE Sun 8”
    com.genuitec.eclipse.easie.sun8 (3.8.1) “Genuitec EASIE Sun 8”
    com.genuitec.eclipse.easie.sun8 (3.7.101) “Genuitec EASIE Sune One 8”
    com.genuitec.eclipse.easie.tomcat (3.7.1) “Genuitec EASIE Tomcat”
    com.genuitec.eclipse.easie.tomcat (3.7.101) “Genuitec EASIE Tomcat”
    com.genuitec.eclipse.easie.tomcat (3.7.200) “Genuitec EASIE Tomcat”
    com.genuitec.eclipse.easie.tomcat (3.8.1) “Genuitec EASIE Tomcat”
    com.genuitec.eclipse.easie.tomcat4 (3.7.1) “Genuitec EASIE Tomcat 4”
    com.genuitec.eclipse.easie.tomcat4 (3.7.101) “Genuitec EASIE Tomcat 4”
    com.genuitec.eclipse.easie.tomcat4 (3.7.200) “Genuitec EASIE Tomcat 4”
    com.genuitec.eclipse.easie.tomcat4 (3.8.1) “Genuitec EASIE Tomcat 4”
    com.genuitec.eclipse.easie.tomcat5 (3.7.1) “Genuitec EASIE Tomcat 5”
    com.genuitec.eclipse.easie.tomcat5 (3.7.101) “Genuitec EASIE Tomcat 5”
    com.genuitec.eclipse.easie.tomcat5 (3.7.200) “Genuitec EASIE Tomcat 5”
    com.genuitec.eclipse.easie.tomcat5 (3.8.1) “Genuitec EASIE Tomcat 5”
    com.genuitec.eclipse.easie.weblogic (3.7.1) “Genuitec EASIE WebLogic”
    com.genuitec.eclipse.easie.weblogic (3.7.101) “Genuitec EASIE WebLogic”
    com.genuitec.eclipse.easie.weblogic (3.7.200) “Genuitec EASIE WebLogic”
    com.genuitec.eclipse.easie.weblogic (3.8.2) “Genuitec EASIE WebLogic”
    com.genuitec.eclipse.easie.weblogic6 (3.7.1) “Genuitec EASIE WebLogic 6”
    com.genuitec.eclipse.easie.weblogic6 (3.7.101) “Genuitec EASIE WebLogic 6”
    com.genuitec.eclipse.easie.weblogic6 (3.7.200) “Genuitec EASIE WebLogic 6”
    com.genuitec.eclipse.easie.weblogic6 (3.8.1) “Genuitec EASIE WebLogic 6”
    com.genuitec.eclipse.easie.weblogic7 (3.7.1) “Genuitec EASIE WebLogic 7”
    com.genuitec.eclipse.easie.weblogic7 (3.7.101) “Genuitec EASIE WebLogic 7”
    com.genuitec.eclipse.easie.weblogic7 (3.7.200) “Genuitec EASIE WebLogic 7”
    com.genuitec.eclipse.easie.weblogic7 (3.8.1) “Genuitec EASIE WebLogic 7”
    com.genuitec.eclipse.easie.weblogic8 (3.7.1) “Genuitec EASIE WebLogic 8”
    com.genuitec.eclipse.easie.weblogic8 (3.7.101) “Genuitec EASIE WebLogic 8”
    com.genuitec.eclipse.easie.weblogic8 (3.7.200) “Genuitec EASIE WebLogic 8”
    com.genuitec.eclipse.easie.weblogic8 (3.8.1) “Genuitec EASIE WebLogic 8”
    com.genuitec.eclipse.easie.websphere (3.7.1) “Genuitec EASIE WebSphere 4”
    com.genuitec.eclipse.easie.websphere (3.7.101) “Genuitec EASIE WebSphere 4”
    com.genuitec.eclipse.easie.websphere (3.7.200) “Genuitec EASIE WebSphere 4”
    com.genuitec.eclipse.easie.websphere (3.8.1) “Genuitec EASIE WebSphere 4”
    com.genuitec.eclipse.easie.websphere5 (3.7.1) “Genuitec EASIE WebSphere 5”
    com.genuitec.eclipse.easie.websphere5 (3.7.101) “Genuitec EASIE WebSphere 5”
    com.genuitec.eclipse.easie.websphere5 (3.7.200) “Genuitec EASIE WebSphere 5”
    com.genuitec.eclipse.easie.websphere5 (3.8.1) “Genuitec EASIE WebSphere 5”
    com.genuitec.eclipse.hibernate (3.7.200) “Hibernate Plug-in”
    com.genuitec.eclipse.hibernate (3.8.2) “Hibernate Plug-in”
    com.genuitec.eclipse.j2eedt.core (3.7.1) “Genuitec J2EE Development Tooling”
    com.genuitec.eclipse.j2eedt.core (3.7.101) “Genuitec J2EE Development Tooling”
    com.genuitec.eclipse.j2eedt.core (3.7.200) “Genuitec J2EE Development Tooling”
    com.genuitec.eclipse.j2eedt.core (3.8.2) “Genuitec J2EE Development Tooling”
    com.genuitec.eclipse.javascript.editor (3.7.101) “MyEclipse JavaScript Editor”
    com.genuitec.eclipse.javascript.editor (3.7.200) “MyEclipse JavaScript Editor”
    com.genuitec.eclipse.jface.text.wtpfragment (3.8.1) “Wtpextendfragment Fragment”
    com.genuitec.eclipse.jsf (3.7.101) “JSF Plug-in”
    com.genuitec.eclipse.jsf (3.7.200) “JSF Plug-in”
    com.genuitec.eclipse.jsf (3.8.1) “JSF Plug-in”
    com.genuitec.eclipse.sqlexplorer (3.7.200) “MyEclipse Database Explorer Plugin”
    com.genuitec.eclipse.sqlexplorer (3.8.2) “MyEclipse Database Explorer Plugin”
    com.genuitec.eclipse.sqlexplorer.doc (3.7.200) “MyEclipse Database Explorer Help Plug-in”
    com.genuitec.eclipse.sqlexplorer.doc (3.8.1) “MyEclipse Database Explorer Help Plug-in”
    com.genuitec.eclipse.struts (3.7.1) “com.genuitec.eclipse.struts”
    com.genuitec.eclipse.struts (3.7.101) “com.genuitec.eclipse.struts”
    com.genuitec.eclipse.struts (3.7.200) “com.genuitec.eclipse.struts”
    com.genuitec.eclipse.struts (3.8.2) “com.genuitec.eclipse.struts”
    com.genuitec.eclipse.struts.visualeditor (3.7.1) “com.genuitec.eclipse.struts.visualeditor”
    com.genuitec.eclipse.wdt.jsp.debug (3.7.1) “MyEclipse JSP Debug Tooling”
    com.genuitec.eclipse.wdt.jsp.debug (3.7.101) “MyEclipse JSP Debug Tooling”
    com.genuitec.eclipse.wdt.jsp.debug (3.7.200) “MyEclipse JSP Debug Tooling”
    com.genuitec.eclipse.wdt.jsp.debug (3.8.2) “MyEclipse JSP Debug Tooling”
    com.genuitec.eclipse.web.imagepreviewer (3.7.101) “MyEclipse Image Previewer Plug-in”
    com.genuitec.eclipse.web.imagepreviewer (3.7.200) “MyEclipse Image Previewer Plug-in”
    com.genuitec.eclipse.web.imagepreviewer (3.8.1) “MyEclipse Image Previewer Plug-in”
    com.genuitec.eclipse.webdesigner (3.7.101) “Web Designer Plug-in”
    com.genuitec.eclipse.webdesigner (3.7.200) “Web Designer Plug-in”
    com.genuitec.eclipse.webdesigner (3.8.2) “Web Designer Plug-in”
    com.genuitec.eclipse.webdesigner.support (3.7.200) “WebDesigner Support”
    com.genuitec.eclipse.webdesigner.support (3.8.1) “WebDesigner Support”
    com.genuitec.eclipse.wizards (3.7.1) “Aston Wizards for MyEclipse”
    com.genuitec.eclipse.wizards (3.7.101) “Aston Wizards for MyEclipse”
    com.genuitec.eclipse.wizards (3.7.200) “Aston Wizards for MyEclipse”
    com.genuitec.eclipse.wizards (3.8.2) “Aston Wizards for MyEclipse”
    com.genuitec.eclipse.xmen (3.7.1) “MyEclipse XML Editor”
    com.genuitec.eclipse.xmen (3.7.101) “MyEclipse XML Editor”
    com.genuitec.eclipse.xmen (3.7.200) “MyEclipse XML Editor”
    com.genuitec.eclipse.xmen (3.8.1) “MyEclipse XML Editor”
    com.genuitec.eclipsetidy (3.7.101) “MyEclipse HTML Formatting”
    com.genuitec.eclipsetidy (3.7.200) “MyEclipse HTML Formatting”
    com.genuitec.eclipsetidy (3.8.1) “MyEclipse HTML Formatting”
    com.genuitec.jboss.ide.eclipse.apache.xalan (3.7.1) “Genuitec XDoclet Apache Xalan Plug-in”
    com.genuitec.jboss.ide.eclipse.apache.xalan (3.7.101) “Genuitec XDoclet Apache Xalan Plug-in”
    com.genuitec.jboss.ide.eclipse.apache.xalan (3.7.200) “Genuitec XDoclet Apache Xalan Plug-in”
    com.genuitec.jboss.ide.eclipse.apache.xalan (3.8.1) “Genuitec XDoclet Apache Xalan Plug-in”
    com.genuitec.jboss.ide.eclipse.core (3.7.1) “Genuitec XDoclet Support Core Plug-in”
    com.genuitec.jboss.ide.eclipse.core (3.7.101) “Genuitec XDoclet Support Core Plug-in”
    com.genuitec.jboss.ide.eclipse.core (3.7.200) “Genuitec XDoclet Support Core Plug-in”
    com.genuitec.jboss.ide.eclipse.core (3.8.1) “Genuitec XDoclet Support Core Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.7.1) “Genuitec XDoclet Assist Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.7.101) “Genuitec XDoclet Assist Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.7.200) “Genuitec XDoclet Assist Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.8.1) “Genuitec XDoclet Assist Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.core (3.7.1) “Genuitec XDoclet Core Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.core (3.7.101) “Genuitec XDoclet Core Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.core (3.7.200) “Genuitec XDoclet Core Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.core (3.8.1) “Genuitec XDoclet Core Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.run (3.7.1) “Genuitec XDoclet Runner Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.run (3.7.101) “Genuitec XDoclet Runner Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.run (3.7.200) “Genuitec XDoclet Runner Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.run (3.8.1) “Genuitec XDoclet Runner Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.7.1) “Genuitec XDoclet UI Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.7.101) “Genuitec XDoclet UI Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.7.200) “Genuitec XDoclet UI Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.8.1) “Genuitec XDoclet UI Plug-in”
    com.genuitec.myeclipse.ast (3.7.1) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.ast (3.7.101) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.ast (3.7.200) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.ast (3.8.2) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.core (3.7.1) “MyEclipse Core Tooling”
    com.genuitec.myeclipse.core (3.7.101) “MyEclipse Core Tooling”
    com.genuitec.myeclipse.core (3.7.200) “MyEclipse Core Tooling”
    com.genuitec.myeclipse.core (3.8.2) “MyEclipse Core Tooling”
    com.genuitec.myeclipse.doc (3.7.1) “MyEclipse Documentation Plug-in”
    com.genuitec.myeclipse.doc (3.7.101) “MyEclipse Documentation Plug-in”
    com.genuitec.myeclipse.doc (3.7.200) “MyEclipse Documentation Plug-in”
    com.genuitec.myeclipse.doc (3.8.2) “MyEclipse Documentation Plug-in”
    com.genuitec.myeclipse.enterprise (3.7.1) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.enterprise (3.7.101) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.enterprise (3.7.200) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.enterprise (3.8.2) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.help (3.7.1) “MyEclipse Help Documentation”
    com.genuitec.myeclipse.help (3.7.101) “MyEclipse Help Documentation”
    com.genuitec.myeclipse.help (3.7.200) “MyEclipse Help Documentation”
    com.genuitec.myeclipse.help (3.8.2) “MyEclipse Help Documentation”
    com.genuitec.myeclipse.perspective (3.7.1) “MyEclipse Perspective Plug-in”
    com.genuitec.myeclipse.perspective (3.7.101) “MyEclipse Perspective Plug-in”
    com.genuitec.myeclipse.perspective (3.7.200) “MyEclipse Perspective Plug-in”
    com.genuitec.myeclipse.perspective (3.8.1) “MyEclipse Perspective Plug-in”
    com.genuitec.myeclipse.wdt (3.7.1) “MyEclipse Web Development Tooling”
    com.genuitec.myeclipse.wdt (3.7.101) “MyEclipse Web Development Tooling”
    com.genuitec.myeclipse.wdt (3.7.200) “MyEclipse Web Development Tooling”
    com.genuitec.myeclipse.wdt (3.8.2) “MyEclipse Web Development Tooling”
    com.genuitec.sourceforge.csseditor (3.7.101) “CSS Editor”
    com.genuitec.sourceforge.csseditor (3.7.200) “CSS Editor”
    com.ibm.base.extensions (13.8.1) “Eclipse base extensions”
    com.ibm.base.extensions.ui (13.8.2) “Eclipse Base UI extensions”
    com.ibm.encoding.resource (13.8.2) “Coded Resource”
    com.ibm.etools.contentmodel (13.8.1) “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.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.html (13.8.2) “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.xml (13.8.1) “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.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.2) “MyEclipse Structured Source Editor”
    com.ibm.sse.editor.css (13.8.1) “SSE CSS Source Editor”
    com.ibm.sse.editor.dtd (13.8.1) “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.javascript (13.8.2) “SSE JavaScript Source Editor”
    com.ibm.sse.editor.jsp (13.8.2) “SSE JSP Source Editor”
    com.ibm.sse.editor.xml (13.8.2) “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.css (13.8.2) “Structured Source CSS Model”
    com.ibm.sse.model.dtd (13.8.1) “Structured Source DTD Model”
    com.ibm.sse.model.html (13.8.1) “Structured Source HTML Model”
    com.ibm.sse.model.javascript (13.8.1) “Structured Source JavaScript Model”
    com.ibm.sse.model.jsp (13.8.2) “Structured Source JSP Model”
    com.ibm.sse.model.xml (13.8.1) “Structured Source XML Model”
    com.ibm.sse.snippets (13.8.1) “SSE Snippets View”
    com.ibm.webtooling.system.dtds (13.8.1) “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.xmlwizard (13.8.1) “XML Wizards”
    com.ibm.xsdeditor (13.8.2) “MyEclipse Schema Editor”
    com.ibm.xtools.common.ui.properties (13.8.1) “IBM Rational Common UI Properties”
    de.bb.bje.eclipse (3.7.1) “BJE Plug-in”
    de.bb.bje.eclipse (3.7.101) “BJE Plug-in”
    de.bb.bje.eclipse (3.7.200) “BJE Plug-in”
    de.bb.bje.eclipse (3.8.1) “BJE Plug-in”
    net.sf.solareclipse.ui (3.7.1) “SolarEclipse UI”
    net.sf.solareclipse.xml.core (3.7.1) “XML Core Plug-in”
    net.sf.solareclipse.xml.ui (3.7.1) “XML Development Tools UI”
    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.debug.ui (3.7.1) “Debug UI”
    org.eclipse.debug.ui (3.7.101) “Debug UI”
    org.eclipse.debug.ui (3.7.200) “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 (3.7.1) “JDI Debug Model”
    org.eclipse.jdt.debug (3.7.101) “JDI Debug Model”
    org.eclipse.jdt.debug (3.7.200) “JDI Debug Model”
    org.eclipse.jdt.debug.ui (3.0.1) “JDI Debug UI”
    org.eclipse.jdt.doc.isv (3.0.1) “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.1) “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.1) “Eclipse Plug-in Development Environment”
    org.eclipse.pde.build (3.0.1) “Plug-in Development Environment Build Support”
    org.eclipse.pde.core (3.0.1) “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.1) “Plug-in Development Environment Runtime”
    org.eclipse.pde.source (3.0.1) “Eclipse Plug-in Development Environment Developer Resources”
    org.eclipse.pde.ui (3.0.1) “Plug-in Development UI”
    org.eclipse.platform (3.0.1) “Eclipse Platform”
    org.eclipse.platform.doc.isv (3.0.1) “Eclipse Platform Plug-in Developer Guide”
    org.eclipse.platform.doc.user (3.0.1) “Eclipse Workbench User Guide”
    org.eclipse.platform.source (3.0.1) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.platform.source.win32.win32.x86 (3.0.1) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.sdk (3.0.1) “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.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”

    *** User Preferences:
    #Wed Dec 15 15:51:52 PST 2004
    /instance/org.eclipse.ant.core/ant_home_entries=c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-antlr.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-apache-bsf.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-apache-resolver.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-commons-logging.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-commons-net.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-icontract.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-jai.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-jakarta-bcel.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-jakarta-log4j.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-jakarta-oro.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-jakarta-regexp.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-javamail.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-jdepend.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-jmf.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-jsch.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-junit.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-launcher.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-netrexx.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-nodeps.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-starteam.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-stylebook.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-swing.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-trax.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-vaj.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-weblogic.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-xalan1.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-xalan2.jar,c\:\\eclipse\\plugins\\org.apache.ant_1.6.1\\lib\\ant-xslp.jar,C\:/Andrew/J2EE/Hibernate/struts-resume/struts-resume/lib/junit3.8.1/junit.jar,
    /instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=j2re1.4.2_02
    @org.eclipse.debug.ui=3.7.200
    /instance/org.eclipse.webbrowser/browsers=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<web-browsers current\=”0″>\r\n<internal new_page\=”false” clear_history\=”false”/>\r\n<external name\=”Internet Explorer” location\=”C\:\\Program Files\\Internet Explorer\\IEXPLORE.EXE” parameters\=””/>\r\n<external name\=”Netscape v7.x” location\=”C\:\\Program Files\\Netscape\\Netscape\\netscp.exe” parameters\=””/>\r\n</web-browsers>\r\n
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JUNIT_HOME=c\:/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.jdt.debug.ui/org.eclipse.debug.ui.VariableView.org.eclipse.jdt.debug.ui.show_null_entries=true

    @com
    .ibm.sse.editor=13.8.2
    /instance/com.ibm.sse.editor.html/com.ibm.sse.editor.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_HIBERNATE_HOME=C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.hibernate_3.8.2/data
    /instance/com.genuitec.eclipse.easie.tomcat5/LIBRARY_PATH=”C\:\\j2sdk1.4.2_02\\bin;C\:\\Program Files\\Apache Software Foundation\\Tomcat 5.0\\bin”
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.wsdlWeb|com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jboss-jaas.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jts.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/mail.jar”/>\r\n</classpath>\r\n
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
    /instance/com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=j2re1.4.2_02
    /instance/com.genuitec.eclipse.j2eedt.core/j2ee.enable.xml.validation=false
    /instance/com.genuitec.eclipse.wizards/jsp.template.4.label=Default JSF template
    /instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=j2re1.4.2_02
    /instance/com.genuitec.eclipse.wizards/list.template.3.label=Default template for List with basic types WRAPPED
    /instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_TEMP=C\:\\Program Files\\Apache Software Foundation\\Tomcat 5.0\\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.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/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.test|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/dom.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/sax.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/xalan.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/xercesImpl.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/xsltc.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/sunrsasign.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/mysql-connector-java-3.0.11-stable-bin.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.min_mgt.isUptoDate=true
    /instance/com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=j2re1.4.2_02
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.min_mgt.contextRoot=/min_mgt
    /instance/com.genuitec.eclipse.wizards/object.template.7.label=Default template for a Struts DispatchAction class
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.min_mgt2.isDeployed=true
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.Struts-Resume.shouldBackup=true

    @com
    .genuitec.eclipse.easie.oracle9=3.8.1
    @org.eclipse.ui=3.0.1
    /instance/com.genuitec.eclipse.wizards/object.template.3.label=Default template for Applet
    /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/org.eclipse.team.cvs.core/repositories/%pserver%cheng@10.0.2.192%c%%cvsrepo%aeris/location=\:pserver\:cheng@10.0.2.192\:c\:/cvsrepo/aeris

    @com
    .genuitec.eclipse.xmen=3.8.1
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.acct_mgt|com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jboss-jaas.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jts.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/mail.jar”/>\r\n</classpath>\r\n
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.acct_mgt6.shouldBackup=true

    @com
    .genuitec.eclipse.wizards=3.8.2

    @com
    .genuitec.eclipse.easie.bejy=3.8.1

    @com
    .genuitec.eclipse.webdesigner=3.8.2
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.acct_mgt4|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/dom.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/sax.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/xalan.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/xercesImpl.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/xsltc.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/sunrsasign.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/mysql-connector-java-3.0.11-stable-bin.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
    /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.classpathContainer.min_mgt|com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jboss-jaas.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/jts.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.3/mail.jar”/>\r\n</classpath>\r\n
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.Struts-Resume.contextRoot=/Struts-Resume
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Struts-Resume2|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jsp.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jaxrpc.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jsr77.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-saaj.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/mail.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/namespace.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/xml-apis.jar”/>\r\n</classpath>\r\n
    /instance/org.eclipse.help.ui/browser.maximized=false
    /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=j2re1.4.2_02
    /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
    @org.eclipse.jdt.debug.ui=3.0.1
    /instance/com.genuitec.eclipse.wizards/applet.template.2=Templates/Applet14.java

    @com
    .ibm.sse.model.jsp=13.8.2
    /instance/com.ibm.sse.editor/useQuickDiffPrefPage=true
    /instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=j2re1.4.2_02
    /instance/com.genuitec.eclipse.wizards/applet.template.1=Templates/Applet.java
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.acct_mgt6.type=WebDeployment
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.acct_mgt6.deploymentPath=C\:\\Program Files\\Apache Software Foundation\\Tomcat 5.0\\webapps\\acct_mgt6

    @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/com.genuitec.eclipse.wizards/set.template.2.label=Default template for Set with object types
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.min_mgt2.isUptoDate=true
    /instance/com.ibm.sse.editor.jsp/com.ibm.sse.editor.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<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.1
    /instance/com.genuitec.eclipse.wizards/list.template.2=Templates/ListObjectType.java
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.J2EE_HOME=c\:/sun/appserver
    /instance/com.genuitec.eclipse.wizards/list.template.1=Templates/ListBasicType.java
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.min_mgt.deploymentPath=C\:\\Program Files\\Apache Software Foundation\\Tomcat 5.0\\webapps\\min_mgt
    /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=C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_3.8.2/data
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.BasicDB.deployIsOverProject=false
    @com.genuitec.eclipse.easie.jonas=3.8.1
    /instance/com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=j2re1.4.2_02
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.BasicDB.shouldBackup=false
    /instance/org.eclipse.compare/org.eclipse.compare.IgnoreWhitespace=true
    @org.eclipse.team.cvs.ui=3.0.1
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.acct_mgt5|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jsp.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jaxrpc.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jsr77.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-saaj.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/mail.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/namespace.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/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.j2eedt.core/j2ee.deployment.web.archive_dependent_projects=hybrid

    @com
    .genuitec.eclipse.easie.weblogic=3.8.2
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.ECLIPSE_HOME=c\:/eclipse
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.acct_mgt4|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jsp.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jaxrpc.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jsr77.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-saaj.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/mail.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/namespace.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/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.resin/JDK_INSTALLATION_NAME=j2re1.4.2_02
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.min_mgt.isExploded=true
    /instance/org.eclipse.ui.workbench/resourcetypes=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<editors>\r\n<info name\=”*” extension\=”jpage”>\r\n<editor id\=”org.eclipse.jdt.debug.ui.SnippetEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”tld”>\r\n<editor id\=”org.xmen.ui.text.TLDTextEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”shtm”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n</info>\r\n<info name\=”*” extension\=”fo”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”ent”>\r\n<editor id\=”org.eclipse.ant.ui.internal.editor.AntEditor”/>\r\n<editor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”xmi”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”jardesc”>\r\n<editor id\=”org.eclipse.jdt.ui.JARDescEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”jsf”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n</info>\r\n<info name\=”*” extension\=”java”>\r\n<editor id\=”org.eclipse.jdt.ui.CompilationUnitEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”jspx”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n</info>\r\n<info name\=”*” extension\=”jhtml”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n</info>\r\n<info name\=”*” extension\=”class”>\r\n<editor id\=”org.eclipse.jdt.ui.ClassFileEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”js”>\r\n<editor id\=”com.genuitec.eclipse.cbg.editor.ColoringEditor”/>\r\n<editor id\=”com.ibm.sse.editor.javascript.JSMultiPageEditorPart”/>\r\n</info>\r\n<info name\=”*” extension\=”mxsd”>\r\n<editor id\=”org.eclipse.pde.ui.schemaEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”html”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info name\=”*” extension\=”macrodef”>\r\n<editor id\=”org.eclipse.ant.ui.internal.editor.AntEditor”/>\r\n</info>\r\n<info name\=”plugin” extension\=”xml”>\r\n<editor id\=”org.eclipse.pde.ui.manifestEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”htm”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info name\=”*” extension\=”sqls”>\r\n<editor id\=”com.genuitec.eclipse.sqlexplorer.gef.editors.SchemaEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”gif”>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info name\=”build” extension\=”xml”>\r\n<editor id\=”org.eclipse.ant.ui.internal.editor.AntEditor”/>\r\n</info>\r\n<info name\=”site” extension\=”xml”>\r\n<editor id\=”org.eclipse.pde.ui.siteEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”txt”>\r\n<editor id\=”org.eclipse.ui.DefaultTextEditor”/>\r\n</info>\r\n<info name\=”fragment” extension\=”xml”>\r\n<editor id\=”org.eclipse.pde.ui.manifestEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”xml”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n<editor id\=”com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor”/>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info name\=”*” extension\=”mex”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”jws”>\r\n<editor id\=”org.eclipse.jdt.ui.CompilationUnitEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”xsd”>\r\n<editor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n<editor id\=”com.ibm.xsdeditor.XSDEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”jpeg”>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info name\=”MANIFEST” extension\=”MF”>\r\n<editor id\=”org.eclipse.pde.ui.manifestEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”jpg”>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info name\=”*” extension\=”jspf”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n</info>\r\n<info name\=”*” extension\=”xslt”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n</info>\r\n<info name\=”build” extension\=”properties”>\r\n<editor id\=”org.eclipse.pde.ui.buildEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”jspv”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n</info>\r\n<info name\=”*” extension\=”css”>\r\n<editor id\=”com.genuitec.sourceforge.csseditor.editor”/>\r\n<editor id\=”net.sf.solareclipse.xml.internal.ui.text.CSSEditor”/>\r\n<editor id\=”com.ibm.sse.editor.css.StructuredTextEditorCSS”/>\r\n</info>\r\n<info name\=”feature” extension\=”xml”>\r\n<editor id\=”org.eclipse.pde.ui.featureEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”wsdl”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n</info>\r\n<info name\=”*” extension\=”xsl”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”nst”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”exsd”>\r\n<editor id\=”org.eclipse.pde.ui.schemaEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”hbm”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”sql”>\r\n<editor id\=”com.genuitec.eclipse.sqlexplorer.plugin.editors.SQLEditor”/>\r\n</info>\r\n<info name\=”sample” extension\=”properties”>\r\n<editor id\=”org.eclipse.pde.ui.sampleEditor”/>\r\n</info>\r\n<info name\=”struts-config” extension\=”xml”>\r\n<editor id\=”com.genuitec.eclipse.struts.editor.multipage.StrutsConfigEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”jsp”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n</info>\r\n<info name\=”*” extension\=”properties”>\r\n<editor id\=”org.eclipse.jdt.ui.DefaultTextEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”mod”>\r\n<editor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”wml”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n</info>\r\n<info name\=”*” extension\=”xhtml”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info name\=”*” extension\=”shtml”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n</info>\r\n<info name\=”*” extension\=”dadx”>\r\n<editor id\=”org.xmen.ui.text.XMLTextEditor”/>\r\n</info>\r\n<info name\=”*” extension\=”html-ss”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n</info>\r\n<info name\=”*” extension\=”dtd”>\r\n<editor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n</info>\r\n</editors>\r\n
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classFormatVersion=TN|6533664378528|6545266378528|snyfr|8|2|656
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.BasicDB.type=WebDeployment
    /instance/com.genuitec.eclipse.wizards/servlet.template.1=Templates/Servlet.java
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.wsdlWeb3|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/dom.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/sax.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/xalan.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/xercesImpl.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/endorsed/xsltc.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/sunrsasign.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”C\:/j2sdk1.4.2_02/src.zip” kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/mysql-connector-java-3.0.11-stable-bin.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/j2sdk1.4.2_02/jre/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n

    @com
    .ibm.sse.editor.html=13.8.1
    /instance/org.eclipse.team.core/ignore_files=*.class\ntrue\n*.jar\ntrue\n
    /instance/com.genuitec.eclipse.wizards/xml.template.2.label=XML template for a web.xml file
    /instance/com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=Java

    #221265 Reply

    Riyad Kalla
    Member

    ayc, I noticed you have quite a few older versions of MyEclipse installed… I wonder if cleaning out your install of Eclipse/MyEclipse and doing a fresh install would magically clear up your problem… would you mind doing a parallel fresh install of Eclipse 3.0.1 and MyEclipse 3.8.3 (redownload, reunzip both) and pointing to your existing workspace?

    #221370 Reply

    Andrew Cheng
    Participant

    it will stop on the page, but not on the break point which is java code
    that i intend to stop.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: JSP debug

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