facebook

Wrapper cannot find servlet class HelloWorldServlet or a cla

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #226891 Reply

    alashoofi
    Member

    I am running the HelloWorldServlet example and coming up with the below errors. The jsp file ran fine but the servlet failed. Thanks
    Any and all help will be appreciated.

    I am using JBoss-3.2.3
    Windows XP
    Eclipse
    Version: 3.0.0
    Build id: 200406251208

    HTTP Status 500 –

    ——————————————————————————–

    type Exception report

    message

    description The server encountered an internal error () that prevented it from fulfilling this request.

    exception

    javax.servlet.ServletException: Wrapper cannot find servlet class HelloWorldServlet or a class it depends on
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:891)
    at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:668)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
    at java.lang.Thread.run(Thread.java:534)

    root cause

    java.lang.ClassNotFoundException: HelloWorldServlet
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:885)
    at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:668)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
    at java.lang.Thread.run(Thread.java:534)

    ——————————————————————————–

    Apache Tomcat/4.1.29- System Setup ——————————-
    Operating System and version:
    Eclipse version:
    Eclipse build id:
    Fresh Eclipse install (y/n):
    If not, was it upgraded to its current version using the update manager?
    Other installed external plugins:
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
    MyEclipse version:
    Eclipse JDK version:
    Application Server JDK version:
    Are there any exceptions in the Eclipse log file?

    If this is a DB related question please answer the following:

    RDBMS vendor and version:
    JDBC driver vendor and version, and access type (thin, type-2, etc):
    Connection URL:
    Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:

    – Message Body ——————————-
    *** Date: 3/18/05 3:08 PM

    *** Platform Details:

    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    catalina.base=/c:/eclipse/plugins/org.eclipse.tomcat_4.1.30/
    catalina.home=/c:/eclipse/plugins/org.eclipse.tomcat_4.1.30/
    catalina.useNaming=true
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=I200406251208
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    C:\eclipse\eclipse.exe -showsplash 600
    -exitdata
    C:\eclipse\eclipse.exe -exitdata d40_60
    -vm
    C:\WINDOWS\system32\javaw.exe

    eclipse.product=org.eclipse.platform.ide
    eclipse.startTime=1111162685265
    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_05\lib\endorsed
    java.ext.dirs=C:\Program Files\Java\j2re1.4.2_05\lib\ext
    java.home=C:\Program Files\Java\j2re1.4.2_05
    java.io.tmpdir=C:\DOCUME~1\MATILD~1\LOCALS~1\Temp\
    java.library.path=C:\WINDOWS\system32;.;C:\WINDOWS\System32;C:\WINDOWS;G:\oracle\ora92\bin;D:\oracle\ora92\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\GTK\2.0\bin;C:\Sun\AppServer\bin;C:\jboss-3.2.3\server\default\deploy\jbossweb-tomcat41.sar;C:\J2SDK1.4.2_05\BIN;C:\apache-ant-1.6.2\BIN
    java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory
    java.naming.factory.url.pkgs=org.apache.naming
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.4.2_05-b04
    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_05
    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_05-b04
    line.separator=

    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.0/
    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:/workspace/
    osgi.logfile=C:\workspace\.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.0\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_05\lib\rt.jar;C:\Program Files\Java\j2re1.4.2_05\lib\i18n.jar;C:\Program Files\Java\j2re1.4.2_05\lib\sunrsasign.jar;C:\Program Files\Java\j2re1.4.2_05\lib\jsse.jar;C:\Program Files\Java\j2re1.4.2_05\lib\jce.jar;C:\Program Files\Java\j2re1.4.2_05\lib\charsets.jar;C:\Program Files\Java\j2re1.4.2_05\classes
    sun.boot.library.path=C:\Program Files\Java\j2re1.4.2_05\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\Matilda Fabunmi
    user.language=en
    user.name=Matilda Fabunmi
    user.timezone=GMT-05:00
    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.0) “Eclipse Java Development Tools”
    org.eclipse.jdt.source (3.0.0) “Eclipse Java Development Tools SDK”
    org.eclipse.pde (3.0.0) “Eclipse Plug-in Development Environment”
    org.eclipse.pde.source (3.0.0) “Eclipse Plug-in Development Environment Developer Resources”
    org.eclipse.platform (3.0.0) “Eclipse Platform”
    org.eclipse.platform.source (3.0.0) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.sdk (3.0.0) “Eclipse Project SDK”

    *** Plug-in Registry:
    com.genuitec.eclipse.ast.deploy.core (3.8.1) “Deployment Core Plug-in”
    com.genuitec.eclipse.ast.deploy.core (3.8.2) “Deployment Core Plug-in”
    com.genuitec.eclipse.browser (3.8.1) “Web Browser Plug-in”
    com.genuitec.eclipse.core (3.8.1) “Genuitec Core”
    com.genuitec.eclipse.core (3.8.2) “Genuitec Core”
    com.genuitec.eclipse.cross.easystruts.eclipse (3.8.1) “Stuts Support”
    com.genuitec.eclipse.cross.easystruts.eclipse (3.8.2) “Stuts Support”
    com.genuitec.eclipse.easie.bejy (3.8.1) “Genuitec EASIE Bejy Tiger”
    com.genuitec.eclipse.easie.core (3.8.1) “Genuitec EASIE Core”
    com.genuitec.eclipse.easie.core (3.8.2) “Genuitec EASIE Core”
    com.genuitec.eclipse.easie.jboss (3.8.1) “Genuitec EASIE JBoss”
    com.genuitec.eclipse.easie.jboss (3.8.2) “Genuitec EASIE JBoss”
    com.genuitec.eclipse.easie.jboss2 (3.8.1) “Genuitec EASIE JBoss 2”
    com.genuitec.eclipse.easie.jboss3 (3.8.1) “Genuitec EASIE JBoss 3”
    com.genuitec.eclipse.easie.jboss3 (3.8.2) “Genuitec EASIE JBoss 3”
    com.genuitec.eclipse.easie.jboss4 (3.8.1) “Genuitec EASIE JBoss 4”
    com.genuitec.eclipse.easie.jboss4 (3.8.2) “Genuitec EASIE JBoss 4”
    com.genuitec.eclipse.easie.jetty (3.8.1) “Genuitec EASIE Jetty”
    com.genuitec.eclipse.easie.jetty4 (3.8.1) “Genuitec EASIE Jetty 4”
    com.genuitec.eclipse.easie.jetty5 (3.8.1) “Genuitec EASIE Jetty 5”
    com.genuitec.eclipse.easie.jonas (3.8.1) “Genuitec EASIE Jonas”
    com.genuitec.eclipse.easie.jonas3 (3.8.1) “Genuitec EASIE Jonas 3”
    com.genuitec.eclipse.easie.jrun (3.8.1) “Genuitec EASIE JRun”
    com.genuitec.eclipse.easie.jrun4 (3.8.1) “Genuitec EASIE JRun 4”
    com.genuitec.eclipse.easie.oracle (3.8.1) “Genuitec EASIE Oracle AS”
    com.genuitec.eclipse.easie.oracle9 (3.8.1) “Genuitec EASIE Oracle 9i/AS”
    com.genuitec.eclipse.easie.orion1 (3.8.1) “Genuitec EASIE Orion 1”
    com.genuitec.eclipse.easie.orion2 (3.8.1) “Genuitec EASIE Orion 2”
    com.genuitec.eclipse.easie.resin (3.8.1) “Genuitec EASIE Resin”
    com.genuitec.eclipse.easie.resin2 (3.8.1) “Genuitec EASIE Resin 2”
    com.genuitec.eclipse.easie.resin3 (3.8.1) “Genuitec EASIE Resin 3”
    com.genuitec.eclipse.easie.sun (3.8.1) “Genuitec EASIE Sun One”
    com.genuitec.eclipse.easie.sun8 (3.8.1) “Genuitec EASIE Sun 8”
    com.genuitec.eclipse.easie.tomcat (3.8.1) “Genuitec EASIE Tomcat”
    com.genuitec.eclipse.easie.tomcat4 (3.8.1) “Genuitec EASIE Tomcat 4”
    com.genuitec.eclipse.easie.tomcat5 (3.8.1) “Genuitec EASIE Tomcat 5”
    com.genuitec.eclipse.easie.weblogic (3.8.1) “Genuitec EASIE WebLogic”
    com.genuitec.eclipse.easie.weblogic (3.8.2) “Genuitec EASIE WebLogic”
    com.genuitec.eclipse.easie.weblogic6 (3.8.1) “Genuitec EASIE WebLogic 6”
    com.genuitec.eclipse.easie.weblogic7 (3.8.1) “Genuitec EASIE WebLogic 7”
    com.genuitec.eclipse.easie.weblogic8 (3.8.1) “Genuitec EASIE WebLogic 8”
    com.genuitec.eclipse.easie.websphere (3.8.1) “Genuitec EASIE WebSphere 4”
    com.genuitec.eclipse.easie.websphere5 (3.8.1) “Genuitec EASIE WebSphere 5”
    com.genuitec.eclipse.hibernate (3.8.1) “Hibernate Plug-in”
    com.genuitec.eclipse.hibernate (3.8.2) “Hibernate Plug-in”
    com.genuitec.eclipse.j2eedt.core (3.8.1) “Genuitec J2EE Development Tooling”
    com.genuitec.eclipse.j2eedt.core (3.8.2) “Genuitec J2EE Development Tooling”
    com.genuitec.eclipse.jface.text.wtpfragment (3.8.1) “Wtpextendfragment Fragment”
    com.genuitec.eclipse.jsf (3.8.1) “JSF Plug-in”
    com.genuitec.eclipse.sqlexplorer (3.8.1) “MyEclipse Database Explorer Plugin”
    com.genuitec.eclipse.sqlexplorer (3.8.2) “MyEclipse Database Explorer Plugin”
    com.genuitec.eclipse.sqlexplorer.doc (3.8.1) “MyEclipse Database Explorer Help Plug-in”
    com.genuitec.eclipse.struts (3.8.1) “com.genuitec.eclipse.struts”
    com.genuitec.eclipse.struts (3.8.2) “com.genuitec.eclipse.struts”
    com.genuitec.eclipse.wdt.jsp.debug (3.8.1) “MyEclipse JSP Debug Tooling”
    com.genuitec.eclipse.wdt.jsp.debug (3.8.2) “MyEclipse JSP Debug Tooling”
    com.genuitec.eclipse.web.imagepreviewer (3.8.1) “MyEclipse Image Previewer Plug-in”
    com.genuitec.eclipse.webdesigner (3.8.1) “Web Designer Plug-in”
    com.genuitec.eclipse.webdesigner (3.8.2) “Web Designer Plug-in”
    com.genuitec.eclipse.webdesigner.support (3.8.1) “WebDesigner Support”
    com.genuitec.eclipse.wizards (3.8.1) “Aston Wizards for MyEclipse”
    com.genuitec.eclipse.wizards (3.8.2) “Aston Wizards for MyEclipse”
    com.genuitec.eclipse.xmen (3.8.1) “MyEclipse XML Editor”
    com.genuitec.eclipsetidy (3.8.1) “MyEclipse HTML Formatting”
    com.genuitec.jboss.ide.eclipse.apache.xalan (3.8.1) “Genuitec XDoclet Apache Xalan Plug-in”
    com.genuitec.jboss.ide.eclipse.core (3.8.1) “Genuitec XDoclet Support Core Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.8.1) “Genuitec XDoclet Assist Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.core (3.8.1) “Genuitec XDoclet Core Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.run (3.8.1) “Genuitec XDoclet Runner Plug-in”
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.8.1) “Genuitec XDoclet UI Plug-in”
    com.genuitec.myeclipse.ast (3.8.1) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.ast (3.8.2) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.core (3.8.1) “MyEclipse Core Tooling”
    com.genuitec.myeclipse.core (3.8.2) “MyEclipse Core Tooling”
    com.genuitec.myeclipse.doc (3.8.1) “MyEclipse Documentation Plug-in”
    com.genuitec.myeclipse.doc (3.8.2) “MyEclipse Documentation Plug-in”
    com.genuitec.myeclipse.enterprise (3.8.1) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.enterprise (3.8.2) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.help (3.8.1) “MyEclipse Help Documentation”
    com.genuitec.myeclipse.help (3.8.2) “MyEclipse Help Documentation”
    com.genuitec.myeclipse.perspective (3.8.1) “MyEclipse Perspective Plug-in”
    com.genuitec.myeclipse.wdt (3.8.1) “MyEclipse Web Development Tooling”
    com.genuitec.myeclipse.wdt (3.8.2) “MyEclipse Web Development Tooling”
    com.ibm.base.extensions (13.8.1) “Eclipse base extensions”
    com.ibm.base.extensions.ui (13.8.1) “Eclipse Base UI extensions”
    com.ibm.base.extensions.ui (13.8.2) “Eclipse Base UI extensions”
    com.ibm.encoding.resource (13.8.1) “Coded Resource”
    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.1) “Content Model for DTD”
    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.1) “DTD Model”
    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.1) “Validation Framework”
    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.1) “HTML Validation”
    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.1) “Validation Framework UI”
    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.1) “XML Catalog UI”
    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.1) “MyEclipse Structured Source Editor”
    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.1) “SSE JavaScript Source Editor”
    com.ibm.sse.editor.javascript (13.8.2) “SSE JavaScript Source Editor”
    com.ibm.sse.editor.jsp (13.8.1) “SSE JSP Source Editor”
    com.ibm.sse.editor.jsp (13.8.2) “SSE JSP Source Editor”
    com.ibm.sse.editor.xml (13.8.1) “SSE XML 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.1) “Structured Text Model”
    com.ibm.sse.model (13.8.2) “Structured Text Model”
    com.ibm.sse.model.css (13.8.1) “Structured Source CSS 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.1) “Structured Source JSP 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 (13.8.1) “Logging 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 (13.8.1) “EMF Workbench”
    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.1) “SSE XML Editor”
    com.ibm.xmleditor (13.8.2) “SSE XML Editor”
    com.ibm.xmlwizard (13.8.1) “XML Wizards”
    com.ibm.xsdeditor (13.8.1) “MyEclipse Schema Editor”
    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.8.1) “BJE Plug-in”
    org.apache.ant (1.6.1) “Apache Ant”
    org.apache.lucene (1.3.0) “Apache Lucene”
    org.apache.xalan (2.6.0) “Apache Xalan Plug-in”
    org.eclipse.ant.core (3.0.0) “Ant Build Tool Core”
    org.eclipse.ant.ui (3.0.0) “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.0) “File Buffers”
    org.eclipse.core.resources (3.0.0) “Core Resource Management”
    org.eclipse.core.resources.win32 (3.0.0) “Core Resource Management Win32 Fragment”
    org.eclipse.core.runtime (3.0.0) “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.0) “Debug Core”
    org.eclipse.debug.ui (3.0.0) “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.1) “”
    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.1) “”
    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.0) “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.0) “Help System Webapp”
    org.eclipse.jdt (3.0.0) “Eclipse Java Development Tools”
    org.eclipse.jdt.core (3.0.0) “Java Development Tools Core”
    org.eclipse.jdt.debug (3.0.0) “JDI Debug Model”
    org.eclipse.jdt.debug.ui (3.0.0) “JDI Debug UI”
    org.eclipse.jdt.doc.isv (3.0.0) “Eclipse JDT Plug-in Developer Guide”
    org.eclipse.jdt.doc.user (3.0.0) “Eclipse Java Development User Guide”
    org.eclipse.jdt.junit (3.0.0) “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.0) “Java Development Tools Launching Support”
    org.eclipse.jdt.source (3.0.0) “Eclipse Java Development Tools SDK”
    org.eclipse.jdt.ui (3.0.0) “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.0) “JFace Text”
    org.eclipse.ltk.core.refactoring (3.0.0) “Refactoring Core”
    org.eclipse.ltk.ui.refactoring (3.0.0) “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.0) “OSGi System Bundle”
    org.eclipse.osgi.services (3.0.0) “OSGi Release 3 Services”
    org.eclipse.osgi.util (3.0.0) “OSGi R3 Utility Classes”
    org.eclipse.pde (3.0.0) “Eclipse Plug-in Development Environment”
    org.eclipse.pde.build (3.0.0) “Plug-in Development Environment Build Support”
    org.eclipse.pde.core (3.0.0) “Plug-in Development Core”
    org.eclipse.pde.doc.user (3.0.0) “Eclipse Plug-in Development User Guide”
    org.eclipse.pde.junit.runtime (3.0.0) “PDE JUnit Plug-in Test”
    org.eclipse.pde.runtime (3.0.0) “Plug-in Development Environment Runtime”
    org.eclipse.pde.source (3.0.0) “Eclipse Plug-in Development Environment Developer Resources”
    org.eclipse.pde.ui (3.0.0) “Plug-in Development UI”
    org.eclipse.platform (3.0.0) “Eclipse Platform”
    org.eclipse.platform.doc.isv (3.0.0) “Eclipse Platform Plug-in Developer Guide”
    org.eclipse.platform.doc.user (3.0.0) “Eclipse Workbench User Guide”
    org.eclipse.platform.source (3.0.0) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.platform.source.win32.win32.x86 (3.0.0) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.sdk (3.0.0) “Eclipse Project SDK”
    org.eclipse.search (3.0.0) “Search Support”
    org.eclipse.swt (3.0.0) “Standard Widget Toolkit”
    org.eclipse.swt.win32 (3.0.0) “Standard Widget Toolkit for Windows”
    org.eclipse.team.core (3.0.0) “Team Support Core”
    org.eclipse.team.cvs.core (3.0.0) “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.0) “CVS Team Provider UI”
    org.eclipse.team.ui (3.0.0) “Team Support UI”
    org.eclipse.text (3.0.0) “Text”
    org.eclipse.tomcat (4.1.30) “Tomcat Wrapper”
    org.eclipse.ui (3.0.0) “Eclipse UI”
    org.eclipse.ui.cheatsheets (3.0.0) “Cheat Sheets”
    org.eclipse.ui.console (3.0.0) “Console”
    org.eclipse.ui.editors (3.0.0) “Default Text Editor”
    org.eclipse.ui.externaltools (3.0.0) “External Tools”
    org.eclipse.ui.forms (3.0.0) “Eclipse Forms”
    org.eclipse.ui.ide (3.0.0) “Eclipse IDE UI”
    org.eclipse.ui.intro (3.0.0) “Intro Plugin”
    org.eclipse.ui.presentations.r21 (3.0.0) “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.0) “Win32 fragment”
    org.eclipse.ui.workbench (3.0.0) “Workbench”
    org.eclipse.ui.workbench.compatibility (3.0.0) “Workbench Compatibility”
    org.eclipse.ui.workbench.texteditor (3.0.0) “Text Editor Framework”
    org.eclipse.update.configurator (3.0.0) “Install/Update Configurator”
    org.eclipse.update.core (3.0.0) “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.0) “Install/Update UI”
    org.eclipse.webbrowser (13.8.1) “Web Browser”
    org.eclipse.xsd (2.0.1) “”
    org.eclipse.xsd (2.0.0) “XML Schema Infoset Model (XSD)”
    org.eclipse.xsd.edit (2.0.0) “XML Schema Edit Framework”
    org.jboss.ide.eclipse.core (1.4.1) “JBoss Core Plug-in”
    org.jboss.ide.eclipse.deployer.core (1.4.1) “JBoss Deployer Core Plug-in”
    org.jboss.ide.eclipse.deployer.ui (1.4.1) “JBoss Deployer UI Plug-in”
    org.jboss.ide.eclipse.jdt.core (1.4.1) “JBoss Development Core Plug-in”
    org.jboss.ide.eclipse.jdt.j2ee.core (1.4.1) “JBoss Development J2EE Core Plug-in”
    org.jboss.ide.eclipse.jdt.j2ee.jsp.core (1.4.1) “JBoss Development J2EE JSP Core Plug-in”
    org.jboss.ide.eclipse.jdt.j2ee.jsp.ui (1.4.1) “JBoss Development J2EE JSP UI Plug-in”
    org.jboss.ide.eclipse.jdt.j2ee.ui (1.4.1) “JBoss Development J2EE UI Plug-in”
    org.jboss.ide.eclipse.jdt.j2ee.xml.core (1.4.1) “JBoss Development J2EE XML Core Plug-in”
    org.jboss.ide.eclipse.jdt.j2ee.xml.ui (1.4.1) “JBoss Development J2EE XML UI Plug-in”
    org.jboss.ide.eclipse.jdt.test.core (1.4.1) “JBoss Development Test Core Plug-in”
    org.jboss.ide.eclipse.jdt.test.ui (1.4.1) “JBoss Development Test UI Plug-in”
    org.jboss.ide.eclipse.jdt.ui (1.4.1) “JBoss Development UI Plug-in”
    org.jboss.ide.eclipse.jdt.ws.core (1.4.1) “JBoss Development Web Services Core Plug-in”
    org.jboss.ide.eclipse.jdt.ws.ui (1.4.1) “JBoss Development Web Services UI Plug-in”
    org.jboss.ide.eclipse.jdt.xml.core (1.4.1) “JBoss Development XML Core Plug-in”
    org.jboss.ide.eclipse.jdt.xml.ui (1.4.1) “JBoss Development XML UI Plug-in”
    org.jboss.ide.eclipse.launcher.core (1.4.1) “JBoss Launcher Core Plug-in”
    org.jboss.ide.eclipse.launcher.ui (1.4.1) “JBoss Launcher UI Plug-in”
    org.jboss.ide.eclipse.packaging.core (1.4.1) “JBoss Packaging Core Plug-in”
    org.jboss.ide.eclipse.packaging.ui (1.4.1) “JBoss Packaging UI Plug-in”
    org.jboss.ide.eclipse.ui (1.4.1) “JBoss UI Plug-in”
    org.jboss.ide.eclipse.xdoclet.assist (1.4.1) “XDoclet Assist Plug-in”
    org.jboss.ide.eclipse.xdoclet.core (1.4.1) “XDoclet Core Plug-in”
    org.jboss.ide.eclipse.xdoclet.run (1.4.1) “XDoclet Runner Plug-in”
    org.jboss.ide.eclipse.xdoclet.ui (1.4.1) “XDoclet UI Plug-in”
    org.junit (3.8.1) “JUnit Testing Framework”

    *** User Preferences:
    #Fri Mar 18 15:08:41 GMT-05:00 2005
    /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.wizards/struct.set.2=java.util.HashSet
    /instance/com.genuitec.eclipse.ast.deploy.core/jbossServer.HelloWorld.isDeployed=true
    /instance/com.genuitec.eclipse.ast.deploy.core/jbossServer.HelloWorld.type=WebDeployment
    /instance/com.genuitec.eclipse.wizards/struct.set.1=java.util.TreeSet
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
    /instance/com.genuitec.eclipse.wizards/html.template.2.label=HTML template with a form
    /instance/com.genuitec.eclipse.wizards/jsp.template.1.label=Default JSP template
    /instance/com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/com.genuitec.eclipse.wizards/list.template.2.label=Default template for List with object types
    /instance/com.genuitec.eclipse.wizards/singleton.template.2=Templates/Singleton2.java
    /instance/com.genuitec.eclipse.wizards/singleton.template.1=Templates/Singleton.java
    /instance/com.genuitec.eclipse.wizards/list.template.3.label=Default template for List with basic types WRAPPED

    @com
    .genuitec.eclipse.core=3.8.2
    /instance/com.genuitec.eclipse.easie.jetty4/JDK_INSTALLATION_NAME=j2re1.4.2_05

    @com
    .genuitec.eclipse.easie.oracle=3.8.1
    /instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>

    @com
    .genuitec.eclipse.ast.deploy.core=3.8.2
    @org.eclipse.jdt.core=3.0.0
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.CustomSite|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.1/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.1/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.1/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.1/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.1/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.1/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.1/data/libraryset/1.3/mail.jar”/>\r\n</classpath>\r\n
    /instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=j2re1.4.2_05

    @com
    .genuitec.eclipse.easie.jrun=3.8.1
    /instance/com.genuitec.eclipse.wizards/list.template.1.label=Default template for List with basic types (no List used)
    /instance/com.genuitec.eclipse.wizards/doctype.html.8=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD LEVEL1//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.7=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML//EN”>
    /instance/com.ibm.sse.editor.html/com.ibm.sse.editor.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
    /instance/com.genuitec.eclipse.wizards/doctype.html.6=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 3.0//EN”>
    /instance/com.ibm.sse.editor/useQuickDiffPrefPage=true
    /instance/com.genuitec.eclipse.wizards/doctype.html.5=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 3.2 Final//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.4=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0//EN”>
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.WebTutorial|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.wizards/doctype.html.3=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.2=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.1=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
    /instance/com.genuitec.eclipse.easie.jboss/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.WebTutorial|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/sunrsasign.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
    /instance/org.eclipse.ant.ui/useQuickDiffPrefPage=true
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HelloWorld|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/sunrsasign.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
    /instance/com.genuitec.eclipse.wizards/enumeration.template.1.label=Default template for enumeration
    /instance/com.genuitec.eclipse.wizards/set.template.2.label=Default template for Set with object types
    /instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/com.genuitec.eclipse.xmen/problemIndication=true

    @com
    .genuitec.eclipse.easie.jonas=3.8.1
    /instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<vmSettings defaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″ defaultVMConnector\=””>\r\n<vmType id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\r\n<vm id\=”0″ name\=”j2re1.4.2_05″ path\=”C\:\\Program Files\\Java\\j2re1.4.2_05″ javadocURL\=”http\://java.sun.com/j2se/1.4.2/docs/api”/>\r\n<vm id\=”1096334450359″ name\=”j2sdk1.4.2_05″ path\=”C\:\\j2sdk1.4.2_05″ javadocURL\=”http\://java.sun.com/j2se/1.4.2/docs/api”/>\r\n</vmType>\r\n</vmSettings>\r\n
    /instance/com.genuitec.eclipse.wizards/set.template.2=Templates/SetObjectType.java
    /instance/com.genuitec.eclipse.wizards/set.template.1=Templates/SetBasicType.java
    /instance/com.genuitec.eclipse.ast.deploy.core/jbossServer.HelloWorld.deployIsOverProject=false
    /instance/com.genuitec.eclipse.j2eedt.core/j2ee.deployment.web.deploy_external_libs=true
    /instance/com.genuitec.eclipse.wizards/enumeration.template.1=Templates/Enumeration.java

    @com
    .genuitec.eclipse.wizards=3.8.2
    \!/=
    /instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types

    @com
    .genuitec.eclipse.easie.weblogic=3.8.2

    @com
    .genuitec.eclipse.easie.sun8=3.8.1
    /instance/org.eclipse.jdt.ui/tabWidthPropagated=true
    /instance/com.genuitec.eclipse.easie.jetty5/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/com.genuitec.eclipse.easie.jetty/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/com.genuitec.eclipse.wizards/factory.template.1.label=Default template for factory
    @org.eclipse.ui.workbench=3.0.0
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated=true

    @com
    .genuitec.eclipse.easie.sun=3.8.1
    /instance/com.genuitec.eclipse.easie.tomcat4/TOMCAT_TEMP=C\:\\Program Files\\Apache Group\\Tomcat 4.1\\temp
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HelloWorld|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.bejy/JDK_INSTALLATION_NAME=j2re1.4.2_05

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

    @com
    .genuitec.eclipse.easie.resin2=3.8.1
    @org.eclipse.ant.ui=3.0.0
    /instance/org.eclipse.ui/showIntro=false
    /instance/com.genuitec.eclipse.wizards/applethtml.template.1=Templates/Applet.html
    /instance/com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/org.eclipse.help.ui/browser.maximized=false
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.WebTutorial|org.jboss.ide.eclipse.jdt.core.classpath.j2ee-1.4=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/ejb-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/ejb-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jacc-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jacc-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jca-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jca-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jms-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jms-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jsp-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jsp-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jta-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jta-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/servlet-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/servlet-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/sql-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/sql-api.jar”/>\r\n</classpath>\r\n
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.MyProject1|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

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

    @com
    .genuitec.eclipse.easie.jboss=3.8.2

    @com
    .genuitec.eclipse.easie.jetty=3.8.1
    /instance/com.genuitec.eclipse.wizards/object.template.9.label=Default template for enumeration

    @com
    .ibm.sse.editor.jsp=13.8.2
    /instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
    /instance/com.genuitec.eclipse.wizards/struct.list.4=java.util.Stack
    /instance/com.genuitec.eclipse.wizards/struct.list.3=java.util.LinkedList

    @com
    .genuitec.eclipse.cross.easystruts.eclipse=3.8.2
    /instance/com.genuitec.eclipse.wizards/struct.list.2=java.util.Vector
    /instance/com.genuitec.eclipse.wizards/struct.list.1=java.util.ArrayList

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

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

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

    /instance/com.genuitec.eclipse.wizards/singleton.template.2.label=Singleton with double-checked locking

    @com
    .ibm.sse.editor.html=13.8.1
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.EJBTestWeb|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.wizards/object.template.6.label=Default template for a Struts Action class
    /instance/com.ibm.xmleditor/lastActivePage=1

    @com
    .ibm.xmleditor=13.8.2

    @com
    .ibm.sse.model.jsp=13.8.2
    @org.eclipse.jdt.ui=3.0.0
    /instance/com.genuitec.eclipse.wizards/list.template.3=Templates/ListBasicTypeAsObjectType.java
    /instance/com.genuitec.eclipse.wizards/object.template.7.label=Default template for a Struts DispatchAction class
    /instance/com.genuitec.eclipse.wizards/list.template.2=Templates/ListObjectType.java
    /instance/com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/com.genuitec.eclipse.wizards/list.template.1=Templates/ListBasicType.java
    /instance/com.genuitec.eclipse.wizards/object.template.8.label=Default template for singleton
    /instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
    /instance/com.genuitec.eclipse.wizards/ejb.template.3=Templates/EjbEntity.java
    /instance/com.ibm.sse.editor/printMargin=true
    /instance/com.genuitec.eclipse.easie.jboss3/LIBRARY_PATH=”C\:\\j2sdk1.4.2_05\\bin”
    /instance/com.genuitec.eclipse.wizards/ejb.template.2=Templates/EjbMessageDriven.java
    /instance/com.genuitec.eclipse.wizards/ejb.template.1=Templates/EjbSession.java
    /instance/com.genuitec.eclipse.wizards/factory.template.1=Templates/Factory.java
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=6
    /instance/com.genuitec.eclipse.wizards/applet.template.2=Templates/Applet14.java
    /instance/com.genuitec.eclipse.wizards/applet.template.1=Templates/Applet.java
    /instance/com.genuitec.eclipse.easie.sun/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/com.genuitec.eclipse.wizards/object.template.9=Templates/Enumeration.java
    /instance/com.genuitec.eclipse.easie.tomcat4/ENDORSED_DIRS=”C\:\\Program Files\\Apache Group\\Tomcat 4.1/common/endorsed”
    /instance/com.genuitec.eclipse.wizards/singleton.template.1.label=Default template for singleton
    /instance/com.genuitec.eclipse.wizards/object.template.8=Templates/Singleton.java
    /instance/com.genuitec.eclipse.wizards/object.template.4.label=Default template for Servlet
    /instance/com.genuitec.eclipse.easie.resin2/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/com.genuitec.eclipse.wizards/object.template.7=Templates/StrutsDispatchAction.java
    /instance/com.genuitec.eclipse.wizards/xml.template.4=Templates/StrutsConfig.xml
    /instance/com.genuitec.eclipse.wizards/object.template.6=Templates/StrutsAction.java
    /instance/com.genuitec.eclipse.wizards/xml.template.3=Templates/WebXmlStruts.xml
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HelloWorld|org.jboss.ide.eclipse.jdt.core.classpath.wsi-1.0=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.ws.core_1.4.1/libsrc/wsi-1.0/jaxr-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.ws.core_1.4.1/lib/wsi-1.0/jaxr-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.ws.core_1.4.1/libsrc/wsi-1.0/jaxrpc-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.ws.core_1.4.1/lib/wsi-1.0/jaxrpc-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.ws.core_1.4.1/libsrc/wsi-1.0/saaj-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.ws.core_1.4.1/lib/wsi-1.0/saaj-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.ws.core_1.4.1/libsrc/wsi-1.0/xml-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.ws.core_1.4.1/lib/wsi-1.0/xml-api.jar”/>\r\n</classpath>\r\n
    /instance/com.genuitec.eclipse.wizards/object.template.5=Templates/StrutsActionForm.java
    /instance/com.genuitec.eclipse.wizards/xml.template.2=Templates/WebXml.xml
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.definitionSample|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/sunrsasign.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.EJBTestEJB|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.wizards/object.template.4=Templates/Servlet.java
    /instance/com.genuitec.eclipse.wizards/xml.template.1=Templates/Xml.xml
    /instance/com.genuitec.eclipse.easie.jonas3/JDK_INSTALLATION_NAME=j2re1.4.2_05
    /instance/com.genuitec.eclipse.wizards/object.template.3=Templates/Applet.java
    /instance/com.genuitec.eclipse.wizards/object.template.5.label=Default template for a Struts ActionForm class
    /instance/com.ibm.sse.editor/hoverModifiers=combinationHover|true|0;problemHover|false|0;documentationHover|false|0;annotationHover|true|Ctrl;
    /instance/com.genuitec.eclipse.wizards/object.template.2=Templates/Exception.java
    /instance/com.genuitec.eclipse.wizards/object.template.1=Templates/Bean.java
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HelloWorld|org.jboss.ide.eclipse.jdt.core.classpath.j2ee-1.4=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/ejb-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/ejb-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jacc-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jacc-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jca-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jca-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jms-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jms-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jsp-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jsp-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/jta-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/jta-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/servlet-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/servlet-api.jar”/>\r\n<classpathentry exported\=”true” sourcepath\=”c\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/libsrc/j2ee-1.4/sql-api.jar” kind\=”lib” rootpath\=”/” path\=”C\:/eclipse/plugins/org.jboss.ide.eclipse.jdt.j2ee.core_1.4.1/lib/j2ee-1.4/sql-api.jar”/>\r\n</classpath>\r\n
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.CustomSite|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/sunrsasign.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
    file_export_version=3.0
    /instance/com.genuitec.eclipse.easie.jboss3/SERVER_STARTUP_ARG=-c default
    /instance/com.genuitec.eclipse.ast.deploy.core/jbossServer.HelloWorld.isExploded=true
    /instance/com.genuitec.eclipse.wizards/object.template.1.label=Default template for a bean class
    /instance/com.ibm.sse.model.jsp/outputCodeset=UTF-8

    @com
    .genuitec.eclipse.easie.resin=3.8.1
    /instance/com.genuitec.eclipse.j2eedt.core/j2ee.deployment.web.archive_dependent_projects=always
    /instance/com.genuitec.eclipse.wizards/object.template.2.label=Default template for an exception class
    /instance/com.genuitec.eclipse.wizards/array.template.1.label=Default template for Array with basic types
    /instance/com.genuitec.eclipse.easie.jboss3/JDK_HOME=C\:\\j2sdk1

    #226917 Reply

    Riyad Kalla
    Member

    What is the name of the JSP file? What is the name of the Servlet class file? What is the code of the servlet look like? What does your web.xml file look like?

    #226972 Reply

    alashoofi
    Member

    JSP file—-
    helloWorld.jsp
    <%@page contentType=”text/html” %>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html>

    <head>
    <title>JSP Page</title>
    </head>

    <body bgcolor=”#FFFFFF”>
    This is my JSP Page.
    <br />
    <% out.println(“Hello World ain”); %>
    </body>

    </html>

    Servlet class file————
    HelloWorldServlet.java

    /*
    * Created on Mar 18, 2005
    *
    * TODO To change the template for this generated file go to
    * Window – Preferences – Java – Code Style – Code Templates
    */
    package com.myeclipse.practice;

    import java.io.IOException;
    import java.io.PrintWriter;

    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;

    /**
    * @author Matilda Fabunmi
    *
    * TODO To change the template for this generated type comment go to
    * Window – Preferences – Java – Code Style – Code Templates
    */
    public class HelloWorldServlet extends HttpServlet {

    /**
    * Constructor of the object.
    */
    public HelloWorldServlet() {
    super();
    }

    /**
    * Destruction of the servlet. <br>
    */
    public void destroy() {
    super.destroy(); // Just puts “destroy” string in log
    // Put your code here
    }

    /**
    * The doGet method of the servlet. <br>
    *
    * This method is called when a form has its tag value method equals to get.
    *
    * @param request the request send by the client to the server
    * @param response the response send by the server to the client
    * @throws ServletException if an error occurred
    * @throws IOException if an error occurred
    */
    public void doGet(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {

    response.setContentType(“text/html”);
    PrintWriter out = response.getWriter();
    out.println(“<!DOCTYPE HTML PUBLIC \”-//W3C//DTD HTML 4.01 Transitional//EN\”>”);
    out.println(“<HTML>”);
    out.println(” <HEAD><TITLE>A Servlet</TITLE></HEAD>”);
    out.println(” <BODY>”);
    out.print(” This is “);
    out.print(this.getClass());
    out.println(“, using the GET method”);
    out.println(” </BODY>”);
    out.println(“</HTML>”);
    out.flush();
    out.close();
    }

    /**
    * The doPost method of the servlet. <br>
    *
    * This method is called when a form has its tag value method equals to post.
    *
    * @param request the request send by the client to the server
    * @param response the response send by the server to the client
    * @throws ServletException if an error occurred
    * @throws IOException if an error occurred
    */
    public void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {

    response.setContentType(“text/html”);
    PrintWriter out = response.getWriter();
    out
    .println(“<!DOCTYPE HTML PUBLIC \”-//W3C//DTD HTML 4.01 Transitional//EN\”>”);
    out.println(“<HTML>”);
    out.println(” <HEAD><TITLE>A Servlet</TITLE></HEAD>”);
    out.println(” <BODY>”);
    out.print(” This is “);
    out.print(this.getClass());
    out.println(“, using the POST method”);
    out.println(” </BODY>”);
    out.println(“</HTML>”);
    out.flush();
    out.close();
    }

    /**
    * Initialization of the servlet. <br>
    *
    * @throws ServletException if an error occure
    */
    public void init() throws ServletException {
    // Put your code here
    }

    }

    And the we.xml is:
    ?xml version=”1.0″ encoding=”UTF-8″?>
    <web-app version=”2.4″
    xmlns=”http://java.sun.com/xml/ns/j2ee&#8221;
    xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221;
    xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd”&gt;
    <servlet>
    <description>This is the description of my J2EE Servlet</description>
    <display-name>This is the display name of my J2EE Servlet</display-name>
    <servlet-name>HelloWorldServlet</servlet-name>
    <servlet-class>HelloWorldServlet</servlet-class>
    </servlet>

    <servlet-mapping>
    <servlet-name>HelloWorldServlet</servlet-name>
    <url-pattern>/servlet/HelloWorldServlet</url-pattern>
    </servlet-mapping>

    </web-app>

    Thank you.

    #226978 Reply

    Riyad Kalla
    Member

    Your web.xml file is wrong, for “servlet-class” you need to use the FQN.

    #227013 Reply

    alashoofi
    Member

    What is FQN? What should it be?
    The web.xml was generated by myEclipse.

    Thanks

    #227014 Reply

    Riyad Kalla
    Member

    Fully Qualified Name, in your case: com.myeclipse.practice.HelloWorldServlet

    In the future you can use the File > New > J2EE > Servlet wizard to create new Servlets and it will automatically add them to your web.xml file. It looks like you used the File > New > Java Class wizard for this one.

    #227044 Reply

    alashoofi
    Member

    Thanks, I will try it out. Hope that resolves the problem.

    Thanks

    #229311 Reply

    I have, I think, a similar problem.

    I use Eclipse to write my servlets, but without plugins.. and I have an error:

    Etat HTTP 500 –

    type Rapport d’exception

    message

    description Le serveur a rencontré une erreur interne () qui l’a empêché de satisfaire la requête.

    exception

    javax.servlet.ServletException: L’enrobeur (wrapper) ne peut trouver la classe servlet <pack>.<Class> ou une classe dont elle dépend

    I’m using tomcat 2.0, I think My problem is in the name of the class. In the web.xml file, I’ve just write

    <servlet-class>myPackage.MyServletClass</servlet-class>

    I’ve tried ‘org.apache.mypackage.MyClass’,
    ‘org.apache.servlets.mypackage.MyCass’… put the same error.

    Do you know the complete name before my class address ?

    thanks

    #229316 Reply

    It’s OK…. sorry, but I have manualy recompile all my servlets and it’s OK.
    I thinked Tomcat compiled classes… but.

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: Wrapper cannot find servlet class HelloWorldServlet or a cla

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