facebook

Syntax checking not working in a JSP-MyEclipse 3.8.4beta

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

    jwach366
    Member

    I’m running Eclipse 3.1m4 with MyEclipse 3.8.4beta for Eclipse 3.1m4. My machine is running Windows 2000 w/Service Pack 4.

    My JDK is jdk1.5.0.
    I’ve just done a fresh install of MyEclipse 3.84beta. I had a little .jsp already from doing the ‘Working with Web Projects’ in the Web Application Development Guide. They have you created a simple .jsp, (MyJsp.jsp) using the default jsp template. I come into Eclipse just after the the fresh install of MyEclipse and edit MyJsp.jsp using the JSP editor. I remove a couple of letters from ‘String’ in a String declaration and see that syntax checking is not working. I go to a java program to see
    if it is working there. It is. I go back to MyJsp.jsp, take out the same couple of letters from the same String declaration. Now syntax checking works! I close out of this .jsp and do a File>Exit, shutting down Eclipse. I then launch Eclipse again, go back into MyJsp.jsp and now syntax checking does not work. I go back into the same java program I edited as I did before. Syntax checking works in this pgm. I close out of it and bring MyJsp.jsp up again. Syntax checking does not work as it did before I shut down Eclipse and came back in. Does this sound familiar or make any sense? Might there be a way to “jog MyEclipse’s memory” or a workaround?

    (I had this problem before I installed Service Pack 4 for Win 2K too.)

    #224550 Reply

    Riyad Kalla
    Member

    Does this sound familiar or make any sense? Might there be a way to “jog MyEclipse’s memory” or a workaround?

    I think I know what is going on here… edit your shortcut that you use to launch MyEclipse and add a -vm argument to the front of the command line that points at your JDK’s (not JREs) java or javaw executable. On windows, this is what I mean:

    
    c:\eclipse\eclipse.exe -vm c:\jdk1.5.0\bin\javaw.exe -vmargs -Xmx256m
    

    This will allow MyEclipse to find the javac executable (because you are pointing at your JDK) which it needs to validate your JSP pages.

    #224639 Reply

    jwach366
    Member

    No luck- in the sample jsp I’m testing with (MyJsp.jsp), I have this line:
    String path = request.getContextPath();
    I remove some letters from ‘String’, I take out the ; and it still isn’t noticed. I then edit my little java program (in a different project but same workspace) and did the same test- took out some letters from ‘String’ and the syntax checking immediatly kicked in. Went back to MyJsp.jsp and did the same, no syntax checking happening. Here’s what I have in the ‘Target’ field in the shortcut to eclipse.exe:

    D:\eclipse3.1m4\eclipse\eclipse.exe -vm D:\jdk1.5.0\bin\javaw.exe -vmargs -Xmx256m

    It’s peculiar: I uninstalled MyEclipse 3.1m4 then reinstalled it, went into Eclipse by executing eclipse.exe, edited MyJsp.jsp, syntax checking didn’t work but did after I edited the little java program. Exiting Eclipse then going back in via eclipse.exe (even with the -vm D:\jdk1.5.0\bin\javaw.exe -vmargs -Xmx256m added to the shortcut’s command) doing the same as I did immediately after reinstalling does not bring back the syntax checking. It’s as if whatever MyEclipse needs in order to do the syntax checking for a JSP is set OK on the install (though it needs ‘reminding’ by going into a java program and having syntax checking invoked there first?) but is lost upon exiting Eclipse and is never set again.

    Thanks in advance-

    #224642 Reply

    Riyad Kalla
    Member

    This is very odd… can you check your log file for exceptions (workspace dir)\.metadata\.log

    Also did did make sure to install the 3.8.4 beta for 3.1M4 and not the 3.8.4 stable release for Eclipse 3.0.1 right?

    #224664 Reply

    jwach366
    Member

    Here’s the only stuff in the log from yesterday (2/7/05) which is when I uninstalled and reinstalled MyEclipse:

    !SESSION 2005-02-06 11:59:08.858 ———————————————–
    eclipse.buildId=I20041216-2000
    java.version=1.5.0
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.ui 4 4 2005-02-06 11:59:08.878
    !MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.deploytools

    !ENTRY org.eclipse.ui 4 4 2005-02-06 11:59:08.888
    !MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions

    !ENTRY org.eclipse.ui 4 4 2005-02-06 11:59:08.898
    !MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.hibernatetools

    !ENTRY org.eclipse.ui 4 4 2005-02-06 11:59:08.908
    !MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.webtools

    !ENTRY org.eclipse.ui 4 4 2005-02-06 11:59:08.918
    !MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.jsftools

    !ENTRY org.eclipse.ui 4 4 2005-02-06 11:59:08.928
    !MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.strutstools
    – – – – – – – – –
    I right click on the Enterprise Workbench Installer and click on Properties. It says:

    EnterpriseWorkbenchInstaller_030804_3.1Beta.exe

    Look like the right one? I sure have no recollection of NOT selecting version 3.8.4beta for Eclipse 3.1m4 when I downloaded it..

    Incidentally, I go to C:/Program Files/MyEclipse/eclipse/plugins and I see seven com.genuitec.myeclipse prefixed folders but I do not see any com.genuitec.myeclipse.actions prefixed folders. Also, there are no com.genuitec.myeclipse.actions prefixed folders in C:/Program Files/MyEclipse/eclipse/features.

    I hope this helps- thanks again

    #224674 Reply

    Riyad Kalla
    Member

    Can you dump your Help > About > Configuration Details log here?

    #224714 Reply

    jwach366
    Member

    Yes- Here’s what I see when I go to Help>About:

    Eclipse Platform

    Version: 3.1.0
    Build id: 200412162000

    (c) Copyright Eclipse contributors and others 2000, 2004. All rights reserved.
    Visit http://www.eclipse.org/platform

    This product includes software developed by the
    Apache Software Foundation http://www.apache.org/
    – – – – – – – – – – –
    And here’s the contents of Configuration Details:

    *** Date: 2/8/05 9:56 AM

    *** Platform Details:

    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=I20041216-2000
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    D:\eclipse3.1m4\eclipse\eclipse.exe -showsplash 600
    -exitdata
    D:\eclipse3.1m4\eclipse\eclipse.exe -exitdata 610_50
    -vm
    D:\jdk1.5.0\bin\javaw.exe
    eclipse.product=org.eclipse.platform.ide
    eclipse.startTime=1107885177054
    eclipse.vm=D:\jdk1.5.0\bin\javaw.exe
    eclipse.vmargs=-Xmx256m
    -cp
    D:\eclipse3.1m4\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=D:\eclipse3.1m4\eclipse\startup.jar
    java.class.version=49.0
    java.endorsed.dirs=D:\jdk1.5.0\jre\lib\endorsed
    java.ext.dirs=D:\jdk1.5.0\jre\lib\ext
    java.home=D:\jdk1.5.0\jre
    java.io.tmpdir=C:\DOCUME~1\jnwdb2\LOCALS~1\Temp\
    java.library.path=D:\jdk1.5.0\bin;.;C:\WINNT\system32;C:\WINNT;D:\jdk1.5.0\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\

    Wbem
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.5.0-b64
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.5
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.5.0
    java.vm.info=mixed mode, sharing
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=1.5.0-b64
    line.separator=

    org.osgi.framework.executionenvironment=
    org.osgi.framework.language=en
    org.osgi.framework.os.name=Windows2000
    org.osgi.framework.os.version=5.0
    org.osgi.framework.processor=x86
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.2.0
    os.arch=x86
    os.name=Windows 2000
    os.version=5.0
    osgi.arch=x86
    osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=d:\eclipse3.1m4\eclipse\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/d:/eclipse3.1m4/eclipse/configuration/
    osgi.framework=file:/d:/eclipse3.1m4/eclipse/plugins/org.eclipse.osgi_3.1.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:/d:/eclipse3.1m4/eclipse/
    osgi.instance.area=file:/D:/eclipse3.1m4/eclipse/workspace/
    osgi.logfile=D:\eclipse3.1m4\eclipse\workspace\.metadata\.log
    osgi.manifest.cache=d:\eclipse3.1m4\eclipse\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_US
    osgi.os=win32
    osgi.splashLocation=d:\eclipse3.1m4\eclipse\plugins\org.eclipse.platform_3.1.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=D:\jdk1.5.0\jre\lib\rt.jar;D:\jdk1.5.0\jre\lib\i18n.jar;D:\jdk1.5.0\jre\lib\sunrsasign.jar;D:\jdk1.5.0\j

    re\lib\jsse.jar;D:\jdk1.5.0\jre\lib\jce.jar;D:\jdk1.5.0\jre\lib\charsets.jar;D:\jdk1.5.0\jre\classes
    sun.boot.library.path=D:\jdk1.5.0\jre\bin
    sun.cpu.endian=little
    sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=Service Pack 4
    user.country=US
    user.dir=D:\eclipse3.1m4\eclipse
    user.home=C:\Documents and Settings\jnwdb2
    user.language=en
    user.name=jnwdb2
    user.timezone=America/Los_Angeles
    user.variant=

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

    *** Plug-in Registry:
    com.genuitec.eclipse.ast.deploy.core (3.8.4) “Deployment Core Plug-in” [Active]
    com.genuitec.eclipse.browser (3.8.4) “Web Browser Plug-in” [Active]
    com.genuitec.eclipse.bugzilla (3.8.4) “MyEclipse Bugzilla Integration Plug-in” [Resolved]
    com.genuitec.eclipse.core (3.8.4) “Genuitec Core” [Active]
    com.genuitec.eclipse.cross.easystruts.eclipse (3.8.4) “MyEclipse Stuts Support” [Active]
    com.genuitec.eclipse.easie.bejy (3.8.1) “Genuitec EASIE Bejy Tiger” [Active]
    com.genuitec.eclipse.easie.core (3.8.4) “Genuitec EASIE Core” [Active]
    com.genuitec.eclipse.easie.jboss (3.8.2) “Genuitec EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (3.8.1) “Genuitec EASIE JBoss 2” [Active]
    com.genuitec.eclipse.easie.jboss3 (3.8.2) “Genuitec EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (3.8.2) “Genuitec EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jetty (3.8.1) “Genuitec EASIE Jetty” [Active]
    com.genuitec.eclipse.easie.jetty4 (3.8.1) “Genuitec EASIE Jetty 4” [Active]
    com.genuitec.eclipse.easie.jetty5 (3.8.1) “Genuitec EASIE Jetty 5” [Active]
    com.genuitec.eclipse.easie.jonas (3.8.3) “Genuitec EASIE Jonas” [Active]
    com.genuitec.eclipse.easie.jonas3 (3.8.3) “Genuitec EASIE Jonas 3” [Active]
    com.genuitec.eclipse.easie.jonas4 (3.8.3) “Genuitec EASIE Jonas 4” [Active]
    com.genuitec.eclipse.easie.jrun (3.8.1) “Genuitec EASIE JRun” [Active]
    com.genuitec.eclipse.easie.jrun4 (3.8.1) “Genuitec EASIE JRun 4” [Active]
    com.genuitec.eclipse.easie.oracle (3.8.1) “Genuitec EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.oracle9 (3.8.1) “Genuitec EASIE Oracle 9i/AS” [Active]
    com.genuitec.eclipse.easie.orion1 (3.8.1) “Genuitec EASIE Orion 1” [Active]
    com.genuitec.eclipse.easie.orion2 (3.8.1) “Genuitec EASIE Orion 2” [Active]
    com.genuitec.eclipse.easie.resin (3.8.1) “Genuitec EASIE Resin” [Active]
    com.genuitec.eclipse.easie.resin2 (3.8.1) “Genuitec EASIE Resin 2” [Active]
    com.genuitec.eclipse.easie.resin3 (3.8.3) “Genuitec EASIE Resin 3” [Active]
    com.genuitec.eclipse.easie.sun (3.8.3) “Genuitec EASIE Sun One” [Active]
    com.genuitec.eclipse.easie.sun8 (3.8.3) “Genuitec EASIE Sun 8” [Active]
    com.genuitec.eclipse.easie.sun81 (3.8.3) “Genuitec EASIE Sun 8.1” [Active]
    com.genuitec.eclipse.easie.tomcat (3.8.1) “Genuitec EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat4 (3.8.1) “Genuitec EASIE Tomcat 4” [Active]
    com.genuitec.eclipse.easie.tomcat5 (3.8.1) “Genuitec EASIE Tomcat 5” [Active]
    com.genuitec.eclipse.easie.weblogic (3.8.3) “Genuitec EASIE WebLogic” [Active]
    com.genuitec.eclipse.easie.weblogic6 (3.8.1) “Genuitec EASIE WebLogic 6” [Active]
    com.genuitec.eclipse.easie.weblogic7 (3.8.1) “Genuitec EASIE WebLogic 7” [Active]
    com.genuitec.eclipse.easie.weblogic8 (3.8.1) “Genuitec EASIE WebLogic 8” [Active]
    com.genuitec.eclipse.easie.websphere (3.8.1) “Genuitec EASIE WebSphere 4” [Active]
    com.genuitec.eclipse.easie.websphere5 (3.8.1) “Genuitec EASIE WebSphere 5” [Active]
    com.genuitec.eclipse.export.wizard (3.8.4) “MyEclipse J2EE Export Wizards” [Resolved]
    com.genuitec.eclipse.hibernate (3.8.4) “MyEclipse Hibernate Capabilities” [Active]
    com.genuitec.eclipse.integration (3.8.4) “MyEclipse Integration Utilities” [Active]
    com.genuitec.eclipse.j2eedt.core (3.8.4) “Genuitec J2EE Development Tooling” [Active]
    com.genuitec.eclipse.jface.text.wtpfragment (3.8.1) “Wtpextendfragment Fragment” [Resolved]
    com.genuitec.eclipse.jsf (3.8.1) “JSF Plug-in” [Active]
    com.genuitec.eclipse.modeling.core (3.8.4) “MyEclipse Modeling Core” [Resolved]
    com.genuitec.eclipse.sqlexplorer (3.8.4) “MyEclipse Database Explorer Plugin” [Resolved]
    com.genuitec.eclipse.sqlexplorer.doc (3.8.4) “MyEclipse Database Explorer Help Plug-in” [Resolved]
    com.genuitec.eclipse.sqlexplorer.oracle (3.8.4) “Oracle Database Explorer Plug-in” [Resolved]
    com.genuitec.eclipse.struts (3.8.4) “MyEclipse Struts Capabilities” [Active]
    com.genuitec.eclipse.wdt.jsp.debug (3.8.4) “MyEclipse JSP Debug Tooling” [Active]
    com.genuitec.eclipse.web.imagepreviewer (3.8.3) “MyEclipse Image Previewer Plug-in” [Active]
    com.genuitec.eclipse.webdesigner (3.8.3) “Web Designer Plug-in” [Active]
    com.genuitec.eclipse.webdesigner.support (3.8.1) “WebDesigner Support” [Resolved]
    com.genuitec.eclipse.wizards (3.8.4) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipsetidy (3.8.1) “MyEclipse HTML Formatting” [Active]
    com.genuitec.jboss.ide.eclipse.apache.xalan (3.8.1) “Genuitec XDoclet Apache Xalan Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (3.8.3) “Genuitec XDoclet Support Core Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.8.4) “Genuitec XDoclet Assist Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (3.8.3) “Genuitec XDoclet Core Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (3.8.3) “Genuitec XDoclet Runner Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.8.3) “Genuitec XDoclet UI Plug-in” [Resolved]
    com.genuitec.myeclipse.ast (3.8.4) “MyEclipse Application Server Tooling” [Resolved]
    com.genuitec.myeclipse.core (3.8.4) “MyEclipse Core Tooling” [Resolved]
    com.genuitec.myeclipse.doc (3.8.4) “MyEclipse Documentation” [Resolved]
    com.genuitec.myeclipse.enterprise (3.8.4) “MyEclipse Enterprise Workbench” [Resolved]
    com.genuitec.myeclipse.help (3.8.4) “MyEclipse Help Documentation” [Resolved]
    com.genuitec.myeclipse.perspective (3.8.4) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.wdt (3.8.4) “MyEclipse Web Development Tooling” [Resolved]
    com.ibm.base.extensions (13.8.1) “Eclipse base extensions” [Resolved]
    com.ibm.base.extensions.ui (13.8.3) “Eclipse Base UI extensions” [Active]
    com.ibm.encoding.resource (13.8.3) “Coded Resource” [Active]
    com.ibm.etools.contentmodel (13.8.4) “Content Model” [Active]
    com.ibm.etools.contentmodel.dtd (13.8.2) “Content Model for DTD” [Resolved]
    com.ibm.etools.contentmodel.xsd (13.8.1) “Content Model for XML Schema” [Resolved]
    com.ibm.etools.dtdmodel (13.8.2) “DTD Model” [Resolved]
    com.ibm.etools.dtdparser (13.8.1) “DTD Parser” [Resolved]
    com.ibm.etools.internet (13.8.1) “Internet Preferences” [Active]
    com.ibm.etools.uri.resolver (13.8.3) “com.ibm.etools.uri.resolver” [Resolved]
    com.ibm.etools.validation (13.8.4) “Validation Framework” [Active]
    com.ibm.etools.validation.core (13.8.4) “Validation Framework Core” [Active]
    com.ibm.etools.validation.dtd (13.8.4) “DTD Validator” [Resolved]
    com.ibm.etools.validation.html (13.8.3) “HTML Validation” [Resolved]
    com.ibm.etools.validation.mof (13.8.1) “Validation Framework MOF support” [Resolved]
    com.ibm.etools.validation.ui (13.8.3) “Validation Framework UI” [Resolved]
    com.ibm.etools.validation.xml (13.8.4) “XML Validator” [Resolved]
    com.ibm.etools.validation.xmltools (13.8.1) “XML Tools Validation” [Active]
    com.ibm.etools.validation.xsd (13.8.4) “XML Schema Validator” [Resolved]
    com.ibm.etools.xml.gef.util (13.8.1) “XML Tools Common GEF Utilities” [Resolved]
    com.ibm.etools.xmlcatalog (13.8.4) “com.ibm.etools.xmlcatalog” [Active]
    com.ibm.etools.xmlcatalog.ui (13.8.4) “XML Catalog UI” [Active]
    com.ibm.etools.xmlutility (13.8.1) “XML Utility” [Active]
    com.ibm.sse.contentproperties (13.8.1) “Content Properties” [Active]
    com.ibm.sse.editor (13.8.4) “MyEclipse Source Editors” [Active]
    com.ibm.sse.editor.css (13.8.3) “SSE CSS Source Editor” [Active]
    com.ibm.sse.editor.dtd (13.8.3) “SSE DTD Source Editor” [Active]
    com.ibm.sse.editor.extensions (13.8.1) “Structured Source Editing Editor Extensions” [Active]
    com.ibm.sse.editor.html (13.8.3) “SSE HTML Source Editor” [Active]
    com.ibm.sse.editor.javascript (13.8.4) “SSE JavaScript Source Editor” [Resolved]
    com.ibm.sse.editor.jsp (13.8.4) “SSE JSP Source Editor” [Active]
    com.ibm.sse.editor.xml (13.8.4) “SSE XML Source Editor” [Active]
    com.ibm.sse.javascript.common.ui (13.8.1) “SSE JavaScript Common UI” [Active]
    com.ibm.sse.model (13.8.4) “Structured Text Model” [Active]
    com.ibm.sse.model.css (13.8.3) “Structured Source CSS Model” [Active]
    com.ibm.sse.model.dtd (13.8.3) “Structured Source DTD Model” [Active]
    com.ibm.sse.model.html (13.8.3) “Structured Source HTML Model” [Active]
    com.ibm.sse.model.javascript (13.8.3) “Structured Source JavaScript Model” [Active]
    com.ibm.sse.model.jsp (13.8.4) “Structured Source JSP Model” [Active]
    com.ibm.sse.model.xml (13.8.4) “Structured Source XML Model” [Active]
    com.ibm.sse.snippets (13.8.3) “SSE Snippets View” [Active]
    com.ibm.webtooling.system.dtds (13.8.4) “Known DTDs” [Resolved]
    com.ibm.wtp.annotations.controller (13.8.1) “Annotation Controller Plug-in” [Resolved]
    com.ibm.wtp.annotations.core (13.8.1) “Annotation Core Plug-in” [Resolved]
    com.ibm.wtp.annotations.ui (13.8.1) “Ui Plug-in” [Resolved]
    com.ibm.wtp.common (13.8.1) “com.ibm.wtp.common” [Active]
    com.ibm.wtp.common.ui (13.8.1) “WTP UI Plug-in” [Active]
    com.ibm.wtp.common.util (1.0.0) “Logging Plug-in” [Active]
    com.ibm.wtp.emf (13.8.1) “EMF Utilities” [Resolved]
    com.ibm.wtp.emf.workbench (1.0.0) “EMF Workbench” [Resolved]
    com.ibm.wtp.emf.workbench.edit (13.8.4) “EMF Workbench Edit Plug-in” [Resolved]
    com.ibm.wtp.jdt.integration (13.8.1) “Integration Plug-in” [Resolved]
    com.ibm.xmleditor (13.8.3) “SSE XML Editor” [Resolved]
    com.ibm.xmlwizard (13.8.3) “XML Wizards” [Resolved]
    com.ibm.xsdeditor (13.8.3) “MyEclipse Schema Editor” [Active]
    com.ibm.xtools.common.ui.properties (13.8.1) “IBM Rational Common UI Properties” [Resolved]
    de.bb.bje.eclipse (3.8.1) “BJE Plug-in” [Resolved]
    org.apache.ant (1.6.2) “Apache Ant” [Active]
    org.apache.lucene (1.3.0) “Apache Lucene” [Resolved]
    org.eclipse.ant.core (3.1.0) “Ant Build Tool Core” [Resolved]
    org.eclipse.ant.ui (3.1.0) “Ant UI” [Resolved]
    org.eclipse.compare (3.1.0) “Compare Support” [Resolved]
    org.eclipse.compare.examples (3.1.0) “Compare Example” [Resolved]
    org.eclipse.compare.examples.xml (3.1.0) “XML Compare Support” [Resolved]
    org.eclipse.core.boot (3.0.0) “Core Boot” [Resolved]
    org.eclipse.core.expressions (3.1.0) “Expression Language” [Active]
    org.eclipse.core.filebuffers (3.1.0) “File Buffers” [Active]
    org.eclipse.core.resources (3.1.0) “Core Resource Management” [Active]
    org.eclipse.core.resources.win32 (3.0.0) “Core Resource Management Win32 Fragment” [Resolved]
    org.eclipse.core.runtime (3.1.0) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.0.0) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.variables (3.1.0) “Core Variables” [Resolved]
    org.eclipse.debug.core (3.1.0) “Debug Core” [Active]
    org.eclipse.debug.ui (3.1.0) “Debug UI” [Active]
    org.eclipse.draw2d (3.1.0) “Draw2d” [Active]
    org.eclipse.emf.codegen (2.1.0) “EMF Template Code Generator” [Resolved]
    org.eclipse.emf.codegen.ecore (2.1.0) “EMF Ecore Code Generation” [Resolved]
    org.eclipse.emf.common (2.1.0) “EMF Common” [Active]
    org.eclipse.emf.common.ui (2.0.1) “EMF Common UI” [Resolved]
    org.eclipse.emf.ecore (2.1.0) “EMF Ecore” [Resolved]
    org.eclipse.emf.ecore.xmi (2.1.0) “EMF XMI” [Resolved]
    org.eclipse.emf.edit (2.1.0) “EMF Edit” [Resolved]
    org.eclipse.emf.edit.ui (2.1.0) “EMF Edit UI” [Resolved]
    org.eclipse.gef (3.1.0) “Graphical Editing Framework” [Active]
    org.eclipse.help (3.0.0) “Help System Core” [Active]
    org.eclipse.help.appserver (3.0.0) “Help Application Server” [Resolved]
    org.eclipse.help.base (3.0.0) “Help System Base” [Resolved]
    org.eclipse.help.examples.ex1 (3.0.0) “Online Help Sample” [Resolved]
    org.eclipse.help.ide (3.0.0) “Help System IDE” [Resolved]
    org.eclipse.help.ui (3.0.0) “Help System UI” [Resolved]
    org.eclipse.help.webapp (3.0.0) “Help System Webapp” [Resolved]
    org.eclipse.jdt (3.1.0) “Eclipse Java Development Tools” [Resolved]
    org.eclipse.jdt.core (3.1.0) “Java Development Tools Core” [Active]
    org.eclipse.jdt.debug (3.1.0) “JDI Debug Model” [Active]
    org.eclipse.jdt.debug.ui (3.1.0) “JDI Debug UI” [Resolved]
    org.eclipse.jdt.doc.isv (3.1.0) “Eclipse JDT Plug-in Developer Guide” [Resolved]
    org.eclipse.jdt.doc.user (3.1.0) “Eclipse Java Development User Guide” [Resolved]
    org.eclipse.jdt.junit (3.1.0) “Java Development Tools JUnit support” [Resolved]
    org.eclipse.jdt.junit.runtime (3.1.0) “Java Development Tools JUnit runtime support” [Resolved]
    org.eclipse.jdt.launching (3.1.0) “Java Development Tools Launching Support” [Active]
    org.eclipse.jdt.source (3.1.0) “Eclipse Java Development Tools SDK” [Resolved]
    org.eclipse.jdt.ui (3.1.0) “Java Development Tools UI” [Active]
    org.eclipse.jdt.ui.examples.projects (3.1.0) “Java Development Tools Example Projects” [Resolved]
    org.eclipse.jem (1.0.2) “Java EMF Model” [Resolved]
    org.eclipse.jem.proxy (1.0.2) “Java EMF Model Proxy Support” [Resolved]
    org.eclipse.jem.workbench (1.0.2) “Java EMF Model Workbench Support” [Resolved]
    org.eclipse.jface (3.1.0) “JFace” [Active]
    org.eclipse.jface.text (3.1.0) “JFace Text” [Active]
    org.eclipse.ltk.core.refactoring (3.1.0) “Refactoring Core” [Active]
    org.eclipse.ltk.ui.refactoring (3.1.0) “Refactoring UI” [Active]
    org.eclipse.monitor.core (13.8.1) “Monitor” [Resolved]
    org.eclipse.monitor.ui (13.8.1) “TCP/IP Monitor” [Resolved]
    org.eclipse.osgi (3.1.0) “OSGi System Bundle” [Active]
    org.eclipse.osgi.services (3.0.0) “OSGi Release 3 Services” [Resolved]
    org.eclipse.osgi.util (3.0.0) “OSGi R3 Utility Classes” [Resolved]
    org.eclipse.pde (3.1.0) “Eclipse Plug-in Development Environment” [Resolved]
    org.eclipse.pde.build (3.1.0) “Plug-in Development Environment Build Support” [Resolved]
    org.eclipse.pde.core (3.1.0) “Plug-in Development Core” [Resolved]
    org.eclipse.pde.doc.user (3.1.0) “Eclipse Plug-in Development User Guide” [Resolved]
    org.eclipse.pde.junit.runtime (3.1.0) “PDE JUnit Plug-in Test” [Resolved]
    org.eclipse.pde.runtime (3.1.0) “Plug-in Development Environment Runtime” [Resolved]
    org.eclipse.pde.source (3.1.0) “Eclipse Plug-in Development Environment Developer Resources” [Resolved]
    org.eclipse.pde.ui (3.1.0) “Plug-in Development UI” [Resolved]
    org.eclipse.platform (3.1.0) “Eclipse Platform” [Resolved]
    org.eclipse.platform.doc.isv (3.1.0) “Eclipse Platform Plug-in Developer Guide” [Resolved]
    org.eclipse.platform.doc.user (3.1.0) “Eclipse Workbench User Guide” [Resolved]
    org.eclipse.platform.source (3.1.0) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.platform.source.win32.win32.x86 (3.1.0) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.sdk (3.1.0) “Eclipse Project SDK” [Resolved]
    org.eclipse.sdk.examples (3.1.0) “Eclipse SDK Examples” [Resolved]
    org.eclipse.sdk.examples.source (3.1.0) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.sdk.examples.source.win32.win32.x86 (3.1.0) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.search (3.1.0) “Search Support” [Active]
    org.eclipse.swt (3.1.0) “Standard Widget Toolkit” [Resolved]
    org.eclipse.swt.examples (3.1.0) “SWT Standalone Examples Plugin” [Resolved]
    org.eclipse.swt.examples.browser (3.1.0) “SWT Browser Example Plugin” [Resolved]
    org.eclipse.swt.examples.browser.demos (3.1.0) “SWT Browser Demos Plugin” [Resolved]
    org.eclipse.swt.examples.controls (3.1.0) “SWT Controls Example Plugin” [Resolved]
    org.eclipse.swt.examples.launcher (3.1.0) “SWT Launcher Example Plugin” [Resolved]
    org.eclipse.swt.examples.layouts (3.1.0) “SWT Layout Example Plugin” [Resolved]
    org.eclipse.swt.examples.ole.win32 (3.1.0) “SWT OLE Example Plugin (Win32)” [Resolved]
    org.eclipse.swt.examples.paint (3.1.0) “SWT Paint Example Plugin” [Resolved]
    org.eclipse.swt.win32 (3.1.0) “Standard Widget Toolkit for Windows” [Resolved]
    org.eclipse.team.core (3.1.0) “Team Support Core” [Active]
    org.eclipse.team.cvs.core (3.1.0) “CVS Team Provider Core” [Resolved]
    org.eclipse.team.cvs.ssh (3.1.0) “CVS SSH Core” [Resolved]
    org.eclipse.team.cvs.ssh2 (3.1.0) “CVS SSH2” [Resolved]
    org.eclipse.team.cvs.ui (3.1.0) “CVS Team Provider UI” [Resolved]
    org.eclipse.team.examples.filesystem (3.1.0) “Eclipse Team File System Example” [Active]
    org.eclipse.team.ui (3.1.0) “Team Support UI” [Resolved]
    org.eclipse.text (3.1.0) “Text” [Active]
    org.eclipse.tomcat (4.1.30) “Tomcat Wrapper” [Resolved]
    org.eclipse.ui (3.1.0) “Eclipse UI” [Active]
    org.eclipse.ui.cheatsheets (3.0.0) “Cheat Sheets” [Resolved]
    org.eclipse.ui.console (3.1.0) “Console” [Resolved]
    org.eclipse.ui.editors (3.1.0) “Default Text Editor” [Active]
    org.eclipse.ui.examples.javaeditor (3.1.0) “JFace Text Example” [Resolved]
    org.eclipse.ui.examples.multipageeditor (3.1.0) “Multi-Page Editor Example” [Resolved]
    org.eclipse.ui.examples.propertysheet (3.1.0) “User File Editor” [Resolved]
    org.eclipse.ui.examples.readmetool (3.1.0) “Readme File Editing Tool” [Resolved]
    org.eclipse.ui.externaltools (3.1.0) “External Tools” [Active]
    org.eclipse.ui.forms (3.0.0) “Eclipse Forms” [Active]
    org.eclipse.ui.ide (3.1.0) “Eclipse IDE UI” [Active]
    org.eclipse.ui.intro (3.1.0) “Intro Plugin” [Resolved]
    org.eclipse.ui.presentations.r21 (3.1.0) “R21 Presentation Plug-in” [Resolved]
    org.eclipse.ui.views (3.1.0) “Views” [Active]
    org.eclipse.ui.views.navigator (13.8.1) “Navigator View” [Resolved]
    org.eclipse.ui.win32 (3.1.0) “Win32 fragment” [Resolved]
    org.eclipse.ui.workbench (3.1.0) “Workbench” [Active]
    org.eclipse.ui.workbench.compatibility (3.1.0) “Workbench Compatibility” [Resolved]
    org.eclipse.ui.workbench.texteditor (3.1.0) “Text Editor Framework” [Active]
    org.eclipse.update.configurator (3.0.0) “Install/Update Configurator” [Active]
    org.eclipse.update.core (3.0.0) “Install/Update Core” [Resolved]
    org.eclipse.update.core.win32 (3.0.0) “Install/Update Core for Windows” [Resolved]
    org.eclipse.update.scheduler (3.0.0) “Automatic Updates Scheduler” [Active]
    org.eclipse.update.ui (3.0.0) “Install/Update UI” [Resolved]
    org.eclipse.webbrowser (13.8.4) “Web Browser” [Active]
    org.eclipse.xsd (2.1.0) “XML Schema Infoset Model (XSD)” [Resolved]
    org.eclipse.xsd.edit (2.0.1) “XML Schema Edit Framework” [Resolved]
    org.junit (3.8.1) “JUnit Testing Framework” [Resolved]

    *** User Preferences:
    #Tue Feb 08 09:56:42 PST 2005
    /instance/com.genuitec.eclipse.wizards/struct.set.2=java.util.HashSet
    /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.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
    /instance/com.genuitec.eclipse.easie.jetty4/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.easie.jboss3/SERVER_ENABLEMENT=false
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.HelloWorld.isUptoDate=true
    /instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=jdk1.5
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\=”1.0″

    encoding\=”UTF-8″?><templates/>

    @com
    .genuitec.eclipse.ast.deploy.core=3.8.4
    @org.eclipse.jdt.core=3.1.0
    /instance/org.eclipse.jdt.ui/spelling_ignore_digits=true
    /instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=jdk1.5.0
    /instance/org.eclipse.jdt.ui/spelling_ignore_urls=true
    /instance/com.genuitec.eclipse.wizards/list.template.1.label=Default template for List with basic types (no List used)
    /instance/com.genuitec.eclipse.ast.deploy.core/jboss4Server.HelloWorld.isDeployed=true
    /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.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/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.tomcat5/LIBRARY_PATH=”D\:\\jdk1.5.0\\bin;D\:\\tomcat5.5.4\\jakarta-tomcat-5.5.4\\bin”
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
    /instance/org.eclipse.jdt.ui/hoverModifierMasks=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDe

    bugHover;0;org.eclipse.jdt.ui.ProblemHover;0;org.eclipse.jdt.ui.NLStringHover;0;org.eclipse.jdt.ui.JavadocHover;0;org.eclips

    e.jdt.ui.JavaSourceHover;262144;org.eclipse.jdt.ui.AnnotationHover;0;
    /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 sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/sunpkcs11.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
    /configuration/org.eclipse.ui/SHOW_WORKSPACE_SELECTION_DIALOG=true
    /instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=jdk1.5.0
    /instance/com.genuitec.eclipse.ast.deploy.core/jboss4Server.HelloWorld.deploymentPath=D\:\\jboss-4.0.1\\server\\default\\dep

    loy\\HelloWorld.war
    /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.StandardVMType13,1107312321612″

    defaultVMConnector\=””>\r\n<vmType id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\r\n<vm id\=”0″

    javadocURL\=”http\://java.sun.com/j2se/1.5.0/docs/api/” name\=”jdk1.5.0″ path\=”D\:\\jdk1.5.0″/>\r\n<vm id\=”1107312321612″

    javadocURL\=”file\:/D\:/docs/docs5.0/docs/api/” name\=”jdk1.5″ path\=”D\:\\jdk1.5.0″/>\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
    /configuration/org.eclipse.ui/RECENT_WORKSPACES_PROTOCOL=2
    /instance/com.genuitec.eclipse.wizards/enumeration.template.1=Templates/Enumeration.java
    /instance/com.genuitec.eclipse.easie.jboss4/JBOSS_HOME=D\:\\jboss-4.0.1

    @com
    .genuitec.eclipse.wizards=3.8.4
    /project/simple1/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
    \!/=
    /instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types

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

    @com
    .genuitec.eclipse.easie.sun8=3.8.3
    /instance/com.genuitec.eclipse.ast.deploy.core/jboss4Server.HelloWorld.shouldBackup=false
    /instance/org.eclipse.jdt.ui/tabWidthPropagated=true
    /instance/com.genuitec.eclipse.easie.jetty5/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.HelloWorld.type=WebDeployment
    /instance/com.genuitec.eclipse.wizards/factory.template.1.label=Default template for factory
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated=true
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HelloWorld|com.genuitec.eclipse.j2eedt.core.J2EE14_CO

    NTAINER=<?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.4/data/libraryset/1.4/activation.jar”/>\r\n<classpathen

    try kind\=”lib” path\=”C\:/Program

    Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4/javax.servlet.jar”/>\r\n<classpat

    hentry kind\=”lib” path\=”C\:/Program

    Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4/javax.servlet.jsp.jar”/>\r\n<clas

    spathentry kind\=”lib” path\=”C\:/Program

    Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4/jboss-j2ee.jar”/>\r\n<classpathen

    try kind\=”lib” path\=”C\:/Program

    Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4/jboss-jaxrpc.jar”/>\r\n<classpath

    entry kind\=”lib” path\=”C\:/Program

    Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4/jboss-jsr77.jar”/>\r\n<classpathe

    ntry kind\=”lib” path\=”C\:/Program

    Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4/jboss-saaj.jar”/>\r\n<classpathen

    try kind\=”lib” path\=”C\:/Program

    Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/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.4/data/libraryset/1.4/namespace.jar”/>\r\n<classpathent

    ry kind\=”lib” path\=”C\:/Program

    Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4/xml-apis.jar”/>\r\n</classpath>\r

    \n
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=D\:/jdk1.5.0/jre/lib/rt.jar
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.HelloWorld.isDeployed=true
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.JUnit|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml

    version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
    /instance/com.genuitec.eclipse.easie.bejy/JDK_INSTALLATION_NAME=jdk1.5
    /project/simple1/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

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

    @com
    .genuitec.eclipse.easie.resin2=3.8.1
    /instance/org.eclipse.ui/showIntro=false
    /instance/org.eclipse.jdt.ui/spelling_ignore_mixed=true
    /instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_BASE=D\:\\tomcat5.5.4\\jakarta-tomcat-5.5.4
    /configuration/org.eclipse.ui/MAX_RECENT_WORKSPACES=5
    /project/simple1/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.5
    /instance/com.genuitec.eclipse.wizards/applethtml.template.1=Templates/Applet.html
    /instance/com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=jdk1.5.0

    @com
    .genuitec.eclipse.easie.jrun4=3.8.1
    /instance/com.genuitec.eclipse.easie.jboss2/SERVER_STARTUP_ARG=catalina
    /instance/com.genuitec.eclipse.easie.sun81/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.wizards/object.template.9.label=Default template for enumeration
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.HelloWorld.deploymentPath=D\:\\tomcat5.5.4\\jakarta-tomcat-5.5.

    4\\webapps\\HelloWorld

    @com
    .ibm.sse.editor.jsp=13.8.4
    /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
    /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.sun81=3.8.3

    @com
    .genuitec.eclipse.easie.weblogic8=3.8.1
    /project/JUnit/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.5

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

    @com
    .genuitec.eclipse.easie.weblogic6=3.8.1
    /instance/org.eclipse.webbrowser/internalWebBrowserOldFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\:/

    /www.eclipse.org|*|
    /instance/com.genuitec.eclipse.wizards/singleton.template.2.label=Singleton with double-checked locking
    /instance/com.genuitec.eclipse.easie.jboss4/SERVER_ENABLEMENT=true
    /instance/com.genuitec.eclipse.wizards/object.template.6.label=Default template for a Struts Action class
    @org.eclipse.jdt.ui=3.1.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=jdk1.5.0
    /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/spelling_locale=en_US
    /instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
    /instance/com.genuitec.eclipse.wizards/ejb.template.3=Templates/EjbEntity.java
    /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/com.genuitec.eclipse.ast.deploy.core/jboss4Server.HelloWorld.earProjectName=
    /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.wizards/object.template.9=Templates/Enumeration.java
    /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=jdk1.5
    /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/com.genuitec.eclipse.wizards/object.template.5=Templates/StrutsActionForm.java
    /instance/com.genuitec.eclipse.wizards/xml.template.2=Templates/WebXml.xml
    /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=jdk1.5
    /instance/com.genuitec.eclipse.wizards/object.template.3=Templates/Applet.java
    /instance/com.ibm.sse.editor/hoverModifiers=combinationHover|true|0;problemHover|false|0;documentationHover|false|0;annotati

    onHover|true|Ctrl;
    /instance/com.genuitec.eclipse.wizards/object.template.5.label=Default template for a Struts ActionForm class
    /instance/com.genuitec.eclipse.wizards/object.template.2=Templates/Exception.java
    /instance/com.genuitec.eclipse.wizards/object.template.1=Templates/Bean.java
    file_export_version=3.0
    /instance/com.genuitec.eclipse.easie.jboss3/SERVER_STARTUP_ARG=-c default
    /instance/com.genuitec.eclipse.wizards/object.template.1.label=Default template for a bean class
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.HelloWorld.deployIsOverProject=false
    /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/org.eclipse.jdt.ui/spelling_user_dictionary=

    @com
    .ibm.sse.editor=13.8.4
    /instance/com.genuitec.eclipse.wizards/object.template.3.label=Default template for Applet
    /instance/com.genuitec.eclipse.wizards/array.template.2.label=Default template for Array with object types
    /instance/com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=jdk1.5
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.simple1|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml

    version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/rt.jar”/>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/jsse.jar”/>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/jce.jar”/>\r\n<classpathentry sourcepath\=”D\:/jdk1.5.0/src.zip” kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib”

    path\=”D\:/jdk1.5.0/jre/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n

    @com
    .genuitec.eclipse.easie.oracle9=3.8.1
    /instance/com.genuitec.eclipse.wizards/xml.template.3.label=XML template for a web.xml file with Struts
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classFormatVersion=TN|6652785556384|6654377556384|snyfr|8|3|9
    /project/JUnit/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    /instance/com.genuitec.eclipse.wizards/ejb.template.2.label=Message Driven EJB
    /instance/com.genuitec.eclipse.easie.resin3/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.wizards/xml.template.4.label=XML template for a struts-config.xml file
    /instance/com.genuitec.eclipse.easie.jonas4/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.wizards/ejb.template.3.label=Entity EJB
    /instance/com.genuitec.eclipse.wizards/applet.template.1.label=Template for Applet with JDK1.3
    /instance/org.eclipse.jdt.ui/spelling_ignore_upper=true
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
    /instance/com.genuitec.eclipse.easie.websphere/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.wizards/applet.template.2.label=Template for Applet with JDK1.4

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

    @com
    .genuitec.eclipse.easie.orion1=3.8.1
    /instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_TEMP=D\:\\tomcat5.5.4\\jakarta-tomcat-5.5.4\\temp
    /configuration/org.eclipse.ui/RECENT_WORKSPACES=D\:\\eclipse3.1m4\\eclipse\\workspace
    /project/JUnit/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.5
    /instance/com.genuitec.eclipse.wizards/xml.template.1.label=Default XML template
    /instance/com.genuitec.eclipse.easie.jboss4/JDK_HOME=D\:\\jdk1.5.0
    /instance/com.genuitec.eclipse.wizards/xml.template.2.label=XML template for a web.xml file

    @com
    .genuitec.eclipse.easie.websphere5=3.8.1
    /instance/com.genuitec.eclipse.wizards/ejb.template.1.label=Session EJB
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations=<?xml version\=”1.0″

    encoding\=”UTF-8″?>\r\n<javadoclocation>\r\n<location_01 path\=”D\:/jdk1.5.0/jre/lib/jce.jar”

    url\=”file\:/D\:/docs/docs5.0/docs/api/”/>\r\n<location_01 path\=”D\:/jdk1.5.0/jre/lib/ext/sunpkcs11.jar”

    url\=”file\:/D\:/docs/docs5.0/docs/api/”/>\r\n<location_01 path\=”D\:/jdk1.5.0/jre/lib/ext/localedata.jar”

    url\=”file\:/D\:/docs/docs5.0/docs/api/”/>\r\n<location_01 path\=”D\:/jdk1.5.0/jre/lib/rt.jar”

    url\=”file\:/D\:/docs/docs5.0/docs/api/”/>\r\n<location_01 path\=”D\:/jdk1.5.0/jre/lib/jsse.jar”

    url\=”file\:/D\:/docs/docs5.0/docs/api/”/>\r\n<location_01 path\=”D\:/jdk1.5.0/jre/lib/ext/dnsns.jar”

    url\=”file\:/D\:/docs/docs5.0/docs/api/”/>\r\n<location_01 path\=”D\:/jdk1.5.0/jre/lib/ext/sunjce_provider.jar”

    url\=”file\:/D\:/docs/docs5.0/docs/api/”/>\r\n<location_01 path\=”D\:/jdk1.5.0/jre/lib/charsets.jar”

    url\=”file\:/D\:/docs/docs5.0/docs/api/”/>\r\n</javadoclocation>\r\n
    /instance/com.genuitec.eclipse.easie.websphere5/JDK_INSTALLATION_NAME=jdk1.5
    /instance/org.eclipse.jdt.ui/spelling_enable_contentassist=false
    /instance/com.genuitec.eclipse.wizards/snippetLibInstalled=true
    /instance/com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=jdk1.5
    @org.eclipse.ui.editors=3.1.0
    /instance/org.eclipse.jdt.ui/Refactoring.ErrorPage.severityThreshold=2
    @com.genuitec.eclipse.easie.jboss4=3.8.2

    @com
    .genuitec.eclipse.easie.jboss3=3.8.2
    /instance/org.eclipse.jdt.ui/spelling_proposal_threshold=20

    @com
    .genuitec.eclipse.easie.jboss2=3.8.1
    /instance/com.genuitec.eclipse.ast.deploy.core/jboss4Server.HelloWorld.isExploded=true
    /instance/com.genuitec.eclipse.easie.jboss4/SERVER_STARTUP_ARG=-c default
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.HelloWorld.shouldBackup=false
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.HelloWorld.earProjectName=

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

    @com
    .genuitec.eclipse.easie.tomcat4=3.8.1
    /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;
    @org.eclipse.jdt.launching=3.1.0
    /instance/com.ibm.sse.editor/com.ibm.sse.model.html.htmlsource.autoPropose=true
    /instance/com.genuitec.eclipse.easie.tomcat4/JDK_INSTALLATION_NAME=jdk1.5
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=
    /instance/com.genuitec.eclipse.easie.oracle9/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.easie.orion1/JDK_INSTALLATION_NAME=jdk1.5
    /instance/org.eclipse.jdt.ui/fontPropagated=true
    /instance/com.genuitec.eclipse.easie.tomcat5/ENDORSED_DIRS=”D\:\\tomcat5.5.4\\jakarta-tomcat-5.5.4/common/endorsed”
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.HelloWorld.isExploded=true
    /instance/org.eclipse.webbrowser/internalWebBrowserFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\://ww

    w.eclipse.org|*|
    /instance/com.genuitec.eclipse.wizards/jsp.template.6.label=Default JSF template
    /instance/com.genuitec.eclipse.wizards/servlet.template.1.label=Default template for Servlet
    /instance/com.genuitec.eclipse.easie.tomcat5/JDK_HOME=D\:\\jdk1.5.0
    @org.eclipse.webbrowser=13.8.4
    /instance/com.genuitec.eclipse.wizards/html.template.3=Templates/Applet.html
    /instance/com.genuitec.eclipse.wizards/jsp.template.7.label=Just as HTML

    @com
    .genuitec.eclipse.easie.bejy=3.8.1
    /instance/com.genuitec.eclipse.wizards/html.template.2=Templates/HtmlWithLoginForm.html
    /instance/com.genuitec.eclipse.wizards/html.template.1=Templates/Html.html
    /project/simple1/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    /instance/com.genuitec.eclipse.wizards/applethtml.template.1.label=Default Applet HTML template
    /instance/com.genuitec.eclipse.ast.deploy.core/jboss4Server.HelloWorld.deployIsOverProject=false
    /instance/com.ibm.sse.editor.jsp/com.ibm.sse.editor.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>

    @com
    .genuitec.eclipse.easie.websphere=3.8.1
    /instance/com.genuitec.eclipse.wizards/struct.map.4=java.util.TreeMap
    /instance/com.genuitec.eclipse.wizards/array.template.2=Templates/ArrayObjectType.java
    /instance/com.genuitec.eclipse.easie.jboss4/ENDORSED_DIRS=D\:\\jboss-4.0.1\\lib\\endorsed
    /instance/com.genuitec.eclipse.ast.deploy.core/jboss4Server.HelloWorld.isUptoDate=true
    /instance/com.genuitec.eclipse.wizards/struct.map.3=java.util.WeakHashMap
    /instance/com.genuitec.eclipse.easie.jrun4/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.wizards/array.template.1=Templates/ArrayBasicType.java
    /instance/org.eclipse.jdt.ui/hoverModifiers=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.internal.debug.ui.JavaDebugH

    over;\!0;org.eclipse.jdt.ui.ProblemHover;\!0;org.eclipse.jdt.ui.NLStringHover;\!0;org.eclipse.jdt.ui.JavadocHover;\!0;org.ec

    lipse.jdt.ui.JavaSourceHover;Ctrl;org.eclipse.jdt.ui.AnnotationHover;\!0;
    /instance/com.genuitec.eclipse.wizards/struct.map.2=java.util.Hashtable
    /instance/org.eclipse.ui.editors/bookmarkIndication=true
    /instance/com.genuitec.eclipse.wizards/servlet.template.1=Templates/Servlet.java
    /instance/com.genuitec.eclipse.wizards/struct.map.1=java.util.HashMap
    /instance/com.genuitec.eclipse.wizards/jsp.template.4.label=Standard JSP using Struts 1.2
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
    /instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.easie.jboss4/LIBRARY_PATH=”D\:\\jdk1.5.0\\bin”
    /instance/com.genuitec.eclipse.wizards/map.template.1.label=Default template for Map with basic types
    /instance/com.genuitec.eclipse.wizards/jsp.template.5.label=Standard JSP using Struts 1.2 with a form
    /project/simple1/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.5
    /instance/com.genuitec.eclipse.wizards/map.template.2.label=Default template for Map with object types
    /instance/com.genuitec.eclipse.easie.orion2/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.ast.deploy.core/jboss4Server.HelloWorld.contextRoot=/HelloWorld
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=C\:/Program

    Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset
    /instance/com.genuitec.eclipse.wizards/html.template.3.label=Default Applet HTML template
    /instance/com.genuitec.eclipse.wizards/jsp.template.2.label=Standard JSP using Struts 1.1
    /instance/com.genuitec.eclipse.wizards/jsp.template.7=Templates/Jsp2.jsp
    /instance/com.ibm.sse.editor/useAnnotationsPrefPage=true
    /instance/com.genuitec.eclipse.wizards/jsp.template.6=Templates/JsF.jsp
    /instance/com.genuitec.eclipse.wizards/jsp.template.5=Templates/Struts2-1_2.jsp

    @com
    .genuitec.eclipse.easie.jetty5=3.8.1
    /project/JUnit/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
    /instance/com.genuitec.eclipse.wizards/jsp.template.4=Templates/Struts-1_2.jsp

    @com
    .genuitec.eclipse.easie.jetty4=3.8.1
    /instance/com.genuitec.eclipse.wizards/jsp.template.3.label=Standard JSP using Struts 1.1 with a form
    /instance/com.genuitec.eclipse.wizards/jsp.template.3=Templates/Struts2.jsp
    /instance/com.genuitec.eclipse.wizards/jsp.template.2=Templates/Struts.jsp
    /instance/com.genuitec.eclipse.wizards/jsp.template.1=Templates/Jsp.jsp
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.HelloWorld.contextRoot=/HelloWorld
    /instance/org.eclipse.jdt.ui/spelling_ignore_sentence=true
    /instance/com.genuitec.eclipse.ast.deploy.core/jboss4Server.HelloWorld.type=WebDeployment
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=D\:/jdk1.5.0/src.zip
    /instance/com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=jdk1.5
    /instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_HOME=D\:\\tomcat5.5.4\\jakarta-tomcat-5.5.4
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>
    /project/JUnit/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

    @com
    .genuitec.eclipse.easie.jonas4=3.8.3
    @org.eclipse.ui=3.1.0

    @com
    .genuitec.eclipse.easie.jonas3=3.8.3
    /instance/com.genuitec.eclipse.wizards/html.template.1.label=Default HTML template

    *** Update Manager Log:

    Configuration=Mon Jan 31 18:43:31 PST 2005
    Is current configuration=false

    —————————————————-
    Configuration=Mon Jan 31 19:40:57 PST 2005
    Is current configuration=false

    —————————————————-
    Configuration=Sat Feb 05 10:44:20 PST 2005
    Is current configuration=false

    —————————————————-
    Configuration=Sun Feb 06 13:21:29 PST 2005
    Is current configuration=true

    #224718 Reply

    Riyad Kalla
    Member

    Everything looks fine, are you sure you just aren’t waiting long enough to see the error markers inthe left margin? (you are talking about the markers in the LEFT margin right?)

    #224720 Reply

    jwach366
    Member

    Well, when I first got into Eclipse after a fresh install of MyEclipse, and the syntax checking was working, the syntax checking in a JSP was immediate; no slower than it is when I edit a java program. When it doesn’t work, I’m sure I had an error on the screen for at least 10 seconds before concluding that the syntax check wasn’t going to kick in..
    And when it does work, I see the red x in the left margin, the error is underlined with a squiggly line and a little red rectangle appears in the right margin.
    Are there any command parameters I could include in the command in my Eclipse shortcut that might cause some useful info to be written to a log? If so, I could do another uninstall and reinstall of Eclipse, launch Eclipse (expecting syntax checking to work), then if it does work, I could save off the log info, exit Eclipse, launch it again with the same command parameters as before, come into Eclipse and if syntax checking again does not work, save off the fresh log info and perhaps a comparison of the 2 ‘before and after initial launch’ pieces of log info might show something up.. ?

    #224722 Reply

    Riyad Kalla
    Member

    First let me thank you for helping us run this down. Second, let’s try a new workspace, something totally new (a new workspace is a lot like reinstalling Windows for Eclipse, that is where it stores everything).

    Go to File > Switch Workspace and type in a random/new location, like C:\tempeclipseworkspace and hit Enter. Let Eclipse reload. Now create a new Web Project and a new JSP page. Edit the JSP page (make sure you are using the MyEclipse JSP Editor) and see if the validation is much more consistent.

    If it is. Shut down Eclipse, add -clean to your command line arguments and try and start it back up pointing at your old workspace. After it comes up, close all editors and projects. Then Shutdown and restart again (now you can remove -clean) and reopen the problomatic project. Go to Project > Clean and let it rebuild the entire project. Now see if validation is working.

    #224815 Reply

    jwach366
    Member

    I did what you suggest in the second paragraph of your latest entry. The validation/syntax checking still doesn’t work however, I do notice that when I remove a letter from ‘String’ in this line:
    String path = request.getcontextPath();
    a little purple rectangle appears in the inner left margin (the skinny one). I think I just hadn’t noticed this before. But, I don’t get the squiggly line underneath the error I’ve created nor the red x in the fatter, outer left margin, nor the little red rectangle over in the right hand margin as I do when editing a java program.
    After launching Eclipse, doing the File>Switch Workspace, specifying a folder I created just prior to launching Eclipse, hitting Enter, seeing Eclipse exit and restart itself with the new workspace, creating the new Web Project, creating a JSP (using the default JSP template), then editing that JSP and still seeing syntax checking not working (with the exception of the purple rectangle in the inner lefthand margin next to the line on which I removed a couple of letters from ‘String’, I replace the letters, save the JSP and create a new Java Project. (Again, I’m in my new workspace now). In that new Java Project I create a new package then a new class within it. I edit that class and syntax checking is working as expected.
    I exit it, go back to the new little test JSP, syntax checking hasn’t come back (again with the exception of the purple rectangle in the inner lefthand margin next to the line in which I remove a couple of letters from ‘String’).
    Next, I did what you suggest in the third paragraph of your latest entry. Still no change. I’m back in my old workspace, editing my old MyJsp.jsp, I remove the couple of letters from ‘String’ and do get the purple rectangle in the inner left margin but there’s still no other sign of syntax checking. I go to my java program in the java project in this workspace,
    syntax checking is fine.
    I exit Eclipse, go to the shortcut, put back in the -vm c:\jdk1.5.0\bin\javaw.exe -vmargs -Xmx256m (I had removed -clean at the point you suggested so I wasn’t replacing -clean with -vm c:\jdk1.5.0\bin\javaw.exe -vmargs -Xmx256m) but this didn’t change anything.
    I’m assuming you guys aren’t getting this syntax checking error. Could it be something to do with running Eclipse on Windows 2000?

    #224824 Reply

    Riyad Kalla
    Member

    a little purple rectangle appears in the inner left margin (the skinny one).

    That is the Eclipse QuickDiff support, it shows your diffs real-time, kinda cool.

    I’m assuming you guys aren’t getting this syntax checking error.

    Jeez I wish I was, I’m honestly ripping my hair out over here because it all *seems* perfectly fine the way you have it setup… I am baffled. You sure there is nothing in your log file about validation failing? And you are extra-positive that you are using the MyEclipse JSP editor?

    Could it be something to do with running Eclipse on Windows 2000?

    We are not aware of any issue with this combination, but I suppose anything is possible.

    Do you have Terminal Services installed on your computer? Is there anyway I could login to a temp account on your machine, setup Eclipse and figure out what is going on and then have you play with it? I’m willing to try anything shy of flying out to your work…. hell I’ll even zip up my entire Eclipse install and put it somewhere for you if you have web/ftp/whatever space that I can get at.

    #224948 Reply

    jwach366
    Member

    I did a Find on ‘val’ in the .metadata’s log file and don’t get a hit. I open my JSP by right clicking on it and selecting Open With MyEclipse JSP editor. Still no syntax checking.
    I don’t know what Terminal Services but as I’ve never encountered it nor put it on my machine, I’m pretty sure I don’t have it. I only have a dial-up connection at home but at my work I do connect to the network there with this machine and the business there does have a website. Can you tell me about the possible temp account on my machine?
    A web/ftp/whatever space- it sounds like this would be different than zipping up your Eclipse install and attaching it in an e-mail. (Not that I know if that’s practical or realistic..)
    I am getting a new machine and expect it at the end of the month. It’ll have XP Pro on it. I’m getting it because I’ve found in the last couple of weeks that this machine is just too slow for running Eclipse and MyEclipse and JBoss all at the same time- It’s a Pentium III at 670mhz, 256mb memory with room for only 512mb. Worse comes to worse, I’ll download a fresh copy of Eclipse and MyEclipse onto the new machine and hope that the problem really is with just this machine rather than with a ghost that follows me around and selectively messes with mechanical things that I come in contact with.

    #224977 Reply

    Riyad Kalla
    Member

    jwach,
    If you can hold out until the new machine and then do the reinstall and let me know what happens I would really appreciate it. If that doesn’t work I’ll find a way to zip up my entire Eclipse install (~90mb) and send it to you to see if THAT one works.

    Thank you for all your help in going through this, I wonder if it is “just one of those things”…

    #225046 Reply

    jwach366
    Member

    Riyad-
    Will do. Thank you for all your help and efforts. I really appreciate it. I’ll let you know what happens!

Viewing 15 posts - 1 through 15 (of 19 total)
Reply To: Syntax checking not working in a JSP-MyEclipse 3.8.4beta

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