- This topic has 43 replies, 5 voices, and was last updated 19 years, 7 months ago by Riyad Kalla.
-
AuthorPosts
-
Riyad KallaMemberlol, glad to hear it.
jwach366MemberHello-
Since I first had this problem, I got a new computer, running Windows XP Pro SP2, Pentium 4. The problem still exists on the new machine. Sigh.
I downloaded a fresh copy of Eclipse 3.1m4 and MyEclipse 3.8.4beta for 3.1m4. Syntax checking still does not work for a JSP but does for ajava program. It would sure seem at this point that the problem has got to be on account of something I’m doing/not doing.
In the Eclipse shortcut, I tried: C:\eclipse3.1m4\eclipse\eclipse.exe -vm C:\j2sdk1.4.2_07\bin\javaw.exe -vmargs -Xmx256m
My path environment variable:
C:\Program Files\Java\jdk1.5.0_01\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control PanelI also tried this value:
C:\j2sdk1.4.2_07\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control PanelNo help. But, might the space in ‘Program Files’ be a problem for MyEclipse? Might one JDK or location be better than the other? The JREs for both the 1.5.0_01 and 1.4.2_07 versions are in C:\Program Files\Java. That’s where they defaulted to when I downloaded them from java.sun.com.
Oddly, only j2sdk1.4.2_07 didn’t default to C:\Program Files\Java. They had it default to C:\j2sdk1.4.2_07.
Window/Preferences/MyEclipse shows this version info:
Version: 3.8.4+QF2-BetaFor3.1
Build Id: 200502031200-3.8.4+QF2-BetaFor3.1About Eclipse Platform shows:
Version: 3.1.0
Build id: 200412162000My Project>Build Automatically option is selected.
In my Web Project’s properties, MyEclipse-Validation’s ‘Override Validation preferences’ is unchecked.
Window>Prefs>MyEclipse>Validation: All the check boxes are checked except ‘HTML Syntax Validator’. Max number of messages is 25. I clicked on Restore Defaults and OK. No change in syntax checking.I’ve been doing the things suggested in http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-6092.html, where yngvewb was having the same problem (I think ‘validation’ is the same as ‘syntax checking’?). I moved my workspace/.metadata/log nnfile out of the workspace folder after deleting the little test Web Project I had created in Eclipse. I then went back into Eclipse and created it again fresh. I don’t get a new workspace/.metadata/log file though. ??
When/how does Eclipse generate this log file?I’m launching Eclipse via the Eclipse.exe shortcut with no -vmargs in the command after setting my path variable.
Here are my help/about/configuration details:
*** Date: 3/1/05 1:40 PM
*** Platform Details:
*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
catalina.base=/c:/eclipse3.1m4/eclipse/plugins/org.eclipse.tomcat_4.1.30/
catalina.home=/c:/eclipse3.1m4/eclipse/plugins/org.eclipse.tomcat_4.1.30/
catalina.useNaming=true
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=I20041216-2000
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
C:\eclipse3.1m4\eclipse\eclipse.exe -showsplash 600
-exitdata
C:\eclipse3.1m4\eclipse\eclipse.exe -exitdata ab8_38
-vm
C:\Program Files\Java\jdk1.5.0_01\bin\javaw.exe
eclipse.product=org.eclipse.platform.ide
eclipse.startTime=1109712772843
eclipse.vm=C:\Program Files\Java\jdk1.5.0_01\bin\javaw.exe
eclipse.vmargs=-cp
C:\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=C:\eclipse3.1m4\eclipse\startup.jar
java.class.version=49.0
java.endorsed.dirs=C:\Program Files\Java\jdk1.5.0_01\jre\lib\endorsed
java.ext.dirs=C:\Program Files\Java\jdk1.5.0_01\jre\lib\ext
java.home=C:\Program Files\Java\jdk1.5.0_01\jre
java.io.tmpdir=C:\DOCUME~1\JEFFWA~1\LOCALS~1\Temp\
java.library.path=C:\Program Files\Java\jdk1.5.0_01\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Java\jdk1.5.0_01\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel
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.5.0_01-b08
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_01
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_01-b08
line.separator=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
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:\eclipse3.1m4\eclipse\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/c:/eclipse3.1m4/eclipse/configuration/
osgi.framework=file:/c:/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:/c:/eclipse3.1m4/eclipse/
osgi.instance.area=file:/C:/eclipse3.1m4/eclipse/workspace/
osgi.logfile=C:\eclipse3.1m4\eclipse\workspace\.metadata\.log
osgi.manifest.cache=c:\eclipse3.1m4\eclipse\configuration\org.eclipse.osgi\manifests
osgi.nl=en_US
osgi.os=win32
osgi.splashLocation=c:\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=C:\Program Files\Java\jdk1.5.0_01\jre\lib\rt.jar;C:\Program Files\Java\jdk1.5.0_01\jre\lib\i18n.jar;C:\ProgramFiles\Java\jdk1.5.0_01\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.5.0_01\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.5.0_01
\jre\lib\jce.jar;C:\Program Files\Java\jdk1.5.0_01\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.5.0_01\jre\classes
sun.boot.library.path=C:\Program Files\Java\jdk1.5.0_01\jre\bin
sun.cpu.endian=little
sun.cpu.isalist=
sun.desktop=windows
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=Cp1252
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=Service Pack 2
user.country=US
user.dir=C:\eclipse3.1m4\eclipse
user.home=C:\Documents and Settings\Jeff Wachhorst
user.language=en
user.name=Jeff Wachhorst
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”*** 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” [Resolved]
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” [Active]
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” [Active]
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” [Active]
com.ibm.etools.validation.xmltools (13.8.1) “XML Tools Validation” [Active]
com.ibm.etools.validation.xsd (13.8.4) “XML Schema Validator” [Active]
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.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” [Active]
org.eclipse.help.base (3.0.0) “Help System Base” [Active]
org.eclipse.help.ide (3.0.0) “Help System IDE” [Active]
org.eclipse.help.ui (3.0.0) “Help System UI” [Active]
org.eclipse.help.webapp (3.0.0) “Help System Webapp” [Active]
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” [Active]
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.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.search (3.1.0) “Search Support” [Active]
org.eclipse.swt (3.1.0) “Standard Widget Toolkit” [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.ui (3.1.0) “Team Support UI” [Resolved]
org.eclipse.text (3.1.0) “Text” [Active]
org.eclipse.tomcat (4.1.30) “Tomcat Wrapper” [Active]
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.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 Mar 01 13:40:21 PST 2005
/instance/com.genuitec.eclipse.wizards/struct.set.2=java.util.HashSet
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
/instance/com.genuitec.eclipse.wizards/struct.set.1=java.util.TreeSet
/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/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
@org.eclipse.jdt.core=3.1.0
/instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=jre1.5.0_01
/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.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”>
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
/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=jre1.5.0_01
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<vmSettingsdefaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″ defaultVMConnector\=””>\r\n<vmType
id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\r\n<vm id\=”0″ javadocURL\=”http\://java.sun.com/j2se/1.5.0/docs/api/”
name\=”jre1.5.0_01″ path\=”C\:\\Program Files\\Java\\jre1.5.0_01″/>\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=C\:\\jboss4.0.1
@com.genuitec.eclipse.wizards=3.8.4
\!/=
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Test1|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/jre1.5.0_01/lib/rt.jar”/>\r\n<classpathentry
kind\=”lib” path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
/instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types
@com.genuitec.eclipse.easie.weblogic=3.8.3
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
/instance/com.genuitec.eclipse.wizards/factory.template.1.label=Default template for factory
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.5
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated=true
/instance/org.eclipse.ui/showIntro=false
/configuration/org.eclipse.ui/MAX_RECENT_WORKSPACES=5
/instance/com.genuitec.eclipse.wizards/applethtml.template.1=Templates/Applet.html
/instance/com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=jre1.5.0_01
/instance/org.eclipse.help.ui/browser.maximized=false
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Hello|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xmlversion\=”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<classpathentry 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<classpathentry 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<classpathentry
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<classpathentry 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<classpathentry 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<classpathentry 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<classpathentry 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<classpathentry 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/com.genuitec.eclipse.wizards/object.template.9.label=Default template for enumeration
@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.weblogic8=3.8.1
@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
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HelloJeff|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/jre1.5.0_01/lib/rt.jar”/>\r\n<classpathentry
kind\=”lib” path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
@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=jre1.5.0_01
/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
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
/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.wizards/object.template.9=Templates/Enumeration.java
/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.wizards/singleton.template.1.label=Default template for singleton
/instance/com.genuitec.eclipse.wizards/xml.template.4=Templates/StrutsConfig.xml
/instance/com.genuitec.eclipse.wizards/object.template.7=Templates/StrutsDispatchAction.java
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/instance/com.genuitec.eclipse.wizards/xml.template.3=Templates/WebXmlStruts.xml
/instance/com.genuitec.eclipse.wizards/object.template.6=Templates/StrutsAction.java
/instance/com.genuitec.eclipse.wizards/xml.template.2=Templates/WebXml.xml
/instance/com.genuitec.eclipse.wizards/object.template.5=Templates/StrutsActionForm.java
/instance/com.genuitec.eclipse.wizards/xml.template.1=Templates/Xml.xml
/instance/com.genuitec.eclipse.wizards/object.template.4=Templates/Servlet.java
/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;annotationHover|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
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HelloJeff|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xmlversion\=”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<classpathentry 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<classpathentry 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<classpathentry
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<classpathentry 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<classpathentry 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<classpathentry 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<classpathentry 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<classpathentry 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
file_export_version=3.0
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.5
/instance/com.genuitec.eclipse.wizards/object.template.1.label=Default template for a bean class
/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.core/org.eclipse.jdt.core.classpathContainer.Test1|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xmlversion\=”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<classpathentry 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<classpathentry 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<classpathentry
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<classpathentry 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<classpathentry 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<classpathentry 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<classpathentry 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<classpathentry 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
@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/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.First|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/jre1.5.0_01/lib/rt.jar”/>\r\n<classpathentry
kind\=”lib” path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
/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|6654107043413|6667799043413|snyfr|8|3|9
/instance/com.genuitec.eclipse.wizards/ejb.template.2.label=Message Driven EJB
/instance/com.genuitec.eclipse.wizards/xml.template.4.label=XML template for a struts-config.xml file
/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/org.eclipse.jdt.ui.editor.tab.width=
/instance/com.genuitec.eclipse.wizards/applet.template.2.label=Template for Applet with JDK1.4
/configuration/org.eclipse.ui/RECENT_WORKSPACES=C\:\\eclipse3.1m4\\eclipse\\workspace
/instance/com.genuitec.eclipse.wizards/xml.template.1.label=Default XML template
/instance/com.genuitec.eclipse.wizards/xml.template.2.label=XML template for a web.xml file
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<javadoclocation>\r\n<location_01path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jce.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/charsets.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jsse.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/rt.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n</javadoclocation>\r\n
/instance/com.genuitec.eclipse.wizards/ejb.template.1.label=Session EJB
/instance/org.eclipse.help.ui/browser.y=3
/instance/com.genuitec.eclipse.wizards/snippetLibInstalled=true
/instance/org.eclipse.help.ui/browser.x=25
/instance/org.eclipse.help.ui/browser.w=1169
/instance/org.eclipse.jdt.ui/Refactoring.ErrorPage.severityThreshold=2
@com.genuitec.eclipse.easie.jboss4=3.8.2
/instance/com.genuitec.eclipse.easie.jboss4/SERVER_STARTUP_ARG=-c default
/instance/org.eclipse.help.ui/browser.h=402
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Hello|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/jre1.5.0_01/lib/rt.jar”/>\r\n<classpathentry
kind\=”lib” path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
/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/org.eclipse.jdt.ui/fontPropagated=true
/instance/org.eclipse.webbrowser/internalWebBrowserFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\://www.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
@org.eclipse.webbrowser=13.8.4
/instance/com.genuitec.eclipse.wizards/jsp.template.7.label=Just as HTML
/instance/com.genuitec.eclipse.wizards/html.template.3=Templates/Applet.html
/instance/com.genuitec.eclipse.wizards/html.template.2=Templates/HtmlWithLoginForm.html
/instance/com.genuitec.eclipse.wizards/html.template.1=Templates/Html.html
/instance/com.genuitec.eclipse.wizards/applethtml.template.1.label=Default Applet HTML template
/instance/com.ibm.sse.editor.jsp/com.ibm.sse.editor.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>
/instance/com.genuitec.eclipse.wizards/array.template.2=Templates/ArrayObjectType.java
/instance/com.genuitec.eclipse.wizards/struct.map.4=java.util.TreeMap
/instance/com.genuitec.eclipse.wizards/array.template.1=Templates/ArrayBasicType.java
/instance/com.genuitec.eclipse.wizards/struct.map.3=java.util.WeakHashMap
/instance/com.genuitec.eclipse.wizards/struct.map.2=java.util.Hashtable
/instance/com.genuitec.eclipse.wizards/servlet.template.1=Templates/Servlet.java
/instance/com.genuitec.eclipse.wizards/struct.map.1=java.util.HashMap
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
/instance/com.genuitec.eclipse.wizards/jsp.template.4.label=Standard JSP using Struts 1.2
/instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=jre1.5.0_01
/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
/instance/com.genuitec.eclipse.wizards/map.template.2.label=Default template for Map with object types
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=C\:/ProgramFiles/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
/instance/com.genuitec.eclipse.wizards/jsp.template.4=Templates/Struts-1_2.jsp
/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
@org.eclipse.help.ui=3.0.0
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
@org.eclipse.ui=3.1.0
/instance/com.genuitec.eclipse.wizards/html.template.1.label=Default HTML template*** Update Manager Log:
Configuration=Mon Feb 28 20:24:17 PST 2005
Is current configuration=false—————————————————-
Configuration=Mon Feb 28 20:36:56 PST 2005
Is current configuration=trueThanks in advance-
Riyad KallaMemberIn the Eclipse shortcut, I tried: C:\eclipse3.1m4\eclipse\eclipse.exe -vm C:\j2sdk1.4.2_07\bin\javaw.exe -vmargs -Xmx256m
I just learned that this won’t help, it has to be in your path.
My path environment variable:
C:\Program Files\Java\jdk1.5.0_01\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control PanelThis is wrong, it is pointing at your JRE, not your JDK’s bin dir.
I also tried this value:
C:\j2sdk1.4.2_07\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control PanelThis is correct, please verify that after you do this, you can drop to a command line (Start > Run > cmd) and type “java -version” and get it to say 1.4.2_07. It looks like you have JDK 5.0 and 1.4 installed on the same machine that is why I want you to verifiy that the one in the path is right.
No help. But, might the space in ‘Program Files’ be a problem for MyEclipse? Might one JDK or location be better than the other? The JREs for both the 1.5.0_01 and 1.4.2_07 versions are in C:\Program Files\Java. That’s where they defaulted to when I downloaded them from java.sun.com.
JRE’s always default to this location, but you don’t want to worry about the JREs, you want a JDK.
Oddly, only j2sdk1.4.2_07 didn’t default to C:\Program Files\Java. They had it default to C:\j2sdk1.4.2_07.
JDK always defaults to the root of the drive in a location without spaces.
In my Web Project’s properties, MyEclipse-Validation’s ‘Override Validation preferences’ is unchecked.
Window>Prefs>MyEclipse>Validation: All the check boxes are checked except ‘HTML Syntax Validator’. Max number of messages is 25. I clicked on Restore Defaults and OK. No change in syntax checking.This all sounds good
I’ve been doing the things suggested in http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-6092.html, where yngvewb was having the same problem (I think ‘validation’ is the same as ‘syntax checking’?). I moved my workspace/.metadata/log nnfile out of the workspace folder after deleting the little test Web Project I had created in Eclipse. I then went back into Eclipse and created it again fresh. I don’t get a new workspace/.metadata/log file though. ??
When/how does Eclipse generate this log file?The .log file is created only when a message or exception occurs. So the fact that validation is “not working” but Eclipse is not reporting any exceptions is very strange to me. Are you sure you are using our editor? Try right clicking on your JSP file, go to Open With > MyEclipse JSP Editor. Then add a nonsense line like:
<% this is not real code %>
and save the file, do you get an error marker in the left OR right margin?
I’m launching Eclipse via the Eclipse.exe shortcut with no -vmargs in the command after setting my path variable.
This is fine for testing, but using -vmargs to give Eclipse more memory is very important. We usually suggest -vmargs -Xmx256m atleast.
Also looking at the entire first page of your Configuration dump I think this is still a path issue, it looks like you are starting Eclipse with your JDK under Program Files (not the JDK under C:\j2sdk1.4.2) and I’m wondering if it is a “space in the path” issue like you said. Also all the boot classpath info and library info that Eclipse is running with is ALL C:\Program Files\XXX, none of it is related to the JDK under C:\j2sdk1.4.2… try my suggestions above and pay attention to these values whne you look at your configuration details, see if they change. Try and for Eclipse to launch with the JDK using the -vm arg AND also make sure to have it as the first item in your path (like you did above).
jwach366MemberStill no luck- here’s where I’m at:
In the eclipse.exe shortcut, I put:
C:\eclipse3.1m4\eclipse\eclipse.exe -vm C:\j2sdk1.4.2_07\bin\javaw.exe -vmargs -Xmx256mMy path variable is set to:
C:\j2sdk1.4.2_07\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control PanelI opened a command prompt, executed and got this:
C:\>java -version
java version “1.4.2_07”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05)
Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode)C:\>
(The window that start>run>java -version produces is only visible for an instant.)
I had no CLASSPATH environment variable so I created one and it’s value is:
.;C:\j2sdk1.4.2_07;C:\j2sdk1.4.2_07\bin
Didn’t know if it was relevant but thought it was worth a try. It did not help.I’ve verified that a workspace/.metadata/log file has still not been generated and that I am opening my JSP with the MyEclipse JSP editor.
When I introduce an error into the JSP as you suggested, I do get the red X in the left margin and the little red box in the right margin
when I save the JSP, but only if I save it. I fix the error and have to save again for the red X and red box to go away.I note that in Window>Preferences>Java>Installed JREs, I’m showing jre1.5.0_01 (in C:\Program Files\Java\jre1.5.0_01 but no jre1.4.0_07. I’m guessing this is not a factor but I don’t know how Eclipse knew about one and created the JRE definition for it but not for the other.
Looking at the help>about>configuration details from when I was pointed at C:\Program Files\Java\jdk1.5.0_01 vs. C:\j2sdk1.4.2_07 I’m not seeing anything other than that change reflected in it but I’m just eyeballing it. I tried to use the ‘comp’ command but it is comparing character by character rather than line by line. An effective sleep aid I would think.
Here is my help>about>configuration details:
*** Date: 3/1/05 3:50 PM
*** 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
C:\eclipse3.1m4\eclipse\eclipse.exe -showsplash 600
-exitdata
C:\eclipse3.1m4\eclipse\eclipse.exe -exitdata 574_38
-vm
C:\j2sdk1.4.2_07\bin\javaw.exe
eclipse.product=org.eclipse.platform.ide
eclipse.startTime=1109720365718
eclipse.vm=C:\j2sdk1.4.2_07\bin\javaw.exe
eclipse.vmargs=-Xmx256m
-cp
C:\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=C:\eclipse3.1m4\eclipse\startup.jar
java.class.version=48.0
java.endorsed.dirs=C:\j2sdk1.4.2_07\jre\lib\endorsed
java.ext.dirs=C:\j2sdk1.4.2_07\jre\lib\ext
java.home=C:\j2sdk1.4.2_07\jre
java.io.tmpdir=C:\DOCUME~1\JEFFWA~1\LOCALS~1\Temp\
java.library.path=C:\j2sdk1.4.2_07\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\j2sdk1.4.2_07\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.4.2_07-b05
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_07
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_07-b05
line.separator=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
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:\eclipse3.1m4\eclipse\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/c:/eclipse3.1m4/eclipse/configuration/
osgi.framework=file:/c:/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:/c:/eclipse3.1m4/eclipse/
osgi.instance.area=file:/C:/eclipse3.1m4/eclipse/workspace/
osgi.logfile=C:\eclipse3.1m4\eclipse\workspace\.metadata\.log
osgi.manifest.cache=c:\eclipse3.1m4\eclipse\configuration\org.eclipse.osgi\manifests
osgi.nl=en_US
osgi.os=win32
osgi.splashLocation=c:\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=C:\j2sdk1.4.2_07\jre\lib\rt.jar;C:\j2sdk1.4.2_07\jre\lib\i18n.jar;C:\j2sdk1.4.2_07\jre\lib\sunrsasign.jar;C:\j2sdk1.4.2_07\jre\lib\jsse.jar;C:\j2sdk1.4.2_07\jre\lib\jce.jar;C:\j2sdk1.4.2_07\jre\lib\charsets.jar;C:\j2sdk1.4.2_07\jre\classes
sun.boot.library.path=C:\j2sdk1.4.2_07\jre\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 2
user.country=US
user.dir=C:\eclipse3.1m4\eclipse
user.home=C:\Documents and Settings\Jeff Wachhorst
user.language=en
user.name=Jeff Wachhorst
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”*** 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” [Resolved]
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.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.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.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.search (3.1.0) “Search Support” [Active]
org.eclipse.swt (3.1.0) “Standard Widget Toolkit” [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.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.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 Mar 01 15:50:06 PST 2005
/instance/com.genuitec.eclipse.wizards/struct.set.2=java.util.HashSet
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
/instance/com.genuitec.eclipse.wizards/struct.set.1=java.util.TreeSet
/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/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
@org.eclipse.jdt.core=3.1.0
/instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=jre1.5.0_01
/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.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”>
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
/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=jre1.5.0_01
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<vmSettingsdefaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″ defaultVMConnector\=””>\r\n<vmType
id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\r\n<vm id\=”0″ javadocURL\=”http\://java.sun.com/j2se/1.5.0/docs/api/” name\=”jre1.5.0_01″
path\=”C\:\\Program Files\\Java\\jre1.5.0_01″/>\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=C\:\\jboss4.0.1
@com.genuitec.eclipse.wizards=3.8.4
\!/=
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Test1|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/jre1.5.0_01/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jce.jar”/>\r\n<classpathentry kind\=”lib”
path\=”C\:/Program Files/Java/jre1.5.0_01/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
/instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types
@com.genuitec.eclipse.easie.weblogic=3.8.3
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
/instance/com.genuitec.eclipse.wizards/factory.template.1.label=Default template for factory
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.5
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated=true
/instance/org.eclipse.ui/showIntro=false
/configuration/org.eclipse.ui/MAX_RECENT_WORKSPACES=5
/instance/com.genuitec.eclipse.wizards/applethtml.template.1=Templates/Applet.html
/instance/com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=jre1.5.0_01
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Hello|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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.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<classpathentry
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/com.genuitec.eclipse.wizards/object.template.9.label=Default template for enumeration
@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.weblogic8=3.8.1
@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
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HelloJeff|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/jre1.5.0_01/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jce.jar”/>\r\n<classpathentry kind\=”lib”
path\=”C\:/Program Files/Java/jre1.5.0_01/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
@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=jre1.5.0_01
/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
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
/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.wizards/object.template.9=Templates/Enumeration.java
/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.wizards/singleton.template.1.label=Default template for singleton
/instance/com.genuitec.eclipse.wizards/xml.template.4=Templates/StrutsConfig.xml
/instance/com.genuitec.eclipse.wizards/object.template.7=Templates/StrutsDispatchAction.java
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
/instance/com.genuitec.eclipse.wizards/xml.template.3=Templates/WebXmlStruts.xml
/instance/com.genuitec.eclipse.wizards/object.template.6=Templates/StrutsAction.java
/instance/com.genuitec.eclipse.wizards/xml.template.2=Templates/WebXml.xml
/instance/com.genuitec.eclipse.wizards/object.template.5=Templates/StrutsActionForm.java
/instance/com.genuitec.eclipse.wizards/xml.template.1=Templates/Xml.xml
/instance/com.genuitec.eclipse.wizards/object.template.4=Templates/Servlet.java
/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;annotationHover|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
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HelloJeff|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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.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<classpathentry
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
file_export_version=3.0
/project/First/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.5
/instance/com.genuitec.eclipse.wizards/object.template.1.label=Default template for a bean class
/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.core/org.eclipse.jdt.core.classpathContainer.Test1|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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.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<classpathentry
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
@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/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.First|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/jre1.5.0_01/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jce.jar”/>\r\n<classpathentry kind\=”lib”
path\=”C\:/Program Files/Java/jre1.5.0_01/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
/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|6654107043413|6667799043413|snyfr|8|3|9
/instance/com.genuitec.eclipse.wizards/ejb.template.2.label=Message Driven EJB
/instance/com.genuitec.eclipse.wizards/xml.template.4.label=XML template for a struts-config.xml file
/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/org.eclipse.jdt.ui.editor.tab.width=
/instance/com.genuitec.eclipse.wizards/applet.template.2.label=Template for Applet with JDK1.4
/configuration/org.eclipse.ui/RECENT_WORKSPACES=C\:\\eclipse3.1m4\\eclipse\\workspace
/instance/com.genuitec.eclipse.wizards/xml.template.1.label=Default XML template
/instance/com.genuitec.eclipse.wizards/xml.template.2.label=XML template for a web.xml file
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<javadoclocation>\r\n<location_01path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jce.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/charsets.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jsse.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/rt.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n<location_01 path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar” url\=”http\://java.sun.com/j2se/1.5.0/docs/api/”/>\r\n</javadoclocation>\r\n
/instance/com.genuitec.eclipse.wizards/ejb.template.1.label=Session EJB
/instance/com.genuitec.eclipse.wizards/snippetLibInstalled=true
/instance/org.eclipse.jdt.ui/Refactoring.ErrorPage.severityThreshold=2
@com.genuitec.eclipse.easie.jboss4=3.8.2
/instance/com.genuitec.eclipse.easie.jboss4/SERVER_STARTUP_ARG=-c default
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Hello|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/jre1.5.0_01/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/jre1.5.0_01/lib/jce.jar”/>\r\n<classpathentry kind\=”lib”
path\=”C\:/Program Files/Java/jre1.5.0_01/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunjce_provider.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program
Files/Java/jre1.5.0_01/lib/ext/sunpkcs11.jar”/>\r\n</classpath>\r\n
/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/org.eclipse.jdt.ui/fontPropagated=true
/instance/org.eclipse.webbrowser/internalWebBrowserFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\://www.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
@org.eclipse.webbrowser=13.8.4
/instance/com.genuitec.eclipse.wizards/jsp.template.7.label=Just as HTML
/instance/com.genuitec.eclipse.wizards/html.template.3=Templates/Applet.html
/instance/com.genuitec.eclipse.wizards/html.template.2=Templates/HtmlWithLoginForm.html
/instance/com.genuitec.eclipse.wizards/html.template.1=Templates/Html.html
/instance/com.genuitec.eclipse.wizards/applethtml.template.1.label=Default Applet HTML template
/instance/com.ibm.sse.editor.jsp/com.ibm.sse.editor.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>
/instance/com.genuitec.eclipse.wizards/array.template.2=Templates/ArrayObjectType.java
/instance/com.genuitec.eclipse.wizards/struct.map.4=java.util.TreeMap
/instance/com.genuitec.eclipse.wizards/array.template.1=Templates/ArrayBasicType.java
/instance/com.genuitec.eclipse.wizards/struct.map.3=java.util.WeakHashMap
/instance/com.genuitec.eclipse.wizards/struct.map.2=java.util.Hashtable
/instance/com.genuitec.eclipse.wizards/servlet.template.1=Templates/Servlet.java
/instance/com.genuitec.eclipse.wizards/struct.map.1=java.util.HashMap
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
/instance/com.genuitec.eclipse.wizards/jsp.template.4.label=Standard JSP using Struts 1.2
/instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=jre1.5.0_01
/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
/instance/com.genuitec.eclipse.wizards/map.template.2.label=Default template for Map with object types
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=C\:/ProgramFiles/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
/instance/com.genuitec.eclipse.wizards/jsp.template.4=Templates/Struts-1_2.jsp
/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/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
@org.eclipse.ui=3.1.0
/instance/com.genuitec.eclipse.wizards/html.template.1.label=Default HTML template*** Update Manager Log:
Configuration=Mon Feb 28 20:24:17 PST 2005
Is current configuration=false—————————————————-
Configuration=Mon Feb 28 20:36:56 PST 2005
Is current configuration=true
Riyad KallaMemberWhen I introduce an error into the JSP as you suggested, I do get the red X in the left margin and the little red box in the right margin
when I save the JSP, but only if I save it. I fix the error and have to save again for the red X and red box to go away.Wait wait wait… this IS the correct behavior! Why did you think validation was not working?
jwach366MemberBecause on my old machine, when I first installed MyEclipse, I created the simple JSP (‘MyJsp.jsp’ per the Application Development Guide’s Working with Web Projects chapter) and realtime syntax checking worked, the way it does when you are editing a java program. If you type in a line of code and leave off the semicolon at the end of the line, you get the red squiggle there, the red X in the left margin and the red box in the right margin. Or, if you change ‘String’ to ‘Sing’ in a declaration of a String, ‘Sing’ gets the same treatment. When I exited Eclipse after that first session, (on my old machine with Windows 2000) this real-time syntax checking never worked again.
When I installed MyEclipse3.8.4beta on my new machine, (Windows XP Pro), real-time syntax checking has not worked for a JSP even in the first session with it. Validation upon saving the JSP after introducing an error in the JSP has always worked though. Should there be no real-time syntax checking when editing a JSP? If so, how could it ever have worked? Another detail- in ‘myJsp.jsp’ that you create when you go thru the ‘Working with Web Projects’ chapter of the Application Development Guide, (which uses the default JSP template), when real-time syntax checking worked, I saw a yellow squiggle underneath the import for java.util.* and a message saying that java.util.* was never used in the JSP. I think that was correct. However, this error was not flagged when I saved MyJsp.jsp when real-time syntax checking wasn’t working.
Yeesh. Getting weirder?
Riyad KallaMemberthis real-time syntax checking never worked again.
Make sure the following setting is checked: Window > Prefs > MyEclipse > Editors > Common Editor Preferences > “Analyze annotations while typing”
The error markers in the RIGHT margin are “reconciler” errors, or real-time checking errors. The setting above turns them on or off. The errors in the LEFT margin are compiler errors, meaning the page has been validated against a JSP compiler and the errors that were found are marked.
Should there be no real-time syntax checking when editing a JSP?
There should be, but with that beta release on a beta platform I wouldn’t be surprised if you got *some* funkiness, especially after all the things we tried.
I saw a yellow squiggle underneath the import for java.util.* and a message saying that java.util.* was never used in the JSP. I think that was correct. However, this error was not flagged when I saved MyJsp.jsp when real-time syntax checking wasn’t working.
This really sounds like the reconciler is just turned off, as you should get all these marked for you… try the flag I mentioned above (even turn it off, and hit Apply, then turn it back on and hit Apply) to make sure.
jwach366MemberNo change. The ‘Analyze annotations while typing’ box was checked so I unchecked it, hit ‘apply’, went to my JSP (heck, maybe off would actually be on!) but no. Went back and checked it again, hit apply and still no change. However, the ‘show line numbers’ and ‘highlight current line’ boxes both responded to being turned on and off..
Riyad KallaMemberIf I were you I would suggest installing Eclipse 3.0.1 SDK and MyEclipse 3.8.4 Stable (not the beta for Eclipse 3.1) and seeing if it works there. This could just be a beta issue on your computer.
jwach366MemberSounds like a plan. I’ll let you know what happens. Thanks for your efforts there-
jwach366MemberYes! I installed Eclipse 3.0.1 SDK and MyEclipse 3.8.4 (not beta), went straight in and created the test JSP, clicked on it to open it, it comes up, I see the little yellow squiggly under import=”java.util.*” and heaved that big sigh of relief. Fiddled around, it continued to work, exited, came back in, it is still working. Fantastic. So weird that you guys were not getting this error in 3.8.4beta though. Cause I did absolutely nothing different this time than I did a couple of days ago when I installed Eclipse 3.1m4 and MyEclipse3.8.4beta and on a brand new machine. Anyway, thanks again for your prompt replies and suggestions.
Riyad KallaMemberHey I’m glad to hear it is working, I have filed an issue for us to looking into the beta issue. When we collect after EC is done we’ll have a look and see whats up.
BlackdogsoftMemberMy name’s Robb, I’m using :
Eclipse 3.1 M4
MyEclipse 3.8.4beta
jdk1.5.0_02
Tomcat 5.5I tried adding my jdk/bin path to the system path variable as suggested in another thread, but that didn’t work. I get no error messages in my .metadata/.log file either. I’m not sure what to try next. I followed the instruction on the thread to check my preferences and the like. It all seems to check out fine.
I appreciate any help in advance.
Thanks.
Riyad KallaMemberRobb,
Please describe exactly the problem you are having, sometimes people think they are having the same problem and the slightest little detail helps us nail down what is actually going on.
BlackdogsoftMemberRiyad,
I am not getting any messages at all in my JSP editor that would indicate that there are errors in the code. I purposely put an error in the code and I did not recieve an error icon on the margin. -
AuthorPosts