- This topic has 12 replies, 4 voices, and was last updated 18 years, 3 months ago by knsruthi.
-
AuthorPosts
-
Hechun ChenMemberHi:
I am just following your struts demo to create an structs project, but fail by following error.
Severity Description Resource In Folder Location Creation Time
2 The import com.my.struts.form.LoginForm cannot be resolved LoginAction.java Test/src/com/yourcompany/struts/action line 14 October 8, 2004 12:43:31 PM
Severity Description Resource In Folder Location Creation Time
2 LoginForm cannot be resolved or is not a type LoginAction.java Test/src/com/yourcompany/struts/action line 42 October 8, 2004 12:43:31 PM//Created by MyEclipse Struts
// XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_3.8.2/xslt/JavaClass.xslpackage com.my.struts.form;
class LoginForm is empty !
ThanksHechun[/img]- System Setup ——————————-
Operating System and version:
Eclipse version: 3.0
Eclipse build id:
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: No
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: EnterpriseWorkbenchInstaller_030802.exe
Eclipse JDK version: Java 1.4.2
Application Server JDK version: Java 1.4.2
Are there any exceptions in the Eclipse log file? no– Message Body ——————————-
Riyad KallaMemberAre you running the Eclipse SDK? What is your Eclipse Build ID (Help > About)?
Hechun ChenMemberI used Eclipse Project SDK 3.0.0
and Eclipse Build ID is: 200406251208Thanks
Hechun
Riyad KallaMemberCheck your log file for an exception related to this (workspace dir)\.metadata\.log, I have a feeling you may have some custom XML parsing libraries in your <jdk dir>\jre\lib\ext directory that could be screwing up the XSLT translation of the XSL file.
Hechun ChenMemberI get the log file as:
!SESSION Oct 08, 2004 16:25:59.992 ———————————————
eclipse.buildId=I200406251208
java.version=1.4.2_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US!ENTRY com.genuitec.eclipse.struts 1 1 Oct 08, 2004 16:25:59.992
!MESSAGE
!STACK 0
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:314)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:752)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.write(Unknown Source)
at org.easystruts.xslgen.JavaClass.write(Unknown Source)
at org.easystruts.xslgen.struts.XsltStrutsGenerator.createActionForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.performCreateForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.perform(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewEasyStrutsWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:609)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:305)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
at org.eclipse.jface.window.Window.open(Window.java:648)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.launchWizard(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.OpenActionAndFormWizardActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
Caused by: java.lang.ClassCastException
at org.eclipse.jdt.internal.core.jdom.DOMBuilder.createType(DOMBuilder.java:271)
at org.eclipse.jdt.core.jdom.DOMFactory.createType(DOMFactory.java:157)
at org.eclipse.jdt.internal.core.CreateTypeOperation.generateElementDOM(CreateTypeOperation.java:46)
at org.eclipse.jdt.internal.core.CreateTypeMemberOperation.deprecatedGenerateElementDOM(CreateTypeMemberOperation.java:150)
at org.eclipse.jdt.internal.core.CreateTypeMemberOperation.verify(CreateTypeMemberOperation.java:136)
at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:733)
at org.eclipse.jdt.internal.core.CompilationUnit.createType(CompilationUnit.java:387)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.createType(Unknown Source)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter$1.run(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:67)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:303)
… 46 more
Root exception:
java.lang.ClassCastException
at org.eclipse.jdt.internal.core.jdom.DOMBuilder.createType(DOMBuilder.java:271)
at org.eclipse.jdt.core.jdom.DOMFactory.createType(DOMFactory.java:157)
at org.eclipse.jdt.internal.core.CreateTypeOperation.generateElementDOM(CreateTypeOperation.java:46)
at org.eclipse.jdt.internal.core.CreateTypeMemberOperation.deprecatedGenerateElementDOM(CreateTypeMemberOperation.java:150)
at org.eclipse.jdt.internal.core.CreateTypeMemberOperation.verify(CreateTypeMemberOperation.java:136)
at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:733)
at org.eclipse.jdt.internal.core.CompilationUnit.createType(CompilationUnit.java:387)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.createType(Unknown Source)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter$1.run(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:67)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:303)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:752)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.write(Unknown Source)
at org.easystruts.xslgen.JavaClass.write(Unknown Source)
at org.easystruts.xslgen.struts.XsltStrutsGenerator.createActionForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.performCreateForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.perform(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewEasyStrutsWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:609)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:305)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
at org.eclipse.jface.window.Window.open(Window.java:648)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.launchWizard(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.OpenActionAndFormWizardActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)Please have a look, no formbean class created, Thanks.
Riyad KallaMemberDId you check:
I have a feeling you may have some custom XML parsing libraries in your <jdk dir>\jre\lib\ext directory that could be screwing up the XSLT translation of the XSL file.
that out?
Hechun ChenMemberYes, I have checked it, there is no custom XML lib. I have re-installed my jre j2re1.4.2_05. It is the same problem.Thanks.
Scott AndersonParticipantHechun,
Can you post your full configuration? You can get it by going to Window > About Eclipse Platform > Configuration Details. In addition to that, can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Hechun ChenMemberHi Scott:
I used my home computer to try again. I formated my harddriver, installed windows XP -> J2sdk1.4.2 -> Tomcat 5.0 -> Eclipse 3.0.1 (Build id: 200409161125)-> MyEclipse(030802) nothing else, create new J2EE web project, add MyEclipse Struts Capabilities.
What operating system and version are you running?
Windows 2000What Eclipse version and build id are you using? (Help > About Eclipse Platform)
Eclipse 3.0.1 (Build id: 200409161125)-
– Was Eclipse freshly installed for MyEclipse?
Yes– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed?
NO
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)3.8.2
What JDK version are you using to run Eclipse? (java -version)
J2sdk1.4.2
What JDK version are you using to launch your application server?
J2sdk1.4.2
What steps did you take that resulted in the issue?
following the step as same as your demo
What application server are you using?
Tomcat 5.0
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
Yes
The configure detail as:*** Date: 10/11/04 8:38 AM
*** Platform Details:
*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=M200409161125
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
C:\eclipse\eclipse.exe -showsplash 600
-exitdata
C:\eclipse\eclipse.exe -exitdata 264_6c
-vm
C:\WINNT\system32\javaw.exeeclipse.product=org.eclipse.platform.ide
eclipse.startTime=1097508537938
eclipse.vm=C:\WINNT\system32\javaw.exe
eclipse.vmargs=-cp
C:\eclipse\startup.jar
org.eclipse.core.launcher.Maineof=eof
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\eclipse\startup.jar
java.class.version=48.0
java.endorsed.dirs=C:\Program Files\Java\j2re1.4.2_05\lib\endorsed
java.ext.dirs=C:\Program Files\Java\j2re1.4.2_05\lib\ext
java.home=C:\Program Files\Java\j2re1.4.2_05
java.io.tmpdir=C:\DOCUME~1\hc4541\LOCALS~1\Temp\
java.library.path=C:\WINNT\system32;.;C:\WINNT\system32;C:\WINNT;C:\oracle\product\10.1.0\Db_1\bin;C:\oracle\product\10.1.0\Db_1\jre\1.4.2\bin\client;C:\oracle\product\10.1.0\Db_1\jre\1.4.2\bin;C:\PROGRA~1\FileNet\IDM;C:\PROGRA~1\FileNet\Shared;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Attachmate\E!E2K\;C:\CompApps\Vantive32;C:\Tomcat 5.0\webapps\jsp-examples\JavaTest\DataStructures;;;C:\PROGRA~1\Tcl\bin;C:\ant\bin;;C:\Program Files\FileNet\FNSW\CLIENT\BIN;C:\Program Files\FileNet\FNSW\CLIENT\SHOBJ;C:\mysql;C:\Struts\jakarta-struts\lib\struts.jar;C:\ant\bin;C:\jdk1.3.1_12\bin;C:\mysql;
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.4.2_05-b04
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.4
java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.4.2_05
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.4.2_05-b04
line.separator=org.osgi.framework.executionenvironment=
org.osgi.framework.language=en
org.osgi.framework.os.name=Windows2000
org.osgi.framework.os.version=5.0
org.osgi.framework.processor=x86
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.2.0
org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
os.arch=x86
os.name=Windows 2000
os.version=5.0
osgi.arch=x86
osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=c:\eclipse\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/c:/eclipse/configuration/
osgi.framework=file:/c:/eclipse/plugins/org.eclipse.osgi_3.0.1/
osgi.framework.beginningstartlevel=1
osgi.framework.version=3.0.0
osgi.frameworkClassPath=core.jar, console.jar, osgi.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar
osgi.install.area=file:/c:/eclipse/
osgi.instance.area=file:/C:/eclipse/workspace/
osgi.logfile=C:\eclipse\workspace\.metadata\.log
osgi.manifest.cache=c:\eclipse\configuration\org.eclipse.osgi\manifests
osgi.nl=en_US
osgi.os=win32
osgi.splashLocation=c:\eclipse\plugins\org.eclipse.platform_3.0.1\splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.ws=win32
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\Program Files\Java\j2re1.4.2_05\lib\rt.jar;C:\Program Files\Java\j2re1.4.2_05\lib\i18n.jar;C:\Program Files\Java\j2re1.4.2_05\lib\sunrsasign.jar;C:\Program Files\Java\j2re1.4.2_05\lib\jsse.jar;C:\Program Files\Java\j2re1.4.2_05\lib\jce.jar;C:\Program Files\Java\j2re1.4.2_05\lib\charsets.jar;C:\Program Files\Java\j2re1.4.2_05\classes
sun.boot.library.path=C:\Program Files\Java\j2re1.4.2_05\bin
sun.cpu.endian=little
sun.cpu.isalist=pentium i486 i386
sun.io.unicode.encoding=UnicodeLittle
sun.java2d.fontpath=
sun.os.patch.level=Service Pack 4
user.country=US
user.dir=C:\eclipse
user.home=C:\Documents and Settings\hc4541
user.language=en
user.name=hc4541
user.timezone=America/Los_Angeles
user.variant=
vendor=Apache Software Foundation
vendor-url=http://xml.apache.org/xalan-j
version=2.4.1*** Features:
com.genuitec.myeclipse.ast (3.8.2) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.core (3.8.2) “MyEclipse Core Tooling”
com.genuitec.myeclipse.enterprise (3.8.2) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.help (3.8.2) “MyEclipse Help Documentation”
com.genuitec.myeclipse.wdt (3.8.2) “MyEclipse Web Development Tooling”
org.eclipse.jdt (3.0.1) “Eclipse Java Development Tools”
org.eclipse.jdt.source (3.0.1) “Eclipse Java Development Tools SDK”
org.eclipse.pde (3.0.1) “Eclipse Plug-in Development Environment”
org.eclipse.pde.source (3.0.1) “Eclipse Plug-in Development Environment Developer Resources”
org.eclipse.platform (3.0.1) “Eclipse Platform”
org.eclipse.platform.source (3.0.1) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.sdk (3.0.1) “Eclipse Project SDK”*** Plug-in Registry:
com.genuitec.eclipse.ast.deploy.core (3.8.2) “Deployment Core Plug-in”
com.genuitec.eclipse.browser (3.8.1) “Web Browser Plug-in”
com.genuitec.eclipse.core (3.8.2) “Genuitec Core”
com.genuitec.eclipse.cross.easystruts.eclipse (3.8.2) “Stuts Support”
com.genuitec.eclipse.easie.bejy (3.8.1) “Genuitec EASIE Bejy Tiger”
com.genuitec.eclipse.easie.core (3.8.2) “Genuitec EASIE Core”
com.genuitec.eclipse.easie.jboss (3.8.2) “Genuitec EASIE JBoss”
com.genuitec.eclipse.easie.jboss2 (3.8.1) “Genuitec EASIE JBoss 2”
com.genuitec.eclipse.easie.jboss3 (3.8.2) “Genuitec EASIE JBoss 3”
com.genuitec.eclipse.easie.jboss4 (3.8.2) “Genuitec EASIE JBoss 4”
com.genuitec.eclipse.easie.jetty (3.8.1) “Genuitec EASIE Jetty”
com.genuitec.eclipse.easie.jetty4 (3.8.1) “Genuitec EASIE Jetty 4”
com.genuitec.eclipse.easie.jetty5 (3.8.1) “Genuitec EASIE Jetty 5”
com.genuitec.eclipse.easie.jonas (3.8.1) “Genuitec EASIE Jonas”
com.genuitec.eclipse.easie.jonas3 (3.8.1) “Genuitec EASIE Jonas 3”
com.genuitec.eclipse.easie.jrun (3.8.1) “Genuitec EASIE JRun”
com.genuitec.eclipse.easie.jrun4 (3.8.1) “Genuitec EASIE JRun 4”
com.genuitec.eclipse.easie.oracle (3.8.1) “Genuitec EASIE Oracle AS”
com.genuitec.eclipse.easie.oracle9 (3.8.1) “Genuitec EASIE Oracle 9i/AS”
com.genuitec.eclipse.easie.orion1 (3.8.1) “Genuitec EASIE Orion 1”
com.genuitec.eclipse.easie.orion2 (3.8.1) “Genuitec EASIE Orion 2”
com.genuitec.eclipse.easie.resin (3.8.1) “Genuitec EASIE Resin”
com.genuitec.eclipse.easie.resin2 (3.8.1) “Genuitec EASIE Resin 2”
com.genuitec.eclipse.easie.resin3 (3.8.1) “Genuitec EASIE Resin 3”
com.genuitec.eclipse.easie.sun (3.8.1) “Genuitec EASIE Sun One”
com.genuitec.eclipse.easie.sun8 (3.8.1) “Genuitec EASIE Sun 8”
com.genuitec.eclipse.easie.tomcat (3.8.1) “Genuitec EASIE Tomcat”
com.genuitec.eclipse.easie.tomcat4 (3.8.1) “Genuitec EASIE Tomcat 4”
com.genuitec.eclipse.easie.tomcat5 (3.8.1) “Genuitec EASIE Tomcat 5”
com.genuitec.eclipse.easie.weblogic (3.8.2) “Genuitec EASIE WebLogic”
com.genuitec.eclipse.easie.weblogic6 (3.8.1) “Genuitec EASIE WebLogic 6”
com.genuitec.eclipse.easie.weblogic7 (3.8.1) “Genuitec EASIE WebLogic 7”
com.genuitec.eclipse.easie.weblogic8 (3.8.1) “Genuitec EASIE WebLogic 8”
com.genuitec.eclipse.easie.websphere (3.8.1) “Genuitec EASIE WebSphere 4”
com.genuitec.eclipse.easie.websphere5 (3.8.1) “Genuitec EASIE WebSphere 5”
com.genuitec.eclipse.hibernate (3.8.2) “Hibernate Plug-in”
com.genuitec.eclipse.j2eedt.core (3.8.2) “Genuitec J2EE Development Tooling”
com.genuitec.eclipse.jface.text.wtpfragment (3.8.1) “Wtpextendfragment Fragment”
com.genuitec.eclipse.jsf (3.8.1) “JSF Plug-in”
com.genuitec.eclipse.sqlexplorer (3.8.2) “MyEclipse Database Explorer Plugin”
com.genuitec.eclipse.sqlexplorer.doc (3.8.1) “MyEclipse Database Explorer Help Plug-in”
com.genuitec.eclipse.struts (3.8.2) “com.genuitec.eclipse.struts”
com.genuitec.eclipse.wdt.jsp.debug (3.8.2) “MyEclipse JSP Debug Tooling”
com.genuitec.eclipse.web.imagepreviewer (3.8.1) “MyEclipse Image Previewer Plug-in”
com.genuitec.eclipse.webdesigner (3.8.2) “Web Designer Plug-in”
com.genuitec.eclipse.webdesigner.support (3.8.1) “WebDesigner Support”
com.genuitec.eclipse.wizards (3.8.2) “Aston Wizards for MyEclipse”
com.genuitec.eclipse.xmen (3.8.1) “MyEclipse XML Editor”
com.genuitec.eclipsetidy (3.8.1) “MyEclipse HTML Formatting”
com.genuitec.jboss.ide.eclipse.apache.xalan (3.8.1) “Genuitec XDoclet Apache Xalan Plug-in”
com.genuitec.jboss.ide.eclipse.core (3.8.1) “Genuitec XDoclet Support Core Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.8.1) “Genuitec XDoclet Assist Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.core (3.8.1) “Genuitec XDoclet Core Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.run (3.8.1) “Genuitec XDoclet Runner Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.8.1) “Genuitec XDoclet UI Plug-in”
com.genuitec.myeclipse.ast (3.8.2) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.core (3.8.2) “MyEclipse Core Tooling”
com.genuitec.myeclipse.doc (3.8.2) “MyEclipse Documentation Plug-in”
com.genuitec.myeclipse.enterprise (3.8.2) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.help (3.8.2) “MyEclipse Help Documentation”
com.genuitec.myeclipse.perspective (3.8.1) “MyEclipse Perspective Plug-in”
com.genuitec.myeclipse.wdt (3.8.2) “MyEclipse Web Development Tooling”
com.ibm.base.extensions (13.8.1) “Eclipse base extensions”
com.ibm.base.extensions.ui (13.8.2) “Eclipse Base UI extensions”
com.ibm.encoding.resource (13.8.2) “Coded Resource”
com.ibm.etools.contentmodel (13.8.1) “Content Model”
com.ibm.etools.contentmodel.dtd (13.8.2) “Content Model for DTD”
com.ibm.etools.contentmodel.xsd (13.8.1) “Content Model for XML Schema”
com.ibm.etools.dtdmodel (13.8.2) “DTD Model”
com.ibm.etools.dtdparser (13.8.1) “DTD Parser”
com.ibm.etools.internet (13.8.1) “Internet Preferences”
com.ibm.etools.uri.resolver (13.8.1) “com.ibm.etools.uri.resolver”
com.ibm.etools.validation (13.8.2) “Validation Framework”
com.ibm.etools.validation.core (13.8.1) “Validation Framework Core”
com.ibm.etools.validation.dtd (13.8.1) “DTD Validator”
com.ibm.etools.validation.html (13.8.2) “HTML Validation”
com.ibm.etools.validation.mof (13.8.1) “Validation Framework MOF support”
com.ibm.etools.validation.ui (13.8.2) “Validation Framework UI”
com.ibm.etools.validation.xml (13.8.1) “XML Validator”
com.ibm.etools.validation.xmltools (13.8.1) “XML Tools Validation”
com.ibm.etools.validation.xsd (13.8.1) “XML Schema Validator”
com.ibm.etools.xml.gef.util (13.8.1) “XML Tools Common GEF Utilities”
com.ibm.etools.xmlcatalog (13.8.1) “com.ibm.etools.xmlcatalog”
com.ibm.etools.xmlcatalog.ui (13.8.2) “XML Catalog UI”
com.ibm.etools.xmlutility (13.8.1) “XML Utility”
com.ibm.sse.contentproperties (13.8.1) “Content Properties”
com.ibm.sse.editor (13.8.2) “MyEclipse Structured Source Editor”
com.ibm.sse.editor.css (13.8.1) “SSE CSS Source Editor”
com.ibm.sse.editor.dtd (13.8.1) “SSE DTD Source Editor”
com.ibm.sse.editor.extensions (13.8.1) “Structured Source Editing Editor Extensions”
com.ibm.sse.editor.html (13.8.1) “SSE HTML Source Editor”
com.ibm.sse.editor.javascript (13.8.2) “SSE JavaScript Source Editor”
com.ibm.sse.editor.jsp (13.8.2) “SSE JSP Source Editor”
com.ibm.sse.editor.xml (13.8.2) “SSE XML Source Editor”
com.ibm.sse.javascript.common.ui (13.8.1) “SSE JavaScript Common UI”
com.ibm.sse.model (13.8.2) “Structured Text Model”
com.ibm.sse.model.css (13.8.2) “Structured Source CSS Model”
com.ibm.sse.model.dtd (13.8.1) “Structured Source DTD Model”
com.ibm.sse.model.html (13.8.1) “Structured Source HTML Model”
com.ibm.sse.model.javascript (13.8.1) “Structured Source JavaScript Model”
com.ibm.sse.model.jsp (13.8.2) “Structured Source JSP Model”
com.ibm.sse.model.xml (13.8.1) “Structured Source XML Model”
com.ibm.sse.snippets (13.8.1) “SSE Snippets View”
com.ibm.webtooling.system.dtds (13.8.1) “Known DTDs”
com.ibm.wtp.annotations.controller (13.8.1) “Annotation Controller Plug-in”
com.ibm.wtp.annotations.core (13.8.1) “Annotation Core Plug-in”
com.ibm.wtp.annotations.ui (13.8.1) “Ui Plug-in”
com.ibm.wtp.common (13.8.1) “com.ibm.wtp.common”
com.ibm.wtp.common.ui (13.8.1) “WTP UI Plug-in”
com.ibm.wtp.common.util (1.0.0) “Logging Plug-in”
com.ibm.wtp.emf (13.8.1) “EMF Utilities”
com.ibm.wtp.emf.workbench (1.0.0) “EMF Workbench”
com.ibm.wtp.emf.workbench.edit (13.8.1) “EMF Workbench Edit Plug-in”
com.ibm.wtp.jdt.integration (13.8.1) “Integration Plug-in”
com.ibm.xmleditor (13.8.2) “SSE XML Editor”
com.ibm.xmlwizard (13.8.1) “XML Wizards”
com.ibm.xsdeditor (13.8.2) “MyEclipse Schema Editor”
com.ibm.xtools.common.ui.properties (13.8.1) “IBM Rational Common UI Properties”
de.bb.bje.eclipse (3.8.1) “BJE Plug-in”
org.apache.ant (1.6.2) “Apache Ant”
org.apache.lucene (1.3.1) “Apache Lucene”
org.eclipse.ant.core (3.0.0) “Ant Build Tool Core”
org.eclipse.ant.ui (3.0.1) “Ant UI”
org.eclipse.compare (3.0.0) “Compare Support”
org.eclipse.core.boot (3.0.0) “Core Boot”
org.eclipse.core.expressions (3.0.0) “Expression Language”
org.eclipse.core.filebuffers (3.0.1) “File Buffers”
org.eclipse.core.resources (3.0.1) “Core Resource Management”
org.eclipse.core.resources.win32 (3.0.0) “Core Resource Management Win32 Fragment”
org.eclipse.core.runtime (3.0.1) “Core Runtime”
org.eclipse.core.runtime.compatibility (3.0.0) “Core Runtime Plug-in Compatibility”
org.eclipse.core.variables (3.0.0) “Core Variables”
org.eclipse.debug.core (3.0.1) “Debug Core”
org.eclipse.debug.ui (3.0.1) “Debug UI”
org.eclipse.draw2d (3.0.0) “Draw2d”
org.eclipse.emf.codegen (2.0.0) “EMF Template Code Generator”
org.eclipse.emf.codegen.ecore (2.0.0) “EMF Ecore Code Generation”
org.eclipse.emf.common (2.0.0) “EMF Common”
org.eclipse.emf.common.ui (2.0.0) “EMF Common UI”
org.eclipse.emf.ecore (2.0.0) “EMF Ecore”
org.eclipse.emf.ecore.xmi (2.0.0) “EMF XMI”
org.eclipse.emf.edit (2.0.0) “EMF Edit”
org.eclipse.emf.edit.ui (2.0.0) “EMF Edit UI”
org.eclipse.gef (3.0.0) “Graphical Editing Framework”
org.eclipse.help (3.0.0) “Help System Core”
org.eclipse.help.appserver (3.0.0) “Help Application Server”
org.eclipse.help.base (3.0.1) “Help System Base”
org.eclipse.help.ide (3.0.0) “Help System IDE”
org.eclipse.help.ui (3.0.0) “Help System UI”
org.eclipse.help.webapp (3.0.1) “Help System Webapp”
org.eclipse.jdt (3.0.1) “Eclipse Java Development Tools”
org.eclipse.jdt.core (3.0.1) “Java Development Tools Core”
org.eclipse.jdt.debug (3.0.1) “JDI Debug Model”
org.eclipse.jdt.debug.ui (3.0.1) “JDI Debug UI”
org.eclipse.jdt.doc.isv (3.0.1) “Eclipse JDT Plug-in Developer Guide”
org.eclipse.jdt.doc.user (3.0.1) “Eclipse Java Development User Guide”
org.eclipse.jdt.junit (3.0.1) “Java Development Tools JUnit support”
org.eclipse.jdt.junit.runtime (3.0.0) “Java Development Tools JUnit runtime support”
org.eclipse.jdt.launching (3.0.1) “Java Development Tools Launching Support”
org.eclipse.jdt.source (3.0.1) “Eclipse Java Development Tools SDK”
org.eclipse.jdt.ui (3.0.1) “Java Development Tools UI”
org.eclipse.jem (1.0.0) “Java EMF Model”
org.eclipse.jem.proxy (1.0.0) “Java EMF Model Proxy Support”
org.eclipse.jem.workbench (1.0.0) “Java EMF Model Workbench Support”
org.eclipse.jface (3.0.0) “JFace”
org.eclipse.jface.text (3.0.1) “JFace Text”
org.eclipse.ltk.core.refactoring (3.0.1) “Refactoring Core”
org.eclipse.ltk.ui.refactoring (3.0.1) “Refactoring UI”
org.eclipse.monitor.core (13.8.1) “Monitor”
org.eclipse.monitor.ui (13.8.1) “TCP/IP Monitor”
org.eclipse.osgi (3.0.1) “OSGi System Bundle”
org.eclipse.osgi.services (3.0.0) “OSGi Release 3 Services”
org.eclipse.osgi.util (3.0.0) “OSGi R3 Utility Classes”
org.eclipse.pde (3.0.1) “Eclipse Plug-in Development Environment”
org.eclipse.pde.build (3.0.1) “Plug-in Development Environment Build Support”
org.eclipse.pde.core (3.0.1) “Plug-in Development Core”
org.eclipse.pde.doc.user (3.0.0) “Eclipse Plug-in Development User Guide”
org.eclipse.pde.junit.runtime (3.0.0) “PDE JUnit Plug-in Test”
org.eclipse.pde.runtime (3.0.1) “Plug-in Development Environment Runtime”
org.eclipse.pde.source (3.0.1) “Eclipse Plug-in Development Environment Developer Resources”
org.eclipse.pde.ui (3.0.1) “Plug-in Development UI”
org.eclipse.platform (3.0.1) “Eclipse Platform”
org.eclipse.platform.doc.isv (3.0.1) “Eclipse Platform Plug-in Developer Guide”
org.eclipse.platform.doc.user (3.0.1) “Eclipse Workbench User Guide”
org.eclipse.platform.source (3.0.1) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.platform.source.win32.win32.x86 (3.0.1) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.sdk (3.0.1) “Eclipse Project SDK”
org.eclipse.search (3.0.1) “Search Support”
org.eclipse.swt (3.0.1) “Standard Widget Toolkit”
org.eclipse.swt.win32 (3.0.1) “Standard Widget Toolkit for Windows”
org.eclipse.team.core (3.0.0) “Team Support Core”
org.eclipse.team.cvs.core (3.0.1) “CVS Team Provider Core”
org.eclipse.team.cvs.ssh (3.0.0) “CVS SSH Core”
org.eclipse.team.cvs.ssh2 (3.0.0) “CVS SSH2”
org.eclipse.team.cvs.ui (3.0.1) “CVS Team Provider UI”
org.eclipse.team.ui (3.0.1) “Team Support UI”
org.eclipse.text (3.0.1) “Text”
org.eclipse.tomcat (4.1.30) “Tomcat Wrapper”
org.eclipse.ui (3.0.1) “Eclipse UI”
org.eclipse.ui.cheatsheets (3.0.1) “Cheat Sheets”
org.eclipse.ui.console (3.0.0) “Console”
org.eclipse.ui.editors (3.0.1) “Default Text Editor”
org.eclipse.ui.externaltools (3.0.1) “External Tools”
org.eclipse.ui.forms (3.0.0) “Eclipse Forms”
org.eclipse.ui.ide (3.0.1) “Eclipse IDE UI”
org.eclipse.ui.intro (3.0.1) “Intro Plugin”
org.eclipse.ui.presentations.r21 (3.0.1) “R21 Presentation Plug-in”
org.eclipse.ui.views (3.0.0) “Views”
org.eclipse.ui.views.navigator (13.8.1) “Navigator View”
org.eclipse.ui.win32 (3.0.1) “Win32 fragment”
org.eclipse.ui.workbench (3.0.1) “Workbench”
org.eclipse.ui.workbench.compatibility (3.0.0) “Workbench Compatibility”
org.eclipse.ui.workbench.texteditor (3.0.1) “Text Editor Framework”
org.eclipse.update.configurator (3.0.0) “Install/Update Configurator”
org.eclipse.update.core (3.0.1) “Install/Update Core”
org.eclipse.update.core.win32 (3.0.0) “Install/Update Core for Windows”
org.eclipse.update.scheduler (3.0.0) “Automatic Updates Scheduler”
org.eclipse.update.ui (3.0.1) “Install/Update UI”
org.eclipse.webbrowser (13.8.1) “Web Browser”
org.eclipse.xsd (2.0.0) “XML Schema Infoset Model (XSD)”
org.eclipse.xsd.edit (2.0.0) “XML Schema Edit Framework”
org.junit (3.8.1) “JUnit Testing Framework”*** User Preferences:
#Mon Oct 11 08:38:53 PDT 2004
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_STRUTS_HOME=C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_3.8.2/data
/instance/com.genuitec.eclipse.wizards/struct.set.2=java.util.HashSet
/instance/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.easie.tomcat/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/list.template.2.label=Default template for List with object types
/instance/com.genuitec.eclipse.wizards/singleton.template.2=Templates/Singleton2.java
/instance/com.genuitec.eclipse.wizards/singleton.template.1=Templates/Singleton.java
/instance/com.genuitec.eclipse.wizards/list.template.3.label=Default template for List with basic types WRAPPED
/instance/com.genuitec.eclipse.easie.jetty4/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.oracle=3.8.1
/instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=j2re1.4.2_05
@org.eclipse.jdt.core=3.0.1
/instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.jrun=3.8.1
/instance/com.genuitec.eclipse.wizards/list.template.1.label=Default template for List with basic types (no List used)
/instance/com.genuitec.eclipse.wizards/doctype.html.8=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD LEVEL1//EN”>
/instance/com.genuitec.eclipse.wizards/doctype.html.7=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML//EN”>
/instance/com.genuitec.eclipse.wizards/doctype.html.6=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 3.0//EN”>
/instance/com.genuitec.eclipse.wizards/doctype.html.5=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 3.2 Final//EN”>
/instance/com.genuitec.eclipse.wizards/doctype.html.4=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0//EN”>
/instance/com.genuitec.eclipse.wizards/doctype.html.3=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”>
/instance/com.genuitec.eclipse.wizards/doctype.html.2=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN”>
/instance/com.genuitec.eclipse.wizards/doctype.html.1=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
/instance/com.genuitec.eclipse.easie.jboss/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/enumeration.template.1.label=Default template for enumeration
/instance/com.genuitec.eclipse.wizards/set.template.2.label=Default template for Set with object types
/instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.xmen/problemIndication=true
@com.genuitec.eclipse.easie.jonas=3.8.1
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<vmSettings defaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″>\r\n<vmType id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\r\n<vm id\=”0″ name\=”j2re1.4.2_05″ path\=”C\:\\Program Files\\Java\\j2re1.4.2_05″ javadocURL\=”http\://java.sun.com/j2se/1.4.2/docs/api”/>\r\n</vmType>\r\n</vmSettings>\r\n
/instance/com.genuitec.eclipse.wizards/set.template.2=Templates/SetObjectType.java
/instance/com.genuitec.eclipse.wizards/set.template.1=Templates/SetBasicType.java
/instance/com.genuitec.eclipse.wizards/enumeration.template.1=Templates/Enumeration.java
@com.genuitec.eclipse.wizards=3.8.2
\!/=
/instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types
@com.genuitec.eclipse.easie.weblogic=3.8.2
@com.genuitec.eclipse.easie.sun8=3.8.1
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
/instance/com.genuitec.eclipse.easie.jetty5/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.jetty/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/factory.template.1.label=Default template for factory
@com.genuitec.eclipse.easie.sun=3.8.1
/instance/com.genuitec.eclipse.easie.bejy/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.resin3=3.8.1
@com.genuitec.eclipse.easie.resin2=3.8.1
/instance/org.eclipse.ui/showIntro=false
/instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_BASE=C\:\\Tomcat 5.0
/instance/com.genuitec.eclipse.wizards/applethtml.template.1=Templates/Applet.html
/instance/com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.jrun4=3.8.1
@com.genuitec.eclipse.easie.jboss=3.8.2
@com.genuitec.eclipse.easie.jetty=3.8.1
/instance/com.genuitec.eclipse.wizards/object.template.9.label=Default template for enumeration
/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
/instance/com.genuitec.eclipse.wizards/struct.list.4=java.util.Stack
/instance/com.genuitec.eclipse.wizards/struct.list.3=java.util.LinkedList
@com.genuitec.eclipse.cross.easystruts.eclipse=3.8.2
/instance/com.genuitec.eclipse.wizards/struct.list.2=java.util.Vector
/instance/com.genuitec.eclipse.wizards/struct.list.1=java.util.ArrayList
@com.genuitec.eclipse.easie.weblogic8=3.8.1
@com.genuitec.eclipse.easie.weblogic7=3.8.1
@com.genuitec.eclipse.easie.weblogic6=3.8.1
/instance/com.genuitec.eclipse.wizards/singleton.template.2.label=Singleton with double-checked locking
/instance/com.genuitec.eclipse.wizards/object.template.6.label=Default template for a Struts Action class
@org.eclipse.jdt.ui=3.0.1
/instance/com.genuitec.eclipse.wizards/list.template.3=Templates/ListBasicTypeAsObjectType.java
/instance/com.genuitec.eclipse.wizards/object.template.7.label=Default template for a Struts DispatchAction class
/instance/com.genuitec.eclipse.wizards/list.template.2=Templates/ListObjectType.java
/instance/com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/list.template.1=Templates/ListBasicType.java
/instance/com.genuitec.eclipse.wizards/object.template.8.label=Default template for singleton
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
/instance/com.genuitec.eclipse.wizards/ejb.template.3=Templates/EjbEntity.java
/instance/com.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.easie.sun/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/applet.template.1=Templates/Applet.java
/instance/com.genuitec.eclipse.wizards/object.template.9=Templates/Enumeration.java
/instance/com.genuitec.eclipse.wizards/singleton.template.1.label=Default template for singleton
/instance/com.genuitec.eclipse.wizards/object.template.8=Templates/Singleton.java
/instance/com.genuitec.eclipse.wizards/object.template.4.label=Default template for Servlet
/instance/com.genuitec.eclipse.easie.resin2/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/xml.template.4=Templates/StrutsConfig.xml
/instance/com.genuitec.eclipse.wizards/object.template.7=Templates/StrutsDispatchAction.java
/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/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Test|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/sunrsasign.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
/instance/com.genuitec.eclipse.easie.jonas3/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/object.template.3=Templates/Applet.java
/instance/com.genuitec.eclipse.wizards/object.template.5.label=Default template for a Struts ActionForm class
/instance/com.genuitec.eclipse.wizards/object.template.2=Templates/Exception.java
/instance/com.genuitec.eclipse.wizards/object.template.1=Templates/Bean.java
file_export_version=3.0
/instance/com.genuitec.eclipse.wizards/object.template.1.label=Default template for a bean class
@com.genuitec.eclipse.easie.resin=3.8.1
/instance/com.genuitec.eclipse.wizards/object.template.2.label=Default template for an exception class
/instance/com.genuitec.eclipse.wizards/array.template.1.label=Default template for Array with basic types
/instance/com.genuitec.eclipse.wizards/object.template.3.label=Default template for Applet
/instance/com.genuitec.eclipse.wizards/array.template.2.label=Default template for Array with object types
/instance/com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.oracle9=3.8.1
/instance/com.genuitec.eclipse.wizards/xml.template.3.label=XML template for a web.xml file with Struts
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classFormatVersion=TN|6542735262758|6544327262758|snyfr|8|3|7
/instance/com.genuitec.eclipse.wizards/ejb.template.2.label=Message Driven EJB
/instance/com.genuitec.eclipse.easie.resin3/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/xml.template.4.label=XML template for a struts-config.xml file
/instance/com.genuitec.eclipse.easie.jrun/JDK_INSTALLATION_NAME=j2re1.4.2_05
/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/com.genuitec.eclipse.easie.websphere/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/applet.template.2.label=Template for Applet with JDK1.4
@com.genuitec.eclipse.easie.tomcat=3.8.1
@com.genuitec.eclipse.xmen=3.8.1
@com.genuitec.eclipse.easie.orion2=3.8.1
@com.genuitec.eclipse.easie.orion1=3.8.1
/instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_TEMP=C\:\\Tomcat 5.0\\temp
/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
@com.genuitec.eclipse.easie.websphere5=3.8.1
/instance/com.genuitec.eclipse.wizards/ejb.template.1.label=Session EJB
/instance/com.genuitec.eclipse.easie.websphere5/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/snippetLibInstalled=true
/instance/com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/org.eclipse.jdt.ui/Refactoring.ErrorPage.severityThreshold=2
@com.genuitec.eclipse.easie.jboss4=3.8.2
@com.genuitec.eclipse.easie.jboss3=3.8.2
@com.genuitec.eclipse.easie.jboss2=3.8.1
@com.genuitec.eclipse.easie.tomcat5=3.8.1
@com.genuitec.eclipse.easie.tomcat4=3.8.1
/instance/com.genuitec.eclipse.easie.resin/JDK_INSTALLATION_NAME=j2re1.4.2_05
/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.0.1
/instance/com.genuitec.eclipse.easie.tomcat4/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.oracle9/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.orion1/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/org.eclipse.jdt.ui/fontPropagated=true
/instance/com.genuitec.eclipse.easie.jonas/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/servlet.template.1.label=Default template for Servlet
/instance/com.genuitec.eclipse.wizards/html.template.3=Templates/Applet.html
@com.genuitec.eclipse.easie.bejy=3.8.1
/instance/com.genuitec.eclipse.wizards/html.template.2=Templates/HtmlWithLoginForm.html
/instance/com.genuitec.eclipse.wizards/html.template.1=Templates/Html.html
/instance/com.genuitec.eclipse.wizards/applethtml.template.1.label=Default Applet HTML template
@com.genuitec.eclipse.easie.websphere=3.8.1
/instance/com.genuitec.eclipse.wizards/struct.map.4=java.util.TreeMap
/instance/com.genuitec.eclipse.wizards/array.template.2=Templates/ArrayObjectType.java
/instance/com.genuitec.eclipse.wizards/struct.map.3=java.util.WeakHashMap
/instance/com.genuitec.eclipse.easie.jrun4/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/array.template.1=Templates/ArrayBasicType.java
/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/com.genuitec.eclipse.wizards/jsp.template.4.label=Default JSF template
/instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/map.template.1.label=Default template for Map with basic types
/instance/com.genuitec.eclipse.cross.easystruts.eclipse/me.rc2.upgraded=true
/instance/com.genuitec.eclipse.wizards/jsp.template.5.label=Just as HTML
/instance/com.genuitec.eclipse.wizards/map.template.2.label=Default template for Map with object types
/instance/com.genuitec.eclipse.easie.orion2/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Test|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jsp.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jaxrpc.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jsr77.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-saaj.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/mail.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/namespace.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/xml-apis.jar”/>\r\n</classpath>\r\n
/instance/com.genuitec.eclipse.wizards/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.5=Templates/Jsp2.jsp
@com.genuitec.eclipse.easie.jetty5=3.8.1
/instance/com.genuitec.eclipse.wizards/jsp.template.4=Templates/JsF.jsp
@com.genuitec.eclipse.easie.jetty4=3.8.1
/instance/com.genuitec.eclipse.wizards/jsp.template.3.label=Standard JSP using Struts 1.1 with a form
/instance/com.genuitec.eclipse.wizards/jsp.template.3=Templates/Struts2.jsp
/instance/com.genuitec.eclipse.wizards/jsp.template.2=Templates/Struts.jsp
/instance/com.genuitec.eclipse.wizards/jsp.template.1=Templates/Jsp.jsp
/instance/com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_HOME=C\:\\Tomcat 5.0
/instance/com.genuitec.eclipse.easie.tomcat5/SERVER_ENABLEMENT=true
@org.eclipse.ui=3.0.1
@com.genuitec.eclipse.easie.jonas3=3.8.1
/instance/com.genuitec.eclipse.wizards/html.template.1.label=Default HTML template*** Update Manager Log:
Configuration=Fri Oct 08 17:07:30 PDT 2004
Is current configuration=false—————————————————-
Configuration=Fri Oct 08 17:10:54 PDT 2004
Is current configuration=trueLog file as:
!ENTRY com.genuitec.eclipse.struts 1 1 Oct 11, 2004 08:43:54.926
!MESSAGE
!STACK 0
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:314)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:752)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.write(Unknown Source)
at org.easystruts.xslgen.JavaClass.write(Unknown Source)
at org.easystruts.xslgen.struts.XsltStrutsGenerator.createActionForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.performCreateForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.perform(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewEasyStrutsWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:609)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:305)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
at org.eclipse.jface.window.Window.open(Window.java:648)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.launchWizard(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.OpenActionAndFormWizardActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
Caused by: java.lang.ClassCastException
at org.eclipse.jdt.internal.core.jdom.DOMBuilder.createType(DOMBuilder.java:271)
at org.eclipse.jdt.core.jdom.DOMFactory.createType(DOMFactory.java:157)
at org.eclipse.jdt.internal.core.CreateTypeOperation.generateElementDOM(CreateTypeOperation.java:46)
at org.eclipse.jdt.internal.core.CreateTypeMemberOperation.deprecatedGenerateElementDOM(CreateTypeMemberOperation.java:150)
at org.eclipse.jdt.internal.core.CreateTypeMemberOperation.verify(CreateTypeMemberOperation.java:136)
at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:733)
at org.eclipse.jdt.internal.core.CompilationUnit.createType(CompilationUnit.java:387)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.createType(Unknown Source)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter$1.run(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:67)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:303)
… 46 more
Root exception:
java.lang.ClassCastException
at org.eclipse.jdt.internal.core.jdom.DOMBuilder.createType(DOMBuilder.java:271)
at org.eclipse.jdt.core.jdom.DOMFactory.createType(DOMFactory.java:157)
at org.eclipse.jdt.internal.core.CreateTypeOperation.generateElementDOM(CreateTypeOperation.java:46)
at org.eclipse.jdt.internal.core.CreateTypeMemberOperation.deprecatedGenerateElementDOM(CreateTypeMemberOperation.java:150)
at org.eclipse.jdt.internal.core.CreateTypeMemberOperation.verify(CreateTypeMemberOperation.java:136)
at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:733)
at org.eclipse.jdt.internal.core.CompilationUnit.createType(CompilationUnit.java:387)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.createType(Unknown Source)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter$1.run(Unknown Source)
at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:67)
at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:91)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:105)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:303)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:752)
at org.easystruts.eclipse.xslgen.EclipseJdtWriter.write(Unknown Source)
at org.easystruts.xslgen.JavaClass.write(Unknown Source)
at org.easystruts.xslgen.struts.XsltStrutsGenerator.createActionForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.performCreateForm(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewActionAndFormCreationWizard.perform(Unknown Source)
at com.genuitec.eclipse.struts.wizards.NewEasyStrutsWizard.performFinish(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:609)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:305)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:506)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
at org.eclipse.jface.window.Window.open(Window.java:648)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate$1.run(Unknown Source)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.launchWizard(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.BasicOpenWizardActionDelegate.run(Unknown Source)
at com.genuitec.eclipse.struts.editor.outline.OpenActionAndFormWizardActionDelegate.run(Unknown Source)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:276)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:796)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2772)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2431)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)Please have a look. Thanks a lot.
Scott AndersonParticipantHechun,
java.endorsed.dirs=C:\Program Files\Java\j2re1.4.2_05\lib\endorsed
Does the endorsed directory exist? Is there anything in it?
ava.library.path=C:\WINNT\system32;.;C:\WINNT\system32;C:\WINNT;C:\oracle\product\10.1.0\Db_1\bin;C:\oracle\product\10.1.0\Db_1\jre\1.4.2\bin\client;C:\oracle\product\10.1.0\Db_1\jre\1.4.2\bin;C:\PROGRA~1\FileNet\IDM;C:\PROGRA~1\FileNet\Shared;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program
I think the problem might be that your java library path has a whole bunch of other stuff in it before your actual JDK’s directories.
This can give you a mixed configuration that won’t work. Oracle, in particular, is famous for shipping old, incompatible JDKs.
Can you correct the libary path to pull everything from your JDK’s directories instead of this giant path?
If you don’t want to change your system environment settings, you should be able to pass Eclipse a custom
path using the command line options: “-vmargs -Djava.library.path=<your-path>”
Hechun ChenMemberHi Scott:
When I installed the J2SE1.4.2, there was no C:\Program Files\Java\j2re1.4.2_05\lib\enddorsed. I found it from C:\Tomcat 5.0\common\enddorsed. I copied it to C:\Program Files\Java\j2re1.4.2_05\lib\enddorsed with files xercesImpl.jar and xml-apis.jar. I did also delete the some stuff from path, as you mentioned.
However, it still didn’t work.
I used my home’s computer, also without endorsed dir under C:\Program Files\Java\j2re1.4.2_05\lib\
The way could make it works is that after I create new Web project, I added an any ***.jsp file and a servlet file ***.java, tested it make sure it works. Then added struts functions as your demo. The struts functions become normal. No any configuration change. I didn’t know why ???
What is the correct configuration way to make it work ?
The configuration for my home computer is:
*** Date: 04-10-11 afternoon 9:02
*** Platform Details:
*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=M200409161125
eclipse.commands=-os
win32
-ws
win32
-arch
x86
-showsplash
C:\eclipse\eclipse.exe -showsplash 600
-exitdata
C:\eclipse\eclipse.exe -exitdata 900_64
-vm
C:\WINDOWS\system32\javaw.exeeclipse.product=org.eclipse.platform.ide
eclipse.startTime=1097552290077
eclipse.vm=C:\WINDOWS\system32\javaw.exe
eclipse.vmargs=-cp
C:\eclipse\startup.jar
org.eclipse.core.launcher.Maineof=eof
file.encoding=GBK
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\eclipse\startup.jar
java.class.version=48.0
java.endorsed.dirs=C:\Program Files\Java\j2re1.4.2_05\lib\endorsed
java.ext.dirs=C:\Program Files\Java\j2re1.4.2_05\lib\ext
java.home=C:\Program Files\Java\j2re1.4.2_05
java.io.tmpdir=C:\DOCUME~1\CHENHE~1\LOCALS~1\Temp\
java.library.path=C:\WINDOWS\system32;.;C:\WINDOWS\System32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.4.2_05-b04
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.4
java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.4.2_05
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.4.2_05-b04
line.separator=org.osgi.framework.executionenvironment=
org.osgi.framework.language=zh
org.osgi.framework.os.name=WindowsXP
org.osgi.framework.os.version=5.1
org.osgi.framework.processor=x86
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.2.0
org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
os.arch=x86
os.name=Windows XP
os.version=5.1
osgi.arch=x86
osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=c:\eclipse\configuration\org.eclipse.osgi\bundles
osgi.configuration.area=file:/c:/eclipse/configuration/
osgi.framework=file:/c:/eclipse/plugins/org.eclipse.osgi_3.0.1/
osgi.framework.beginningstartlevel=1
osgi.framework.version=3.0.0
osgi.frameworkClassPath=core.jar, console.jar, osgi.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar
osgi.install.area=file:/c:/eclipse/
osgi.instance.area=file:/C:/eclipse/workspace/
osgi.logfile=C:\eclipse\workspace\.metadata\.log
osgi.manifest.cache=c:\eclipse\configuration\org.eclipse.osgi\manifests
osgi.nl=zh_CN
osgi.os=win32
osgi.splashLocation=c:\eclipse\plugins\org.eclipse.platform_3.0.1\splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.ws=win32
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\Program Files\Java\j2re1.4.2_05\lib\rt.jar;C:\Program Files\Java\j2re1.4.2_05\lib\i18n.jar;C:\Program Files\Java\j2re1.4.2_05\lib\sunrsasign.jar;C:\Program Files\Java\j2re1.4.2_05\lib\jsse.jar;C:\Program Files\Java\j2re1.4.2_05\lib\jce.jar;C:\Program Files\Java\j2re1.4.2_05\lib\charsets.jar;C:\Program Files\Java\j2re1.4.2_05\classes
sun.boot.library.path=C:\Program Files\Java\j2re1.4.2_05\bin
sun.cpu.endian=little
sun.cpu.isalist=pentium i486 i386
sun.io.unicode.encoding=UnicodeLittle
sun.java2d.fontpath=
sun.os.patch.level=
user.country=CN
user.dir=C:\eclipse
user.home=C:\Documents and Settings\chen hechun
user.language=zh
user.name=chen hechun
user.timezone=America/Los_Angeles
user.variant=
vendor=Apache Software Foundation
vendor-url=http://xml.apache.org/xalan-j
version=2.4.1*** Features:
com.genuitec.myeclipse.ast (3.8.2) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.core (3.8.2) “MyEclipse Core Tooling”
com.genuitec.myeclipse.enterprise (3.8.2) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.help (3.8.2) “MyEclipse Help Documentation”
com.genuitec.myeclipse.wdt (3.8.2) “MyEclipse Web Development Tooling”
org.eclipse.jdt (3.0.1) “Eclipse Java Development Tools”
org.eclipse.jdt.source (3.0.1) “Eclipse Java Development Tools SDK”
org.eclipse.pde (3.0.1) “Eclipse Plug-in Development Environment”
org.eclipse.pde.source (3.0.1) “Eclipse Plug-in Development Environment Developer Resources”
org.eclipse.platform (3.0.1) “Eclipse Platform”
org.eclipse.platform.source (3.0.1) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.sdk (3.0.1) “Eclipse Project SDK”*** Plug-in Registry:
com.genuitec.eclipse.ast.deploy.core (3.8.2) “Deployment Core Plug-in”
com.genuitec.eclipse.browser (3.8.1) “Web Browser Plug-in”
com.genuitec.eclipse.core (3.8.2) “Genuitec Core”
com.genuitec.eclipse.cross.easystruts.eclipse (3.8.2) “Stuts Support”
com.genuitec.eclipse.easie.bejy (3.8.1) “Genuitec EASIE Bejy Tiger”
com.genuitec.eclipse.easie.core (3.8.2) “Genuitec EASIE Core”
com.genuitec.eclipse.easie.jboss (3.8.2) “Genuitec EASIE JBoss”
com.genuitec.eclipse.easie.jboss2 (3.8.1) “Genuitec EASIE JBoss 2”
com.genuitec.eclipse.easie.jboss3 (3.8.2) “Genuitec EASIE JBoss 3”
com.genuitec.eclipse.easie.jboss4 (3.8.2) “Genuitec EASIE JBoss 4”
com.genuitec.eclipse.easie.jetty (3.8.1) “Genuitec EASIE Jetty”
com.genuitec.eclipse.easie.jetty4 (3.8.1) “Genuitec EASIE Jetty 4”
com.genuitec.eclipse.easie.jetty5 (3.8.1) “Genuitec EASIE Jetty 5”
com.genuitec.eclipse.easie.jonas (3.8.1) “Genuitec EASIE Jonas”
com.genuitec.eclipse.easie.jonas3 (3.8.1) “Genuitec EASIE Jonas 3”
com.genuitec.eclipse.easie.jrun (3.8.1) “Genuitec EASIE JRun”
com.genuitec.eclipse.easie.jrun4 (3.8.1) “Genuitec EASIE JRun 4”
com.genuitec.eclipse.easie.oracle (3.8.1) “Genuitec EASIE Oracle AS”
com.genuitec.eclipse.easie.oracle9 (3.8.1) “Genuitec EASIE Oracle 9i/AS”
com.genuitec.eclipse.easie.orion1 (3.8.1) “Genuitec EASIE Orion 1”
com.genuitec.eclipse.easie.orion2 (3.8.1) “Genuitec EASIE Orion 2”
com.genuitec.eclipse.easie.resin (3.8.1) “Genuitec EASIE Resin”
com.genuitec.eclipse.easie.resin2 (3.8.1) “Genuitec EASIE Resin 2”
com.genuitec.eclipse.easie.resin3 (3.8.1) “Genuitec EASIE Resin 3”
com.genuitec.eclipse.easie.sun (3.8.1) “Genuitec EASIE Sun One”
com.genuitec.eclipse.easie.sun8 (3.8.1) “Genuitec EASIE Sun 8”
com.genuitec.eclipse.easie.tomcat (3.8.1) “Genuitec EASIE Tomcat”
com.genuitec.eclipse.easie.tomcat4 (3.8.1) “Genuitec EASIE Tomcat 4”
com.genuitec.eclipse.easie.tomcat5 (3.8.1) “Genuitec EASIE Tomcat 5”
com.genuitec.eclipse.easie.weblogic (3.8.2) “Genuitec EASIE WebLogic”
com.genuitec.eclipse.easie.weblogic6 (3.8.1) “Genuitec EASIE WebLogic 6”
com.genuitec.eclipse.easie.weblogic7 (3.8.1) “Genuitec EASIE WebLogic 7”
com.genuitec.eclipse.easie.weblogic8 (3.8.1) “Genuitec EASIE WebLogic 8”
com.genuitec.eclipse.easie.websphere (3.8.1) “Genuitec EASIE WebSphere 4”
com.genuitec.eclipse.easie.websphere5 (3.8.1) “Genuitec EASIE WebSphere 5”
com.genuitec.eclipse.hibernate (3.8.2) “Hibernate Plug-in”
com.genuitec.eclipse.j2eedt.core (3.8.2) “Genuitec J2EE Development Tooling”
com.genuitec.eclipse.jface.text.wtpfragment (3.8.1) “Wtpextendfragment Fragment”
com.genuitec.eclipse.jsf (3.8.1) “JSF Plug-in”
com.genuitec.eclipse.sqlexplorer (3.8.2) “MyEclipse Database Explorer Plugin”
com.genuitec.eclipse.sqlexplorer.doc (3.8.1) “MyEclipse Database Explorer Help Plug-in”
com.genuitec.eclipse.struts (3.8.2) “com.genuitec.eclipse.struts”
com.genuitec.eclipse.wdt.jsp.debug (3.8.2) “MyEclipse JSP Debug Tooling”
com.genuitec.eclipse.web.imagepreviewer (3.8.1) “MyEclipse Image Previewer Plug-in”
com.genuitec.eclipse.webdesigner (3.8.2) “Web Designer Plug-in”
com.genuitec.eclipse.webdesigner.support (3.8.1) “WebDesigner Support”
com.genuitec.eclipse.wizards (3.8.2) “Aston Wizards for MyEclipse”
com.genuitec.eclipse.xmen (3.8.1) “MyEclipse XML Editor”
com.genuitec.eclipsetidy (3.8.1) “MyEclipse HTML Formatting”
com.genuitec.jboss.ide.eclipse.apache.xalan (3.8.1) “Genuitec XDoclet Apache Xalan Plug-in”
com.genuitec.jboss.ide.eclipse.core (3.8.1) “Genuitec XDoclet Support Core Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.8.1) “Genuitec XDoclet Assist Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.core (3.8.1) “Genuitec XDoclet Core Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.run (3.8.1) “Genuitec XDoclet Runner Plug-in”
com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.8.1) “Genuitec XDoclet UI Plug-in”
com.genuitec.myeclipse.ast (3.8.2) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.core (3.8.2) “MyEclipse Core Tooling”
com.genuitec.myeclipse.doc (3.8.2) “MyEclipse Documentation Plug-in”
com.genuitec.myeclipse.enterprise (3.8.2) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.help (3.8.2) “MyEclipse Help Documentation”
com.genuitec.myeclipse.perspective (3.8.1) “MyEclipse Perspective Plug-in”
com.genuitec.myeclipse.wdt (3.8.2) “MyEclipse Web Development Tooling”
com.ibm.base.extensions (13.8.1) “Eclipse base extensions”
com.ibm.base.extensions.ui (13.8.2) “Eclipse Base UI extensions”
com.ibm.encoding.resource (13.8.2) “Coded Resource”
com.ibm.etools.contentmodel (13.8.1) “Content Model”
com.ibm.etools.contentmodel.dtd (13.8.2) “Content Model for DTD”
com.ibm.etools.contentmodel.xsd (13.8.1) “Content Model for XML Schema”
com.ibm.etools.dtdmodel (13.8.2) “DTD Model”
com.ibm.etools.dtdparser (13.8.1) “DTD Parser”
com.ibm.etools.internet (13.8.1) “Internet Preferences”
com.ibm.etools.uri.resolver (13.8.1) “com.ibm.etools.uri.resolver”
com.ibm.etools.validation (13.8.2) “Validation Framework”
com.ibm.etools.validation.core (13.8.1) “Validation Framework Core”
com.ibm.etools.validation.dtd (13.8.1) “DTD Validator”
com.ibm.etools.validation.html (13.8.2) “HTML Validation”
com.ibm.etools.validation.mof (13.8.1) “Validation Framework MOF support”
com.ibm.etools.validation.ui (13.8.2) “Validation Framework UI”
com.ibm.etools.validation.xml (13.8.1) “XML Validator”
com.ibm.etools.validation.xmltools (13.8.1) “XML Tools Validation”
com.ibm.etools.validation.xsd (13.8.1) “XML Schema Validator”
com.ibm.etools.xml.gef.util (13.8.1) “XML Tools Common GEF Utilities”
com.ibm.etools.xmlcatalog (13.8.1) “com.ibm.etools.xmlcatalog”
com.ibm.etools.xmlcatalog.ui (13.8.2) “XML Catalog UI”
com.ibm.etools.xmlutility (13.8.1) “XML Utility”
com.ibm.sse.contentproperties (13.8.1) “Content Properties”
com.ibm.sse.editor (13.8.2) “MyEclipse Structured Source Editor”
com.ibm.sse.editor.css (13.8.1) “SSE CSS Source Editor”
com.ibm.sse.editor.dtd (13.8.1) “SSE DTD Source Editor”
com.ibm.sse.editor.extensions (13.8.1) “Structured Source Editing Editor Extensions”
com.ibm.sse.editor.html (13.8.1) “SSE HTML Source Editor”
com.ibm.sse.editor.javascript (13.8.2) “SSE JavaScript Source Editor”
com.ibm.sse.editor.jsp (13.8.2) “SSE JSP Source Editor”
com.ibm.sse.editor.xml (13.8.2) “SSE XML Source Editor”
com.ibm.sse.javascript.common.ui (13.8.1) “SSE JavaScript Common UI”
com.ibm.sse.model (13.8.2) “Structured Text Model”
com.ibm.sse.model.css (13.8.2) “Structured Source CSS Model”
com.ibm.sse.model.dtd (13.8.1) “Structured Source DTD Model”
com.ibm.sse.model.html (13.8.1) “Structured Source HTML Model”
com.ibm.sse.model.javascript (13.8.1) “Structured Source JavaScript Model”
com.ibm.sse.model.jsp (13.8.2) “Structured Source JSP Model”
com.ibm.sse.model.xml (13.8.1) “Structured Source XML Model”
com.ibm.sse.snippets (13.8.1) “SSE Snippets View”
com.ibm.webtooling.system.dtds (13.8.1) “Known DTDs”
com.ibm.wtp.annotations.controller (13.8.1) “Annotation Controller Plug-in”
com.ibm.wtp.annotations.core (13.8.1) “Annotation Core Plug-in”
com.ibm.wtp.annotations.ui (13.8.1) “Ui Plug-in”
com.ibm.wtp.common (13.8.1) “com.ibm.wtp.common”
com.ibm.wtp.common.ui (13.8.1) “WTP UI Plug-in”
com.ibm.wtp.common.util (1.0.0) “Logging Plug-in”
com.ibm.wtp.emf (13.8.1) “EMF Utilities”
com.ibm.wtp.emf.workbench (1.0.0) “EMF Workbench”
com.ibm.wtp.emf.workbench.edit (13.8.1) “EMF Workbench Edit Plug-in”
com.ibm.wtp.jdt.integration (13.8.1) “Integration Plug-in”
com.ibm.xmleditor (13.8.2) “SSE XML Editor”
com.ibm.xmlwizard (13.8.1) “XML Wizards”
com.ibm.xsdeditor (13.8.2) “MyEclipse Schema Editor”
com.ibm.xtools.common.ui.properties (13.8.1) “IBM Rational Common UI Properties”
de.bb.bje.eclipse (3.8.1) “BJE Plug-in”
org.apache.ant (1.6.2) “Apache Ant”
org.apache.lucene (1.3.1) “Apache Lucene”
org.eclipse.ant.core (3.0.0) “Ant Build Tool Core”
org.eclipse.ant.ui (3.0.1) “Ant UI”
org.eclipse.compare (3.0.0) “Compare Support”
org.eclipse.core.boot (3.0.0) “Core Boot”
org.eclipse.core.expressions (3.0.0) “Expression Language”
org.eclipse.core.filebuffers (3.0.1) “File Buffers”
org.eclipse.core.resources (3.0.1) “Core Resource Management”
org.eclipse.core.resources.win32 (3.0.0) “Core Resource Management Win32 Fragment”
org.eclipse.core.runtime (3.0.1) “Core Runtime”
org.eclipse.core.runtime.compatibility (3.0.0) “Core Runtime Plug-in Compatibility”
org.eclipse.core.variables (3.0.0) “Core Variables”
org.eclipse.debug.core (3.0.1) “Debug Core”
org.eclipse.debug.ui (3.0.1) “Debug UI”
org.eclipse.draw2d (3.0.0) “Draw2d”
org.eclipse.emf.codegen (2.0.0) “EMF Template Code Generator”
org.eclipse.emf.codegen.ecore (2.0.0) “EMF Ecore Code Generation”
org.eclipse.emf.common (2.0.0) “EMF Common”
org.eclipse.emf.common.ui (2.0.0) “EMF Common UI”
org.eclipse.emf.ecore (2.0.0) “EMF Ecore”
org.eclipse.emf.ecore.xmi (2.0.0) “EMF XMI”
org.eclipse.emf.edit (2.0.0) “EMF Edit”
org.eclipse.emf.edit.ui (2.0.0) “EMF Edit UI”
org.eclipse.gef (3.0.0) “Graphical Editing Framework”
org.eclipse.help (3.0.0) “Help System Core”
org.eclipse.help.appserver (3.0.0) “Help Application Server”
org.eclipse.help.base (3.0.1) “Help System Base”
org.eclipse.help.ide (3.0.0) “Help System IDE”
org.eclipse.help.ui (3.0.0) “Help System UI”
org.eclipse.help.webapp (3.0.1) “Help System Webapp”
org.eclipse.jdt (3.0.1) “Eclipse Java Development Tools”
org.eclipse.jdt.core (3.0.1) “Java Development Tools Core”
org.eclipse.jdt.debug (3.0.1) “JDI Debug Model”
org.eclipse.jdt.debug.ui (3.0.1) “JDI Debug UI”
org.eclipse.jdt.doc.isv (3.0.1) “Eclipse JDT Plug-in Developer Guide”
org.eclipse.jdt.doc.user (3.0.1) “Eclipse Java Development User Guide”
org.eclipse.jdt.junit (3.0.1) “Java Development Tools JUnit support”
org.eclipse.jdt.junit.runtime (3.0.0) “Java Development Tools JUnit runtime support”
org.eclipse.jdt.launching (3.0.1) “Java Development Tools Launching Support”
org.eclipse.jdt.source (3.0.1) “Eclipse Java Development Tools SDK”
org.eclipse.jdt.ui (3.0.1) “Java Development Tools UI”
org.eclipse.jem (1.0.0) “Java EMF Model”
org.eclipse.jem.proxy (1.0.0) “Java EMF Model Proxy Support”
org.eclipse.jem.workbench (1.0.0) “Java EMF Model Workbench Support”
org.eclipse.jface (3.0.0) “JFace”
org.eclipse.jface.text (3.0.1) “JFace Text”
org.eclipse.ltk.core.refactoring (3.0.1) “Refactoring Core”
org.eclipse.ltk.ui.refactoring (3.0.1) “Refactoring UI”
org.eclipse.monitor.core (13.8.1) “Monitor”
org.eclipse.monitor.ui (13.8.1) “TCP/IP Monitor”
org.eclipse.osgi (3.0.1) “OSGi System Bundle”
org.eclipse.osgi.services (3.0.0) “OSGi Release 3 Services”
org.eclipse.osgi.util (3.0.0) “OSGi R3 Utility Classes”
org.eclipse.pde (3.0.1) “Eclipse Plug-in Development Environment”
org.eclipse.pde.build (3.0.1) “Plug-in Development Environment Build Support”
org.eclipse.pde.core (3.0.1) “Plug-in Development Core”
org.eclipse.pde.doc.user (3.0.0) “Eclipse Plug-in Development User Guide”
org.eclipse.pde.junit.runtime (3.0.0) “PDE JUnit Plug-in Test”
org.eclipse.pde.runtime (3.0.1) “Plug-in Development Environment Runtime”
org.eclipse.pde.source (3.0.1) “Eclipse Plug-in Development Environment Developer Resources”
org.eclipse.pde.ui (3.0.1) “Plug-in Development UI”
org.eclipse.platform (3.0.1) “Eclipse Platform”
org.eclipse.platform.doc.isv (3.0.1) “Eclipse Platform Plug-in Developer Guide”
org.eclipse.platform.doc.user (3.0.1) “Eclipse Workbench User Guide”
org.eclipse.platform.source (3.0.1) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.platform.source.win32.win32.x86 (3.0.1) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.sdk (3.0.1) “Eclipse Project SDK”
org.eclipse.search (3.0.1) “Search Support”
org.eclipse.swt (3.0.1) “Standard Widget Toolkit”
org.eclipse.swt.win32 (3.0.1) “Standard Widget Toolkit for Windows”
org.eclipse.team.core (3.0.0) “Team Support Core”
org.eclipse.team.cvs.core (3.0.1) “CVS Team Provider Core”
org.eclipse.team.cvs.ssh (3.0.0) “CVS SSH Core”
org.eclipse.team.cvs.ssh2 (3.0.0) “CVS SSH2”
org.eclipse.team.cvs.ui (3.0.1) “CVS Team Provider UI”
org.eclipse.team.ui (3.0.1) “Team Support UI”
org.eclipse.text (3.0.1) “Text”
org.eclipse.tomcat (4.1.30) “Tomcat Wrapper”
org.eclipse.ui (3.0.1) “Eclipse UI”
org.eclipse.ui.cheatsheets (3.0.1) “Cheat Sheets”
org.eclipse.ui.console (3.0.0) “Console”
org.eclipse.ui.editors (3.0.1) “Default Text Editor”
org.eclipse.ui.externaltools (3.0.1) “External Tools”
org.eclipse.ui.forms (3.0.0) “Eclipse Forms”
org.eclipse.ui.ide (3.0.1) “Eclipse IDE UI”
org.eclipse.ui.intro (3.0.1) “Intro Plugin”
org.eclipse.ui.presentations.r21 (3.0.1) “R21 Presentation Plug-in”
org.eclipse.ui.views (3.0.0) “Views”
org.eclipse.ui.views.navigator (13.8.1) “Navigator View”
org.eclipse.ui.win32 (3.0.1) “Win32 fragment”
org.eclipse.ui.workbench (3.0.1) “Workbench”
org.eclipse.ui.workbench.compatibility (3.0.0) “Workbench Compatibility”
org.eclipse.ui.workbench.texteditor (3.0.1) “Text Editor Framework”
org.eclipse.update.configurator (3.0.0) “Install/Update Configurator”
org.eclipse.update.core (3.0.1) “Install/Update Core”
org.eclipse.update.core.win32 (3.0.0) “Install/Update Core for Windows”
org.eclipse.update.scheduler (3.0.0) “Automatic Updates Scheduler”
org.eclipse.update.ui (3.0.1) “Install/Update UI”
org.eclipse.webbrowser (13.8.1) “Web Browser”
org.eclipse.xsd (2.0.0) “XML Schema Infoset Model (XSD)”
org.eclipse.xsd.edit (2.0.0) “XML Schema Edit Framework”
org.junit (3.8.1) “JUnit Testing Framework”*** User Preferences:
#Mon Oct 11 21:02:07 PDT 2004
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_STRUTS_HOME=C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_3.8.2/data
/instance/com.genuitec.eclipse.wizards/struct.set.2=java.util.HashSet
/instance/com.genuitec.eclipse.wizards/struct.set.1=java.util.TreeSet
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
/instance/com.genuitec.eclipse.wizards/html.template.2.label=HTML template with a form
/instance/com.genuitec.eclipse.wizards/jsp.template.1.label=Default JSP template
/instance/com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/list.template.2.label=Default template for List with object types
/instance/com.genuitec.eclipse.wizards/singleton.template.2=Templates/Singleton2.java
/instance/com.genuitec.eclipse.wizards/singleton.template.1=Templates/Singleton.java
/instance/com.genuitec.eclipse.wizards/list.template.3.label=Default template for List with basic types WRAPPED
/instance/com.genuitec.eclipse.easie.jetty4/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.oracle=3.8.1
/instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
@com.genuitec.eclipse.ast.deploy.core=3.8.2
/instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.Test.type=WebDeployment
@org.eclipse.jdt.core=3.0.1
/instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.jrun=3.8.1
/instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.Test.isUptoDate=true
/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”>
/instance/com.genuitec.eclipse.easie.tomcat5/LIBRARY_PATH=”C\:\\j2sdk1.4.2_05\\bin;C\:\\Tomcat 5.0\\bin”
/instance/com.genuitec.eclipse.easie.jboss/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.Test.deploymentPath=C\:\\Tomcat 5.0\\webapps\\Test
/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
/instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.xmen/problemIndication=true
@com.genuitec.eclipse.easie.jonas=3.8.1
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<vmSettings defaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″ defaultVMConnector\=””>\r\n<vmType id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\r\n<vm id\=”0″ name\=”j2re1.4.2_05″ path\=”C\:\\Program Files\\Java\\j2re1.4.2_05″ javadocURL\=”http\://java.sun.com/j2se/1.4.2/docs/api”/>\r\n<vm id\=”1097427947514″ name\=”SDK1.4″ path\=”C\:\\j2sdk1.4.2_05″ javadocURL\=”http\://java.sun.com/j2se/1.4.2/docs/api”/>\r\n</vmType>\r\n</vmSettings>\r\n
/instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.Test.deployIsOverProject=false
/instance/com.genuitec.eclipse.wizards/set.template.2=Templates/SetObjectType.java
/instance/com.genuitec.eclipse.wizards/set.template.1=Templates/SetBasicType.java
/instance/com.genuitec.eclipse.wizards/enumeration.template.1=Templates/Enumeration.java
@com.genuitec.eclipse.wizards=3.8.2
/instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.Test.contextRoot=/Test
\!/=
/instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types
@com.genuitec.eclipse.easie.weblogic=3.8.2
@com.genuitec.eclipse.easie.sun8=3.8.1
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
/instance/com.genuitec.eclipse.easie.jetty5/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.jetty/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/factory.template.1.label=Default template for factory
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated=true
@com.genuitec.eclipse.easie.sun=3.8.1
/instance/com.genuitec.eclipse.webdesigner/lastActivePage=1
/instance/com.genuitec.eclipse.easie.bejy/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.resin3=3.8.1
@com.genuitec.eclipse.easie.resin2=3.8.1
/instance/org.eclipse.ui/showIntro=false
/instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.Test.isDeployed=true
/instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_BASE=C\:\\Tomcat 5.0
/instance/com.genuitec.eclipse.wizards/applethtml.template.1=Templates/Applet.html
/instance/com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.jrun4=3.8.1
@com.genuitec.eclipse.easie.jboss=3.8.2
@com.genuitec.eclipse.easie.jetty=3.8.1
/instance/com.genuitec.eclipse.wizards/object.template.9.label=Default template for enumeration
/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
/instance/com.genuitec.eclipse.wizards/struct.list.4=java.util.Stack
/instance/com.genuitec.eclipse.wizards/struct.list.3=java.util.LinkedList
@com.genuitec.eclipse.cross.easystruts.eclipse=3.8.2
/instance/com.genuitec.eclipse.wizards/struct.list.2=java.util.Vector
/instance/com.genuitec.eclipse.wizards/struct.list.1=java.util.ArrayList
@com.genuitec.eclipse.easie.weblogic8=3.8.1
@com.genuitec.eclipse.easie.weblogic7=3.8.1
@com.genuitec.eclipse.easie.weblogic6=3.8.1
/instance/com.genuitec.eclipse.wizards/singleton.template.2.label=Singleton with double-checked locking
/instance/com.genuitec.eclipse.wizards/object.template.6.label=Default template for a Struts Action class
@org.eclipse.jdt.ui=3.0.1
/instance/com.genuitec.eclipse.wizards/list.template.3=Templates/ListBasicTypeAsObjectType.java
/instance/com.genuitec.eclipse.wizards/object.template.7.label=Default template for a Struts DispatchAction class
/instance/com.genuitec.eclipse.wizards/list.template.2=Templates/ListObjectType.java
/instance/com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/list.template.1=Templates/ListBasicType.java
/instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.Test.shouldBackup=false
/instance/com.genuitec.eclipse.wizards/object.template.8.label=Default template for singleton
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
/instance/com.genuitec.eclipse.wizards/ejb.template.3=Templates/EjbEntity.java
/instance/com.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.easie.sun/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/applet.template.1=Templates/Applet.java
/instance/com.genuitec.eclipse.wizards/object.template.9=Templates/Enumeration.java
/instance/com.genuitec.eclipse.wizards/singleton.template.1.label=Default template for singleton
/instance/com.genuitec.eclipse.wizards/object.template.8=Templates/Singleton.java
/instance/com.genuitec.eclipse.wizards/object.template.4.label=Default template for Servlet
/instance/com.genuitec.eclipse.easie.resin2/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/xml.template.4=Templates/StrutsConfig.xml
/instance/com.genuitec.eclipse.wizards/object.template.7=Templates/StrutsDispatchAction.java
/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/object.template.5=Templates/StrutsActionForm.java
/instance/com.genuitec.eclipse.wizards/xml.template.2=Templates/WebXml.xml
/instance/com.genuitec.eclipse.wizards/object.template.4=Templates/Servlet.java
/instance/com.genuitec.eclipse.wizards/xml.template.1=Templates/Xml.xml
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Test|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/rt.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/sunrsasign.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jsse.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/jce.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/charsets.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/dnsns.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/ldapsec.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/localedata.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.2_05/lib/ext/sunjce_provider.jar”/>\r\n</classpath>\r\n
/instance/com.genuitec.eclipse.easie.jonas3/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/object.template.3=Templates/Applet.java
/instance/com.genuitec.eclipse.wizards/object.template.5.label=Default template for a Struts ActionForm class
/instance/com.genuitec.eclipse.wizards/object.template.2=Templates/Exception.java
/instance/com.genuitec.eclipse.wizards/object.template.1=Templates/Bean.java
file_export_version=3.0
/instance/com.genuitec.eclipse.wizards/object.template.1.label=Default template for a bean class
@com.genuitec.eclipse.easie.resin=3.8.1
/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
@com.ibm.sse.editor=13.8.2
/instance/com.genuitec.eclipse.wizards/object.template.3.label=Default template for Applet
/instance/com.genuitec.eclipse.wizards/array.template.2.label=Default template for Array with object types
/instance/com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=j2re1.4.2_05
@com.genuitec.eclipse.easie.oracle9=3.8.1
/instance/com.genuitec.eclipse.wizards/xml.template.3.label=XML template for a web.xml file with Struts
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classFormatVersion=TN|6542972295590|6655564295590|snyfr|8|3|7
/instance/com.genuitec.eclipse.wizards/ejb.template.2.label=Message Driven EJB
/instance/com.genuitec.eclipse.easie.resin3/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/xml.template.4.label=XML template for a struts-config.xml file
/instance/com.genuitec.eclipse.easie.jrun/JDK_INSTALLATION_NAME=j2re1.4.2_05
/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/com.genuitec.eclipse.easie.websphere/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/applet.template.2.label=Template for Applet with JDK1.4
@com.genuitec.eclipse.easie.tomcat=3.8.1
@com.genuitec.eclipse.xmen=3.8.1
@com.genuitec.eclipse.easie.orion2=3.8.1
/project/Test/org.eclipse.core.resources/encoding//WebRoot/WEB-INF/struts-config.xml=UTF-8
@com.genuitec.eclipse.easie.orion1=3.8.1
/instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_TEMP=C\:\\Tomcat 5.0\\temp
/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
@com.genuitec.eclipse.easie.websphere5=3.8.1
/instance/com.genuitec.eclipse.wizards/ejb.template.1.label=Session EJB
/instance/com.genuitec.eclipse.easie.websphere5/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/snippetLibInstalled=true
/instance/com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/org.eclipse.jdt.ui/Refactoring.ErrorPage.severityThreshold=2
@com.genuitec.eclipse.easie.jboss4=3.8.2
@com.genuitec.eclipse.easie.jboss3=3.8.2
@com.genuitec.eclipse.easie.jboss2=3.8.1
@com.genuitec.eclipse.easie.tomcat5=3.8.1
@com.genuitec.eclipse.easie.tomcat4=3.8.1
/instance/com.genuitec.eclipse.easie.resin/JDK_INSTALLATION_NAME=j2re1.4.2_05
/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.0.1
/instance/com.genuitec.eclipse.easie.tomcat4/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.oracle9/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.orion1/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/org.eclipse.jdt.ui/fontPropagated=true
/instance/com.genuitec.eclipse.easie.jonas/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.easie.tomcat5/ENDORSED_DIRS=”C\:\\Tomcat 5.0/common/endorsed”
/instance/com.genuitec.eclipse.easie.tomcat5/JDK_HOME=C\:\\j2sdk1.4.2_05
/instance/com.genuitec.eclipse.wizards/servlet.template.1.label=Default template for Servlet
/instance/com.genuitec.eclipse.wizards/html.template.3=Templates/Applet.html
@com.genuitec.eclipse.easie.bejy=3.8.1
/instance/com.genuitec.eclipse.wizards/html.template.2=Templates/HtmlWithLoginForm.html
/instance/com.genuitec.eclipse.wizards/html.template.1=Templates/Html.html
/instance/com.genuitec.eclipse.wizards/applethtml.template.1.label=Default Applet HTML template
@com.genuitec.eclipse.easie.websphere=3.8.1
/instance/com.genuitec.eclipse.wizards/struct.map.4=java.util.TreeMap
/instance/com.genuitec.eclipse.wizards/array.template.2=Templates/ArrayObjectType.java
/instance/com.genuitec.eclipse.wizards/struct.map.3=java.util.WeakHashMap
/instance/com.genuitec.eclipse.easie.jrun4/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/array.template.1=Templates/ArrayBasicType.java
/instance/com.genuitec.eclipse.wizards/struct.map.2=java.util.Hashtable
@com.genuitec.eclipse.webdesigner=3.8.2
/instance/com.genuitec.eclipse.wizards/servlet.template.1=Templates/Servlet.java
/instance/com.genuitec.eclipse.wizards/struct.map.1=java.util.HashMap
/instance/com.genuitec.eclipse.wizards/jsp.template.4.label=Default JSF template
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
/instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/com.genuitec.eclipse.wizards/map.template.1.label=Default template for Map with basic types
/instance/com.genuitec.eclipse.cross.easystruts.eclipse/me.rc2.upgraded=true
/instance/com.genuitec.eclipse.wizards/jsp.template.5.label=Just as HTML
/instance/com.genuitec.eclipse.wizards/map.template.2.label=Default template for Map with object types
/instance/com.genuitec.eclipse.easie.orion2/JDK_INSTALLATION_NAME=j2re1.4.2_05
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Test|com.genuitec.eclipse.j2eedt.core.J2EE14_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<classpath>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/activation.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/javax.servlet.jsp.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-j2ee.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jaxrpc.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-jsr77.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/jboss-saaj.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/mail.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/namespace.jar”/>\r\n<classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.2/data/libraryset/1.4/xml-apis.jar”/>\r\n</classpath>\r\n
/instance/com.genuitec.eclipse.wizards/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.ast.deploy.core/tomcat5Server.Test.isExploded=true
/instance/com.ibm.sse.editor/useAnnotationsPrefPage=true
/instance/com.genuitec.eclipse.wizards/jsp.template.5=Templates/Jsp2.jsp
@com.genuitec.eclipse.easie.jetty5=3.8.1
/instance/com.genuitec.eclipse.wizards/jsp.template.4=Templates/JsF.jsp
@com.genuitec.eclipse.easie.jetty4=3.8.1
/instance/com.genuitec.eclipse.wizards/jsp.template.3.label=Standard JSP using Struts 1.1 with a form
/instance/com.genuitec.eclipse.wizards/jsp.template.3=Templates/Struts2.jsp
/instance/com.genuitec.eclipse.wizards/jsp.template.2=Templates/Struts.jsp
/instance/com.genuitec.eclipse.wizards/jsp.template.1=Templates/Jsp.jsp
/instance/com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=SDK1.4
/instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_HOME=C\:\\Tomcat 5.0
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<templates/>
/instance/com.genuitec.eclipse.easie.tomcat5/SERVER_ENABLEMENT=true
@org.eclipse.ui=3.0.1
@com.genuitec.eclipse.easie.jonas3=3.8.1
/instance/com.genuitec.eclipse.wizards/html.template.1.label=Default HTML template*** Update Manager Log:
Configuration=Sun Oct 10 10:00:03 PDT 2004
Is current configuration=false—————————————————-
Configuration=Sun Oct 10 10:01:59 PDT 2004
Is current configuration=true
Scott AndersonParticipantHechun,
When I installed the J2SE1.4.2, there was no C:\Program Files\Java\j2re1.4.2_05\lib\enddorsed.
I found it from C:\Tomcat 5.0\common\enddorsed. I copied it to C:\Program Files\Java\j2re1.4.2_05\lib\enddorsed
with files xercesImpl.jar and xml-apis.jar. I did also delete the some stuff from path, as you mentioned.I think you misunderstood me. I wasn’t asking you to create the ‘endorsed’ library directory. I only wanted to
know if it existed and what it contained. Could you put everything back where it originally was? You really *shouldn’t*
have an “endorsed” directory.From your configuration I found:
-vm
C:\WINNT\system32\javaw.exeThe JDK you’re using to launch Eclipse is still not the 1.4.2 JDK you’d like to use. You can fix this by modifying the shortcut
you use to start Eclipse to specify the virtual machine to use at startup like this:
<path-to-eclipse-install-dir>\eclipse.exe -vm C:\Program Files\Java\j2re1.4.2_05\bin\javaw.exe
knsruthiMemberthanx
-
AuthorPosts