facebook

Graphical 2 pane HTML/JSP Editor throws exception

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #235319 Reply

    akmalhussain
    Member

    Hi, I have installed ME 4M3 on a Windows XP Prof. PC with Eclilpse 3.1.
    My Sun JDK version is build 1.5.0_04-b05.

    When I create a new HTML page or JSP, I get the following NPE in the workspace log:

    !SESSION 2005-08-19 20:43:44.828 ———————————————–
    eclipse.buildId=I20050627-1435
    java.version=1.5.0_04
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
    Command-line arguments: -os win32 -ws win32 -arch x86

    !ENTRY org.eclipse.ui 4 0 2005-08-19 20:44:04.484
    !MESSAGE Unable to create editor ID com.genuitec.eclipse.webdesigner.jsp: An unexpected exception was thrown.
    !STACK 0
    java.lang.NullPointerException
    at com.jniwrapper.win32.ie.al.addStatusListener(SourceFile:56)
    at com.jniwrapper.win32.ie.aj.<init>(SourceFile:113)
    at com.jniwrapper.win32.ie.aj.<init>(SourceFile:82)
    at com.jniwrapper.win32.ie.Browser.a(SourceFile:69)
    at com.jniwrapper.win32.ie.Browser.<init>(SourceFile:50)
    at com.jniwrapper.win32.ie.Browser.<init>(SourceFile:42)
    at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.createControl(MSHTMLViewer.java:264)
    at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.<init>(MSHTMLViewer.java:225)
    at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.<init>(MSHTMLViewer.java:219)
    at com.genuitec.eclipse.webdesigner2.designeditor.DesignEditSubsystem.createDesignViewer(DesignEditSubsystem.java:147)
    at com.genuitec.eclipse.webdesigner2.WebDesigner2.createDesignViewer(WebDesigner2.java:109)
    at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignPage(HTMLMultiPageEditorPart.java:481)
    at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createPages(HTMLMultiPageEditorPart.java:247)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:585)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:365)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
    at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
    at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
    at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
    at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
    at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
    at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
    at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
    at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
    at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
    at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
    at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:753)
    at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
    at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2323)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2258)
    at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2250)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2236)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2231)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2204)
    at com.genuitec.eclipse.core.util.EditorUtil.openEditor(Unknown Source)
    at com.genuitec.eclipse.core.util.EditorUtil.openEditor(Unknown Source)
    at com.genuitec.eclipse.core.util.Util.openEditor(Unknown Source)
    at com.aston.WizardPage$1.run(WizardPage.java:260)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3057)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2716)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)

    Within the IDE, the message window states: Unable to create this part due to an internal error. Reason for the failure: An unexpected exception was thrown.

    Any ideas?

    Thanks,
    Akmal.

    #235337 Reply

    Greg
    Member

    What version of IE do you have installed?

    #235375 Reply

    akmalhussain
    Member

    Hi,

    I have IE version 6.0.2900.2180.xpsp_sp2_gdr.050301-1519
    Update versions:; SP2;

    #235399 Reply

    Greg
    Member

    Your IE version is fully supported. I don’t understand why you would be seeing this error. Until we can get this figured out, you can use the ‘Classic’ versions of the HTML/JSP editors. Right click a file and choose “Open with… > Myeclipse ‘Classic’ JSP editor” .

    Is there anything odd about your environment that might lead to this problem? Could you give us all the details that are in the posting guidelines located at the top of this forum?

    #235404 Reply

    akmalhussain
    Member

    Hi

    Operating System: Windows XP Professional with all the latest service packs and Windows updates
    Version 2002, SP 2

    Shuttle PC with AMD 64bit Processor (NOT running a 64 bit OS)
    AMD Athlon 64 processor 3200+ 2.19 GHz

    1 gb RAM

    Over 30 GB Harddisk space remaining free

    Eclipse Version 3.1.0
    Build id I20050627-1435

    MyEclipse version 3.9.310
    Build id 20050808-4.0-Milestone-3

    Sun JDK:
    java version “1.5.0_04”
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_04-b05, mixed mode, sharing)

    I use Apache Tomcat 5.5.9 using the same SUn JDK

    — Process:
    I install Elipse and the manual install version of MyEclipse.
    Generally all the environment works fine.
    I can create projects, JSPs, HTML pages, Servlets, deploy them, etc.
    I can use the classical editor fine too.

    When I open a HTML page or JSP using the new 2 pane editor I get the exception.
    MyEclipse takes a few seconds to do something and then returns with the exception.
    Then afterwards, sometimes trying to cut and paste text throws another null pointer exception.
    If I restart Eclipse then this cut and paste NPE no longer occurs.

    I have Norton Anivirus installed. I have tried running it whilt the Antivirus was enabled and disabled –
    both situations still cause the exception.

    Perhaps it is related to me using an AMD 64 Athlon processor?
    Is anyone else out there using an AMD 64 set up?

    Thanks for all your help

    Akmal.

    #235440 Reply

    jameswei
    Member

    I met it too.
    Why?
    Thanks for your reply.

    #235458 Reply

    akmalhussain
    Member

    Are you having the same problem I am as listed above? Does your workstation have an AMD 64 bit processor?

    Thanks,
    Akmal.

    #235485 Reply

    Greg
    Member

    Akmal,

    Have you modified your “Internet Options” from the default value? If so, could you detail what might have changed?

    Also, can you post your configuration details here? Help > About Eclipse SDK > Configuration Details

    #235497 Reply

    akmalhussain
    Member

    Hi,

    I have not modified any Internet Options. First I installed Eclipse and then I did the MyEclipse manual install procedure. Next I created a web project and then either a HTML page or JSP. Upon attempting to open either a JSP or HTML page, I get the exception.

    The Configuration Details are:

    *** Date: Mon Aug 22 20:02:56 BST 2005

    *** Platform Details:

    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=I20050627-1435
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\apps\opensource\eclipse.org\ec31me40m3\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    eec_70
    -vm
    c:\apps\sun.com\jdk5\bin\javaw.exe
    eclipse.product=org.eclipse.sdk.ide
    eclipse.startTime=1124737077281
    eclipse.vm=c:\apps\sun.com\jdk5\bin\javaw.exe
    eclipse.vmargs=-Xms40m
    -Xmx256m
    -jar
    C:\apps\opensource\eclipse.org\ec31me40m3\startup.jar
    eof=eof
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\apps\opensource\eclipse.org\ec31me40m3\startup.jar
    java.class.version=49.0
    java.endorsed.dirs=c:\apps\sun.com\jdk5\jre\lib\endorsed
    java.ext.dirs=c:\apps\sun.com\jdk5\jre\lib\ext
    java.home=c:\apps\sun.com\jdk5\jre
    java.io.tmpdir=C:\DOCUME~1\ahussain\LOCALS~1\Temp\
    java.library.path=c:\apps\sun.com\jdk5\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\OpenSSH\bin;C:\Program Files\ZipGenius 6;C:\Program Files\Common Files\GTK\2.0\bin
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.5.0_04-b05
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.5
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.5.0_04
    java.vm.info=mixed mode, sharing
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=1.5.0_04-b05
    line.separator=

    org.osgi.framework.bootdelegation=*
    org.osgi.framework.executionenvironment=J2SE-1.5
    org.osgi.framework.language=en
    org.osgi.framework.os.name=WindowsXP
    org.osgi.framework.os.version=5.1
    org.osgi.framework.processor=x86
    org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.3.0
    org.osgi.supports.framework.extension=true
    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.bundlestore=c:\apps\opensource\eclipse.org\ec31me40m3\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/c:/apps/opensource/eclipse.org/ec31me40m3/configuration/
    osgi.framework=file:/c:/apps/opensource/eclipse.org/ec31me40m3/plugins/org.eclipse.osgi_3.1.0.jar
    osgi.framework.beginningstartlevel=1
    osgi.framework.shape=jar
    osgi.framework.version=3.0.0
    osgi.install.area=file:/c:/apps/opensource/eclipse.org/ec31me40m3/
    osgi.instance.area=file:/C:/HayesIT/EC31ME40m3wspace/
    osgi.instance.area.default=file:/C:/Documents and Settings/ahussain/workspace/
    osgi.logfile=C:\HayesIT\EC31ME40m3wspace\.metadata\.log
    osgi.manifest.cache=c:\apps\opensource\eclipse.org\ec31me40m3\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_GB
    osgi.os=win32
    osgi.splashLocation=c:\apps\opensource\eclipse.org\ec31me40m3\plugins\org.eclipse.platform_3.1.0\splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath=c:\apps\opensource\eclipse.org\ec31me40m3\plugins
    osgi.ws=win32
    path.separator=;
    sun.arch.data.model=32
    sun.boot.class.path=c:\apps\sun.com\jdk5\jre\lib\rt.jar;c:\apps\sun.com\jdk5\jre\lib\i18n.jar;c:\apps\sun.com\jdk5\jre\lib\sunrsasign.jar;c:\apps\sun.com\jdk5\jre\lib\jsse.jar;c:\apps\sun.com\jdk5\jre\lib\jce.jar;c:\apps\sun.com\jdk5\jre\lib\charsets.jar;c:\apps\sun.com\jdk5\jre\classes
    sun.boot.library.path=c:\apps\sun.com\jdk5\jre\bin
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=Service Pack 2
    user.country=GB
    user.dir=C:\apps\opensource\eclipse.org\ec31me40m3
    user.home=C:\Documents and Settings\ahussain
    user.language=en
    user.name=ahussain
    user.timezone=Europe/London
    user.variant=

    *** Features:
    com.genuitec.myeclipse.ast (3.9.310) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.bugzilla (3.9.310) “MyEclipse Bugzilla Feature”
    com.genuitec.myeclipse.core (3.9.310) “MyEclipse Core Feature”
    com.genuitec.myeclipse.database (3.9.310) “MyEclipse Database Feature”
    com.genuitec.myeclipse.enterprise.workbench (3.9.310) “MyEclipse Enterprise Workbench Feature”
    com.genuitec.myeclipse.help (3.9.310) “MyEclipse Help Feature”
    com.genuitec.myeclipse.hibernate (3.9.310) “MyEclipse Hibernate Feature”
    com.genuitec.myeclipse.jsf (3.9.310) “MyEclipse JSF Feature”
    com.genuitec.myeclipse.jspdesign (3.9.310) “MyEclipse JSP Design Feature”
    com.genuitec.myeclipse.platform (3.9.310) “MyEclipse Base Platform Feature”
    com.genuitec.myeclipse.spring (3.9.310) “MyEclipse Spring Feature”
    com.genuitec.myeclipse.struts (3.9.310) “MyEclipse Struts Feature”
    com.genuitec.myeclipse.tapestry (3.9.310) “MyEclipse Tapestry / Spindle Feature”
    com.genuitec.myeclipse.uml (3.9.310) “MyEclipse UML Feature”
    com.genuitec.myeclipse.wdt (3.9.310) “MyEclipse Web Development Feature”
    org.eclipse.jdt (3.1.0) “Eclipse Java Development Tools”
    org.eclipse.jdt.source (3.1.0) “Eclipse Java Development Tools SDK”
    org.eclipse.pde (3.1.0) “Eclipse Plug-in Development Environment”
    org.eclipse.pde.source (3.1.0) “Eclipse Plug-in Development Environment Developer Resources”
    org.eclipse.platform (3.1.0) “Eclipse Platform”
    org.eclipse.platform.source (3.1.0) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.rcp (3.1.0) “Eclipse RCP”
    org.eclipse.rcp.source (3.1.0) “Eclipse RCP Plug-in Developer Resources”
    org.eclipse.sdk (3.1.0) “Eclipse Project SDK”
    org.tigris.subversion.book (1.1.1) “Version Control with Subversion”
    org.tigris.subversion.subclipse (0.9.32) “Subclipse”

    *** Plug-in Registry:
    com.genuitec.eclipse.ast.deploy.core (3.9.310) “Deployment Core Plug-in” [Active]
    com.genuitec.eclipse.browser (3.8.4) “Web Browser Plug-in” [Resolved]
    com.genuitec.eclipse.bugzilla (3.9.310) “MyEclipse Bugzilla Integration Plug-in” [Resolved]
    com.genuitec.eclipse.core (3.9.310) “Genuitec Core” [Active]
    com.genuitec.eclipse.cross.easystruts.eclipse (3.9.210) “MyEclipse Stuts Support” [Active]
    com.genuitec.eclipse.easie.bejy (3.8.1) “Genuitec EASIE Bejy Tiger” [Active]
    com.genuitec.eclipse.easie.core (3.9.310) “Genuitec EASIE Core” [Active]
    com.genuitec.eclipse.easie.geronimo1 (3.9.310) “Genuitec EASIE Geronimo 1” [Active]
    com.genuitec.eclipse.easie.jboss (3.9.310) “Genuitec EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (3.8.1) “Genuitec EASIE JBoss 2” [Active]
    com.genuitec.eclipse.easie.jboss3 (3.9.310) “Genuitec EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (3.9.310) “Genuitec EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jetty (3.9.310) “Genuitec EASIE Jetty” [Active]
    com.genuitec.eclipse.easie.jetty4 (3.8.1) “Genuitec EASIE Jetty 4” [Active]
    com.genuitec.eclipse.easie.jetty5 (3.8.1) “Genuitec EASIE Jetty 5” [Active]
    com.genuitec.eclipse.easie.jonas (3.9.310) “Genuitec EASIE Jonas” [Active]
    com.genuitec.eclipse.easie.jonas3 (3.8.3) “Genuitec EASIE Jonas 3” [Active]
    com.genuitec.eclipse.easie.jonas4 (3.8.3) “Genuitec EASIE Jonas 4” [Active]
    com.genuitec.eclipse.easie.jrun (3.9.310) “Genuitec EASIE JRun” [Active]
    com.genuitec.eclipse.easie.jrun4 (3.8.1) “Genuitec EASIE JRun 4” [Active]
    com.genuitec.eclipse.easie.oracle (3.9.310) “Genuitec EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.oracle9 (3.8.1) “Genuitec EASIE Oracle 9i/AS” [Active]
    com.genuitec.eclipse.easie.orion1 (3.8.1) “Genuitec EASIE Orion 1” [Active]
    com.genuitec.eclipse.easie.orion2 (3.8.1) “Genuitec EASIE Orion 2” [Active]
    com.genuitec.eclipse.easie.resin (3.8.1) “Genuitec EASIE Resin” [Active]
    com.genuitec.eclipse.easie.resin2 (3.8.1) “Genuitec EASIE Resin 2” [Active]
    com.genuitec.eclipse.easie.resin3 (3.8.3) “Genuitec EASIE Resin 3” [Active]
    com.genuitec.eclipse.easie.sun (3.9.310) “Genuitec EASIE Sun One” [Active]
    com.genuitec.eclipse.easie.sun8 (3.8.3) “Genuitec EASIE Sun 8” [Active]
    com.genuitec.eclipse.easie.sun81 (3.9.310) “Genuitec EASIE Sun 8.1” [Active]
    com.genuitec.eclipse.easie.tomcat (3.9.310) “Genuitec EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat4 (3.8.1) “Genuitec EASIE Tomcat 4” [Active]
    com.genuitec.eclipse.easie.tomcat5 (3.8.1) “Genuitec EASIE Tomcat 5” [Active]
    com.genuitec.eclipse.easie.weblogic (3.9.310) “Genuitec EASIE WebLogic” [Active]
    com.genuitec.eclipse.easie.weblogic6 (3.8.1) “Genuitec EASIE WebLogic 6” [Active]
    com.genuitec.eclipse.easie.weblogic7 (3.8.1) “Genuitec EASIE WebLogic 7” [Active]
    com.genuitec.eclipse.easie.weblogic8 (3.8.1) “Genuitec EASIE WebLogic 8” [Active]
    com.genuitec.eclipse.easie.weblogic9 (3.9.310) “Genuitec EASIE WebLogic 9” [Active]
    com.genuitec.eclipse.easie.websphere (3.9.310) “Genuitec EASIE WebSphere 4” [Active]
    com.genuitec.eclipse.easie.websphere5 (3.9.310) “Genuitec EASIE WebSphere 5” [Active]
    com.genuitec.eclipse.easie.websphere6 (3.9.310) “Genuitec EASIE WebSphere 6” [Active]
    com.genuitec.eclipse.export.wizard (3.9.210) “MyEclipse J2EE Export Wizards” [Resolved]
    com.genuitec.eclipse.hibernate (3.9.310) “MyEclipse Hibernate Capabilities” [Active]
    com.genuitec.eclipse.integration (3.9.310) “MyEclipse Integration Utilities” [Active]
    com.genuitec.eclipse.j2eedt.core (3.9.310) “Genuitec J2EE Development Tooling” [Active]
    com.genuitec.eclipse.jface.text.wtpfragment (3.8.1) “Wtpextendfragment Fragment” [Resolved]
    com.genuitec.eclipse.jsf (3.9.310) “MyEclipse JSF Capabilities” [Active]
    com.genuitec.eclipse.modeling.core (3.9.210) “MyEclipse Modeling Core” [Resolved]
    com.genuitec.eclipse.springframework (3.9.310) “Springframework Plug-in” [Resolved]
    com.genuitec.eclipse.sqlexplorer (3.9.310) “MyEclipse Database Explorer Plugin” [Resolved]
    com.genuitec.eclipse.sqlexplorer.doc (3.8.4) “MyEclipse Database Explorer Help Plug-in” [Resolved]
    com.genuitec.eclipse.sqlexplorer.oracle (3.9.310) “Oracle Database Explorer Plug-in” [Resolved]
    com.genuitec.eclipse.struts (3.9.310) “MyEclipse Struts Capabilities” [Active]
    com.genuitec.eclipse.tapestry (3.9.310) “MyEclipse Tapestry Integration Plug-in” [Active]
    com.genuitec.eclipse.tapestry.ui.contrib (3.9.310) “MyEclipse Tapestry UI Integration Fragment” [Resolved]
    com.genuitec.eclipse.uml (3.9.310) “MyEclipse UML Plug-in” [Resolved]
    com.genuitec.eclipse.wdt.jsp.debug (3.9.310) “MyEclipse JSP Debug Tooling” [Active]
    com.genuitec.eclipse.web.imagepreviewer (3.9.210) “MyEclipse Image Previewer Plug-in” [Active]
    com.genuitec.eclipse.webdesigner (3.9.310) “Web Designer Plug-in” [Active]
    com.genuitec.eclipse.webdesigner.support (3.9.211) “WebDesigner Support” [Resolved]
    com.genuitec.eclipse.wizards (3.9.310) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipsetidy (3.9.310) “MyEclipse HTML Formatting” [Active]
    com.genuitec.jboss.ide.eclipse.apache.xalan (3.8.1) “Genuitec XDoclet Apache Xalan Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (3.8.3) “Genuitec XDoclet Support Core Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.9.210) “Genuitec XDoclet Assist Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (3.9.210) “Genuitec XDoclet Core Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (3.9.210) “Genuitec XDoclet Runner Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (3.9.210) “Genuitec XDoclet UI Plug-in” [Resolved]
    com.genuitec.myeclipse.ast (3.9.310) “MyEclipse Application Server Tooling” [Resolved]
    com.genuitec.myeclipse.bugzilla (3.9.310) “MyEclipse Bugzilla Feature” [Resolved]
    com.genuitec.myeclipse.core (3.9.310) “MyEclipse Core Feature” [Resolved]
    com.genuitec.myeclipse.database (3.9.310) “MyEclipse Database Feature” [Resolved]
    com.genuitec.myeclipse.doc (3.9.310) “MyEclipse Documentation” [Resolved]
    com.genuitec.myeclipse.enterprise.workbench (3.9.310) “MyEclipse Enterprise Workbench Feature” [Resolved]
    com.genuitec.myeclipse.help (3.9.310) “MyEclipse Help Feature” [Resolved]
    com.genuitec.myeclipse.hibernate (3.9.310) “MyEclipse Hibernate Feature” [Resolved]
    com.genuitec.myeclipse.jsf (3.9.310) “MyEclipse JSF Feature” [Resolved]
    com.genuitec.myeclipse.jspdesign (3.9.310) “MyEclipse JSP Design Feature” [Resolved]
    com.genuitec.myeclipse.perspective (3.9.310) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.platform (3.9.310) “MyEclipse Base Platform Feature” [Resolved]
    com.genuitec.myeclipse.spring (3.9.310) “MyEclipse Spring Feature” [Resolved]
    com.genuitec.myeclipse.struts (3.9.310) “MyEclipse Struts Feature” [Resolved]
    com.genuitec.myeclipse.tapestry (3.9.310) “MyEclipse Tapestry / Spindle Feature” [Resolved]
    com.genuitec.myeclipse.uml (3.9.310) “MyEclipse UML Feature” [Resolved]
    com.genuitec.myeclipse.wdt (3.9.310) “MyEclipse Web Development Feature” [Resolved]
    com.ibm.base.extensions (13.8.1) “Eclipse base extensions” [Resolved]
    com.ibm.base.extensions.ui (13.9.310) “Eclipse Base UI extensions” [Active]
    com.ibm.encoding.resource (13.9.210) “Coded Resource” [Active]
    com.ibm.etools.contentmodel (13.8.4) “Content Model” [Resolved]
    com.ibm.etools.contentmodel.dtd (13.8.2) “Content Model for DTD” [Resolved]
    com.ibm.etools.contentmodel.xsd (13.8.1) “Content Model for XML Schema” [Resolved]
    com.ibm.etools.dtdmodel (13.8.2) “DTD Model” [Resolved]
    com.ibm.etools.dtdparser (13.8.1) “DTD Parser” [Resolved]
    com.ibm.etools.internet (13.8.1) “Internet Preferences” [Active]
    com.ibm.etools.uri.resolver (13.8.3) “com.ibm.etools.uri.resolver” [Active]
    com.ibm.etools.validation (13.8.4) “Validation Framework” [Active]
    com.ibm.etools.validation.core (13.8.4) “Validation Framework Core” [Resolved]
    com.ibm.etools.validation.dtd (13.8.4) “DTD Validator” [Active]
    com.ibm.etools.validation.html (13.8.3) “HTML Validation” [Resolved]
    com.ibm.etools.validation.mof (13.8.1) “Validation Framework MOF support” [Resolved]
    com.ibm.etools.validation.ui (13.8.3) “Validation Framework UI” [Resolved]
    com.ibm.etools.validation.xml (13.8.4) “XML Validator” [Active]
    com.ibm.etools.validation.xmltools (13.8.1) “XML Tools Validation” [Active]
    com.ibm.etools.validation.xsd (13.8.4) “XML Schema Validator” [Active]
    com.ibm.etools.xml.gef.util (13.9.210) “XML Tools Common GEF Utilities” [Resolved]
    com.ibm.etools.xmlcatalog (13.8.4) “com.ibm.etools.xmlcatalog” [Active]
    com.ibm.etools.xmlcatalog.ui (13.9.310) “XML Catalog UI” [Active]
    com.ibm.etools.xmlutility (13.8.1) “XML Utility” [Active]
    com.ibm.sse.contentproperties (13.8.1) “Content Properties” [Active]
    com.ibm.sse.editor (13.9.310) “MyEclipse Source Editors” [Active]
    com.ibm.sse.editor.css (13.9.310) “SSE CSS Source Editor” [Resolved]
    com.ibm.sse.editor.dtd (13.9.310) “SSE DTD Source Editor” [Resolved]
    com.ibm.sse.editor.extensions (13.8.1) “Structured Source Editing Editor Extensions” [Resolved]
    com.ibm.sse.editor.html (13.9.310) “SSE HTML Source Editor” [Resolved]
    com.ibm.sse.editor.javascript (13.9.310) “SSE JavaScript Source Editor” [Resolved]
    com.ibm.sse.editor.jsp (13.9.310) “SSE JSP Source Editor” [Resolved]
    com.ibm.sse.editor.xml (13.9.310) “SSE XML Source Editor” [Resolved]
    com.ibm.sse.javascript.common.ui (13.9.310) “SSE JavaScript Common UI” [Resolved]
    com.ibm.sse.model (13.9.310) “Structured Text Model” [Active]
    com.ibm.sse.model.css (13.9.310) “Structured Source CSS Model” [Active]
    com.ibm.sse.model.dtd (13.9.310) “Structured Source DTD Model” [Resolved]
    com.ibm.sse.model.html (13.9.310) “Structured Source HTML Model” [Active]
    com.ibm.sse.model.javascript (13.9.310) “Structured Source JavaScript Model” [Resolved]
    com.ibm.sse.model.jsp (13.9.310) “Structured Source JSP Model” [Active]
    com.ibm.sse.model.xml (13.9.310) “Structured Source XML Model” [Active]
    com.ibm.sse.snippets (13.8.3) “SSE Snippets View” [Active]
    com.ibm.webtooling.system.dtds (13.9.310) “Known DTDs” [Resolved]
    com.ibm.wtp.annotations.controller (13.8.1) “Annotation Controller Plug-in” [Resolved]
    com.ibm.wtp.annotations.core (13.9.210) “Annotation Core Plug-in” [Resolved]
    com.ibm.wtp.annotations.ui (13.8.1) “Ui Plug-in” [Resolved]
    com.ibm.wtp.common (13.8.1) “com.ibm.wtp.common” [Active]
    com.ibm.wtp.common.ui (13.8.1) “WTP UI Plug-in” [Resolved]
    com.ibm.wtp.common.util (1.0.0) “Logging Plug-in” [Active]
    com.ibm.wtp.emf (13.8.1) “EMF Utilities” [Resolved]
    com.ibm.wtp.emf.workbench (1.0.0) “EMF Workbench” [Resolved]
    com.ibm.wtp.emf.workbench.edit (13.8.4) “EMF Workbench Edit Plug-in” [Resolved]
    com.ibm.wtp.jdt.integration (13.8.1) “Integration Plug-in” [Resolved]
    com.ibm.xmleditor (13.9.310) “SSE XML Editor” [Resolved]
    com.ibm.xmlwizard (13.9.310) “XML Wizards” [Resolved]
    com.ibm.xsdeditor (13.9.310) “MyEclipse Schema Editor” [Active]
    com.ibm.xtools.common.ui.properties (13.8.1) “IBM Rational Common UI Properties” [Resolved]
    com.iw.plugins.spindle.core (3.9.310) “Spindle Core Plugin” [Resolved]
    com.iw.plugins.spindle.docs (3.9.310) “Spindle 3 Documentation” [Resolved]
    com.iw.plugins.spindle.ui (3.9.310) “Spindle UI plugin” [Resolved]
    de.bb.bje.eclipse (3.8.1) “BJE Plug-in” [Resolved]
    net.sf.solareclipse.ui (0.4.0.spindle-dep-6) “SolarEclipse UI” [Resolved]
    net.sf.solareclipse.xml.ui (0.4.0.spindle-dep-6) “XML Development Tools UI” [Resolved]
    org.apache.ant (1.6.5) “Apache Ant” [Active]
    org.apache.lucene (1.4.3) “Apache Lucene” [Resolved]
    org.apache.xerces (4.0.13) “Spindle 3 Xerces Plug-in” [Resolved]
    org.eclipse.ant.core (3.1.0) “Ant Build Tool Core” [Resolved]
    org.eclipse.ant.ui (3.1.0) “Ant UI” [Resolved]
    org.eclipse.compare (3.1.0) “Compare Support” [Active]
    org.eclipse.core.boot (3.1.0) “Core Boot” [Resolved]
    org.eclipse.core.commands (3.1.0) “Commands” [Active]
    org.eclipse.core.expressions (3.1.0) “Expression Language” [Active]
    org.eclipse.core.filebuffers (3.1.0) “File Buffers” [Active]
    org.eclipse.core.resources (3.1.0) “Core Resource Management” [Active]
    org.eclipse.core.resources.compatibility (3.1.0) “Core Resource Management Compatibility Fragment” [Resolved]
    org.eclipse.core.resources.win32 (3.1.0) “Core Resource Management Win32 Fragment” [Resolved]
    org.eclipse.core.runtime (3.1.0) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.1.0) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.variables (3.1.0) “Core Variables” [Resolved]
    org.eclipse.debug.core (3.1.0) “Debug Core” [Active]
    org.eclipse.debug.ui (3.1.0) “Debug UI” [Active]
    org.eclipse.draw2d (3.0.99) “Draw2d” [Resolved]
    org.eclipse.emf.codegen (2.0.99) “EMF Template Code Generator” [Resolved]
    org.eclipse.emf.codegen.ecore (2.0.99) “EMF Ecore Code Generation” [Resolved]
    org.eclipse.emf.common (2.0.99) “EMF Common” [Resolved]
    org.eclipse.emf.common.ui (2.0.99) “EMF Common UI” [Resolved]
    org.eclipse.emf.ecore (2.0.99) “EMF Ecore” [Resolved]
    org.eclipse.emf.ecore.xmi (2.0.99) “EMF XMI” [Resolved]
    org.eclipse.emf.edit (2.0.99) “EMF Edit” [Resolved]
    org.eclipse.emf.edit.ui (2.0.99) “EMF Edit UI” [Resolved]
    org.eclipse.gef (3.0.99) “Graphical Editing Framework” [Active]
    org.eclipse.help (3.1.0) “Help System Core” [Active]
    org.eclipse.help.appserver (3.1.0) “Help Application Server” [Resolved]
    org.eclipse.help.base (3.1.0) “Help System Base” [Resolved]
    org.eclipse.help.ui (3.1.0) “Help System UI” [Resolved]
    org.eclipse.help.webapp (3.1.0) “Help System Webapp” [Resolved]
    org.eclipse.jdt (3.1.0) “Eclipse Java Development Tools” [Resolved]
    org.eclipse.jdt.core (3.1.0) “Java Development Tools Core” [Active]
    org.eclipse.jdt.debug (3.1.0) “JDI Debug Model” [Active]
    org.eclipse.jdt.debug.ui (3.1.0) “JDI Debug UI” [Resolved]
    org.eclipse.jdt.doc.isv (3.1.0) “Eclipse JDT Plug-in Developer Guide” [Resolved]
    org.eclipse.jdt.doc.user (3.1.0) “Eclipse Java Development User Guide” [Resolved]
    org.eclipse.jdt.junit (3.1.0) “Java Development Tools JUnit support” [Active]
    org.eclipse.jdt.junit.runtime (3.1.0) “Java Development Tools JUnit runtime support” [Resolved]
    org.eclipse.jdt.launching (3.1.0) “Java Development Tools Launching Support” [Active]
    org.eclipse.jdt.source (3.1.0) “Eclipse Java Development Tools SDK” [Resolved]
    org.eclipse.jdt.ui (3.1.0) “Java Development Tools UI” [Active]
    org.eclipse.jem (1.0.2) “Java EMF Model” [Resolved]
    org.eclipse.jem.proxy (1.0.2) “Java EMF Model Proxy Support” [Resolved]
    org.eclipse.jem.workbench (1.0.2) “Java EMF Model Workbench Support” [Resolved]
    org.eclipse.jface (3.1.0) “JFace” [Active]
    org.eclipse.jface.text (3.1.0) “JFace Text” [Active]
    org.eclipse.ltk.core.refactoring (3.1.0) “Refactoring Core” [Active]
    org.eclipse.ltk.ui.refactoring (3.1.0) “Refactoring UI” [Active]
    org.eclipse.monitor.core (13.8.1) “Monitor” [Resolved]
    org.eclipse.monitor.ui (13.8.1) “TCP/IP Monitor” [Resolved]
    org.eclipse.osgi.services (3.1.0) “OSGi Release 3 Services” [Resolved]
    org.eclipse.osgi.util (3.1.0) “OSGi R3 Utility Classes” [Resolved]
    org.eclipse.pde (3.1.0) “Eclipse Plug-in Development Environment” [Resolved]
    org.eclipse.pde.build (3.1.0) “Plug-in Development Environment Build Support” [Resolved]
    org.eclipse.pde.core (3.1.0) “Plug-in Development Core” [Resolved]
    org.eclipse.pde.doc.user (3.1.0) “Eclipse Plug-in Development User Guide” [Resolved]
    org.eclipse.pde.junit.runtime (3.1.0) “PDE JUnit Plug-in Test” [Resolved]
    org.eclipse.pde.runtime (3.1.0) “Plug-in Development Environment Runtime” [Resolved]
    org.eclipse.pde.source (3.1.0) “Eclipse Plug-in Development Environment Developer Resources” [Resolved]
    org.eclipse.pde.ui (3.1.0) “Plug-in Development UI” [Resolved]
    org.eclipse.platform (3.1.0) “Eclipse Platform” [Resolved]
    org.eclipse.platform.doc.isv (3.1.0) “Eclipse Platform Plug-in Developer Guide” [Resolved]
    org.eclipse.platform.doc.user (3.1.0) “Eclipse Workbench User Guide” [Resolved]
    org.eclipse.platform.source (3.1.0) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.platform.source.win32.win32.x86 (3.1.0) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.rcp (3.1.0) “Eclipse RCP” [Resolved]
    org.eclipse.rcp.source (3.1.0) “Eclipse RCP Plug-in Developer Resources” [Resolved]
    org.eclipse.rcp.source.win32.win32.x86 (3.1.0) “Eclipse RCP Plug-in Developer Resources” [Resolved]
    org.eclipse.sdk (3.1.0) “Eclipse Project SDK” [Resolved]
    org.eclipse.search (3.1.0) “Search Support” [Resolved]
    org.eclipse.swt (3.1.0) “Standard Widget Toolkit” [Resolved]
    org.eclipse.swt.win32.win32.x86 (3.1.0) “Standard Widget Toolkit for Windows” [Resolved]
    org.eclipse.team.core (3.1.0) “Team Support Core” [Active]
    org.eclipse.team.cvs.core (3.1.0) “CVS Team Provider Core” [Resolved]
    org.eclipse.team.cvs.ssh (3.1.0) “CVS SSH Core” [Resolved]
    org.eclipse.team.cvs.ssh2 (3.1.0) “CVS SSH2” [Resolved]
    org.eclipse.team.cvs.ui (3.1.0) “CVS Team Provider UI” [Resolved]
    org.eclipse.team.ui (3.1.0) “Team Support UI” [Active]
    org.eclipse.text (3.1.0) “Text” [Active]
    org.eclipse.tomcat (4.1.30.1) “Tomcat Wrapper” [Resolved]
    org.eclipse.ui (3.1.0) “Eclipse UI” [Active]
    org.eclipse.ui.browser (3.1.0) “Browser Support” [Resolved]
    org.eclipse.ui.cheatsheets (3.1.0) “Cheat Sheets” [Resolved]
    org.eclipse.ui.console (3.1.0) “Console” [Active]
    org.eclipse.ui.editors (3.1.0) “Default Text Editor” [Active]
    org.eclipse.ui.externaltools (3.1.0) “External Tools” [Active]
    org.eclipse.ui.forms (3.1.0) “Eclipse Forms” [Active]
    org.eclipse.ui.ide (3.1.0) “Eclipse IDE UI” [Active]
    org.eclipse.ui.intro (3.1.0) “Welcome Framework” [Resolved]
    org.eclipse.ui.presentations.r21 (3.1.0) “R21 Presentation Plug-in” [Resolved]
    org.eclipse.ui.views (3.1.0) “Views” [Active]
    org.eclipse.ui.views.navigator (13.8.1) “Navigator View” [Resolved]
    org.eclipse.ui.win32 (3.1.0) “Eclipse UI Win32 Enhancements” [Resolved]
    org.eclipse.ui.workbench (3.1.0) “Workbench” [Active]
    org.eclipse.ui.workbench.compatibility (3.1.0) “Workbench Compatibility” [Resolved]
    org.eclipse.ui.workbench.texteditor (3.1.0) “Text Editor Framework” [Active]
    org.eclipse.update.configurator (3.1.0) “Install/Update Configurator” [Active]
    org.eclipse.update.core (3.1.0) “Install/Update Core” [Resolved]
    org.eclipse.update.core.win32 (3.1.0) “Install/Update Core for Windows” [Resolved]
    org.eclipse.update.scheduler (3.1.0) “Automatic Updates Scheduler” [Active]
    org.eclipse.update.ui (3.1.0) “Install/Update UI” [Resolved]
    org.eclipse.webbrowser (13.8.4) “Web Browser” [Active]
    org.eclipse.xsd (2.1.0) “XML Schema Infoset Model (XSD)” [Resolved]
    org.eclipse.xsd.edit (2.0.1) “XML Schema Edit Framework” [Resolved]
    org.junit (3.8.1) “JUnit Testing Framework” [Resolved]
    org.springframework.ide.eclipse.beans.core (3.9.310) “MyEclipse Spring IDE Beans Support Core” [Active]
    org.springframework.ide.eclipse.beans.ui (3.9.310) “MyEclipse Spring IDE Beans UI” [Active]
    org.springframework.ide.eclipse.beans.ui.doc (3.9.310) “MyEclipse Spring IDE Support Documentation” [Resolved]
    org.springframework.ide.eclipse.beans.ui.graph (3.9.310) “MyEclipse Spring IDE Support Graph” [Resolved]
    org.springframework.ide.eclipse.core (3.9.310) “MyEclipse Spring IDE Core” [Active]
    org.springframework.ide.eclipse.core.doc (3.9.310) “MyEclipse Spring Framework Reference Documentation” [Resolved]
    org.springframework.ide.eclipse.ui (3.9.310) “MyEclipse Spring IDE UI” [Active]
    org.tigris.subversion.book (1.1.1) “Version Control with Subversion” [Resolved]
    org.tigris.subversion.javahl.win32 (0.9.32) “Win32 Fragment” [Resolved]
    org.tigris.subversion.subclipse (0.9.32) “Subclipse” [Resolved]
    org.tigris.subversion.subclipse.core (0.9.32) “SVN Team Provider Core” [Active]
    org.tigris.subversion.subclipse.ui (0.9.32) “SVN Team Provider UI” [Active]
    system.bundle (3.1.0) “OSGi System Bundle” [Active]

    *** User Preferences:
    #Mon Aug 22 20:03:00 BST 2005
    @org.eclipse.ui.editors=3.1.0
    /instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=jdk5
    @org.eclipse.debug.ui=3.1.0
    /instance/org.eclipse.webbrowser/browsers=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<web-browsers current\=”0″>\r\n<internal clear_history\=”false” new_page\=”false”/>\r\n<external location\=”C\:\\Program Files\\Internet Explorer\\IEXPLORE.EXE” name\=”Internet Explorer” parameters\=””/>\r\n</web-browsers>
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JUNIT_HOME=c\:/apps/opensource/eclipse.org/ec31me40m3/plugins/org.junit_3.8.1

    @com
    .genuitec.eclipse.easie.websphere6=3.9.310

    @com
    .genuitec.eclipse.easie.websphere5=3.9.310
    /instance/com.genuitec.eclipse.wizards/object.template.4.label=Default template for Servlet
    /instance/org.eclipse.jdt.ui/Refactoring.savealleditors=true
    /instance/org.eclipse.jdt.debug.ui/org.eclipse.debug.ui.VariableView.org.eclipse.jdt.debug.ui.show_null_entries=true

    @com
    .ibm.sse.editor=13.9.310
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_HIBERNATE_HOME=c\:/apps/myeclipseide.com/ME40m3EC31/eclipse/plugins/com.genuitec.eclipse.hibernate_3.9.310/data
    /instance/com.genuitec.eclipse.easie.tomcat5/LIBRARY_PATH=”C\:\\apps\\sun.com\\jdk5\\bin;C\:\\apps\\opensource\\apache.org\\tomcat5.5.9\\bin”
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>
    /instance/com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=jdk5
    /instance/org.eclipse.ui.ide/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false
    /instance/org.eclipse.ui.editors/lineNumberRuler=true
    /instance/com.genuitec.eclipse.wizards/jsp.template.4.label=Standard JSP using Struts 1.2
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.overrideannotation=true
    /instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/list.template.3.label=Default template for List with basic types WRAPPED
    /instance/org.eclipse.ui.editors/printMargin=true
    /instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_TEMP=C\:\\apps\\opensource\\apache.org\\tomcat5.5.9\\temp
    /configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=false
    /instance/org.eclipse.ui.ide/quickStart=true
    /instance/com.genuitec.eclipse.wizards/map.template.2=Templates/MapObjectType.java
    /instance/com.genuitec.eclipse.wizards/map.template.1=Templates/MapBasicType.java
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.lcotal.isUptoDate=true
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.srcBinFoldersInNewProjects=true
    /instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Courier New|10|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New;
    /instance/com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/object.template.7.label=Default template for a Struts DispatchAction class
    /instance/org.eclipse.core.resources/version=1

    @com
    .genuitec.eclipse.easie.oracle9=3.8.1
    @org.eclipse.ui=3.1.0
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.exception.name=e
    /instance/com.genuitec.eclipse.wizards/object.template.3.label=Default template for Applet
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
    /instance/com.genuitec.eclipse.wizards/xml.template.4=Templates/StrutsConfig.xml
    /instance/com.genuitec.eclipse.wizards/xml.template.3=Templates/WebXmlStruts.xml
    /instance/com.genuitec.eclipse.wizards/xml.template.2=Templates/WebXml.xml
    /instance/com.genuitec.eclipse.wizards/xml.template.1=Templates/Xml.xml
    /instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_participant_sec_id=1124694688343
    /instance/com.genuitec.eclipse.wizards/jsp.template.7.label=Just as HTML

    @com
    .genuitec.eclipse.wizards=3.9.310

    @com
    .genuitec.eclipse.easie.bejy=3.8.1
    /instance/com.ibm.sse.editor/lineNumberRuler=true
    /instance/org.eclipse.ui.workbench/RUN_IN_BACKGROUND=true
    /instance/com.genuitec.eclipse.wizards/jsp.template.3.label=Standard JSP using Struts 1.1 with a form
    /instance/com.genuitec.eclipse.wizards/ejb.template.2.label=Message Driven EJB
    /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1
    /instance/com.genuitec.eclipse.wizards/map.template.1.label=Default template for Map with basic types
    /instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=jdk5
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.gettersetter.use.is=true
    /instance/com.genuitec.eclipse.wizards/html.template.3=Templates/Applet.html
    /instance/com.genuitec.eclipse.wizards/html.template.2=Templates/HtmlWithLoginForm.html
    /instance/com.genuitec.eclipse.sqlexplorer/lineNumberRuler=true
    /instance/com.genuitec.eclipse.wizards/html.template.1=Templates/Html.html
    @org.eclipse.jdt.debug.ui=3.1.0
    /instance/com.genuitec.eclipse.wizards/applet.template.2=Templates/Applet14.java
    /instance/com.ibm.sse.editor/useQuickDiffPrefPage=true
    /instance/com.genuitec.eclipse.wizards/applet.template.1=Templates/Applet.java
    /instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=jdk5
    /configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=C\:\\HayesIT\\EC31ME40m3wspace
    /instance/org.eclipse.team.ui/org.eclipse.team.ui.sychronizing_default_participant=org.tigris.subversion.subclipse.participant

    @com
    .genuitec.eclipse.easie.jboss=3.9.310
    /instance/com.genuitec.eclipse.wizards/xml.template.3.label=XML template for a web.xml file with Struts
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.lcotal.type=WebDeployment
    /instance/com.genuitec.eclipse.sqlexplorer/printMarginColumn=80
    /instance/com.genuitec.eclipse.wizards/set.template.2.label=Default template for Set with object types
    /instance/com.genuitec.eclipse.wizards/ejb.template.1.label=Session EJB
    /instance/com.genuitec.eclipse.wizards/singleton.template.2.label=Singleton with double-checked locking
    /instance/com.genuitec.eclipse.wizards/list.template.3=Templates/ListBasicTypeAsObjectType.java

    @com
    .genuitec.eclipse.easie.sun=3.9.310
    /instance/com.genuitec.eclipse.wizards/list.template.2=Templates/ListObjectType.java
    /instance/com.genuitec.eclipse.wizards/list.template.1=Templates/ListBasicType.java
    /instance/com.genuitec.eclipse.wizards/array.template.2.label=Default template for Array with object types
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_STRUTS_HOME=c\:/apps/myeclipseide.com/ME40m3EC31/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_3.9.210/data

    @com
    .genuitec.eclipse.easie.jonas=3.9.310
    /instance/com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.lcotal.deployIsOverProject=false
    /instance/org.eclipse.debug.ui/org.eclipse.debug.ui.switch_perspective_on_suspend=always

    @com
    .genuitec.eclipse.easie.weblogic=3.9.310
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.ECLIPSE_HOME=c\:/apps/opensource/eclipse.org/ec31me40m3
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.lcotal.isExploded=true
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentPrefixes=
    /instance/com.ibm.sse.editor/hoverModifiers=combinationHover|true|0;problemHover|false|0;documentationHover|false|0;annotationHover|true|Ctrl;
    /instance/com.genuitec.eclipse.easie.resin/JDK_INSTALLATION_NAME=jdk5
    /instance/org.eclipse.ui.workbench/resourcetypes=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<editors version\=”3.1″>\r\n<info extension\=”jpeg” name\=”*”>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info extension\=”jpage” name\=”*”>\r\n<editor id\=”org.eclipse.jdt.debug.ui.SnippetEditor”/>\r\n</info>\r\n<info extension\=”tld” name\=”*”>\r\n<editor id\=”org.xmen.ui.text.TLDTextEditor”/>\r\n<defaultEditor id\=”org.xmen.ui.text.TLDTextEditor”/>\r\n</info>\r\n<info extension\=”shtm” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n</info>\r\n<info extension\=”jpg” name\=”*”>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info extension\=”jspf” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n</info>\r\n<info extension\=”xslt” name\=”*”>\r\n<editor id\=”com.ibm.xsdeditor.XSDEditor”/>\r\n<defaultEditor id\=”com.ibm.xsdeditor.XSDEditor”/>\r\n</info>\r\n<info extension\=”mer” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.erdesigner.ERDesignerEditor”/>\r\n</info>\r\n<info extension\=”application” name\=”*”>\r\n<editor id\=”com.iw.plugins.spindle.ui.editors.spec”/>\r\n<defaultEditor id\=”com.iw.plugins.spindle.ui.editors.spec”/>\r\n</info>\r\n<info extension\=”zargo” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.uml.editor.UMLEditor”/>\r\n</info>\r\n<info extension\=”jwc” name\=”*”>\r\n<editor id\=”com.iw.plugins.spindle.ui.editors.spec”/>\r\n<defaultEditor id\=”com.iw.plugins.spindle.ui.editors.spec”/>\r\n</info>\r\n<info extension\=”ent” name\=”*”>\r\n<editor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n<defaultEditor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n</info>\r\n<info extension\=”jardesc” name\=”*”>\r\n<editor id\=”org.eclipse.jdt.ui.JARDescEditor”/>\r\n<defaultEditor id\=”org.eclipse.jdt.ui.JARDescEditor”/>\r\n</info>\r\n<info extension\=”jspv” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n</info>\r\n<info extension\=”css” name\=”*”>\r\n<editor id\=”com.ibm.sse.editor.css.StructuredTextEditorCSS”/>\r\n<defaultEditor id\=”com.ibm.sse.editor.css.StructuredTextEditorCSS”/>\r\n</info>\r\n<info extension\=”jsf” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n</info>\r\n<info extension\=”jspx” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n</info>\r\n<info extension\=”wsdl” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n</info>\r\n<info extension\=”jhtml” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n</info>\r\n<info extension\=”js” name\=”*”>\r\n<editor id\=”com.ibm.sse.editor.javascript.JSMultiPageEditorPart”/>\r\n<defaultEditor id\=”com.ibm.sse.editor.javascript.JSMultiPageEditorPart”/>\r\n</info>\r\n<info extension\=”html” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<editor id\=”com.iw.plugins.spindle.ui.editors.template”/>\r\n<editor id\=”org.eclipse.ui.browser.editorSupport”/>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n</info>\r\n<info extension\=”sql” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.sqlexplorer.editors.SQLEditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.sqlexplorer.editors.SQLEditor”/>\r\n</info>\r\n<info extension\=”properties” name\=”sample”>\r\n<editor id\=”org.eclipse.pde.ui.sampleEditor”/>\r\n<defaultEditor id\=”org.eclipse.pde.ui.sampleEditor”/>\r\n</info>\r\n<info extension\=”page” name\=”*”>\r\n<editor id\=”com.iw.plugins.spindle.ui.editors.spec”/>\r\n<defaultEditor id\=”com.iw.plugins.spindle.ui.editors.spec”/>\r\n</info>\r\n<info extension\=”htm” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<editor id\=”com.iw.plugins.spindle.ui.editors.template”/>\r\n<editor id\=”org.eclipse.ui.browser.editorSupport”/>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n</info>\r\n<info extension\=”jsp” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.jspeditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.jsp”/>\r\n</info>\r\n<info extension\=”gif” name\=”*”>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info extension\=”wml” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n</info>\r\n<info extension\=”mod” name\=”*”>\r\n<editor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n<defaultEditor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n</info>\r\n<info extension\=”xml” name\=”*”>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n</info>\r\n<info extension\=”xhtml” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<editor id\=”org.eclipse.webbrowser”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n</info>\r\n<info extension\=”shtml” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<editor id\=”org.eclipse.ui.browser.editorSupport”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n</info>\r\n<info extension\=”umr” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.uml.editor.UMLEditor”/>\r\n</info>\r\n<info extension\=”library” name\=”*”>\r\n<editor id\=”com.iw.plugins.spindle.ui.editors.spec”/>\r\n<defaultEditor id\=”com.iw.plugins.spindle.ui.editors.spec”/>\r\n</info>\r\n<info extension\=”html-ss” name\=”*”>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n<editor id\=”com.genuitec.eclipse.webdesigner.htmleditor”/>\r\n<defaultEditor id\=”com.genuitec.eclipse.webdesigner.html”/>\r\n</info>\r\n<info extension\=”dtd” name\=”*”>\r\n<editor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n<defaultEditor id\=”org.xmen.multipageeditor.DTDEditor”/>\r\n</info>\r\n<info extension\=”xsd” name\=”*”>\r\n<editor id\=”com.ibm.xsdeditor.XSDEditor”/>\r\n<defaultEditor id\=”com.ibm.xsdeditor.XSDEditor”/>\r\n</info>\r\n</editors>
    /instance/com.genuitec.eclipse.easie.sun81/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.lcotal.shouldBackup=false
    /instance/com.genuitec.eclipse.wizards/servlet.template.1=Templates/Servlet.java
    /instance/org.eclipse.ui.ide/platformState=272
    /instance/com.genuitec.eclipse.wizards/xml.template.2.label=XML template for a web.xml file
    /instance/com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=jdk5
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.argumentSuffixes=

    @com
    .genuitec.eclipse.easie.sun81=3.9.310
    /instance/com.ibm.sse.editor/printMargin=true
    /instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types
    /instance/org.eclipse.core.resources/refresh.enabled=true
    /instance/com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/singleton.template.1.label=Default template for singleton
    /instance/com.genuitec.eclipse.jsf/jsf.config.templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates><template autoinsert\=”true” context\=”tag” deleted\=”false” description\=”Creates new managed bean” enabled\=”true” name\=”managed-bean”><managed-bean>\r\n\thaha\r\n</managed-bean></template><template autoinsert\=”true” context\=”tag” deleted\=”false” description\=”Creates new managed bean” enabled\=”true” name\=”managed-bean”><managed-bean>\r\n\thaha\r\n</managed-bean></template></templates>
    @org.eclipse.jdt.core=3.1.0
    @org.eclipse.pde.core=3.1.0
    /instance/com.genuitec.eclipse.wizards/html.template.3.label=Default Applet HTML template
    /instance/com.genuitec.eclipse.wizards/set.template.2=Templates/SetObjectType.java
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.lcotal.deploymentPath=C\:\\apps\\opensource\\apache.org\\tomcat5.5.9\\webapps\\lcotal

    @com
    .genuitec.eclipse.easie.jetty=3.9.310
    /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.easie.weblogic9=3.9.310

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

    @com
    .genuitec.eclipse.easie.weblogic7=3.8.1
    /instance/org.eclipse.ui/showIntro=false

    @com
    .genuitec.eclipse.jsf=3.9.310

    @com
    .genuitec.eclipse.easie.weblogic6=3.8.1
    /instance/com.genuitec.eclipse.wizards/applet.template.2.label=Template for Applet with JDK1.4
    @org.eclipse.team.ui=3.1.0
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
    /configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
    @org.eclipse.core.resources=3.1.0
    /instance/com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=jdk5
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.visibility.order=B,V,R,D,
    /instance/org.eclipse.ui.workbench/PLUGINS_NOT_ACTIVATED_ON_STARTUP=
    /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″ javadocURL\=”http\://java.sun.com/j2se/1.5.0/docs/api/” name\=”jdk5″ path\=”C\:\\apps\\sun.com\\jdk5″/>\r\n</vmType>\r\n</vmSettings>\r\n
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.lcotal.earProjectName=
    /instance/com.genuitec.eclipse.wizards/list.template.2.label=Default template for List with object types
    /instance/com.genuitec.eclipse.wizards/struct.map.4=java.util.TreeMap
    /instance/com.genuitec.eclipse.wizards/struct.map.3=java.util.WeakHashMap
    /instance/com.genuitec.eclipse.wizards/struct.map.2=java.util.Hashtable
    /instance/com.genuitec.eclipse.wizards/struct.map.1=java.util.HashMap

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

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

    @com
    .genuitec.eclipse.easie.jboss4=3.9.310

    @com
    .genuitec.eclipse.easie.core=3.9.310

    @com
    .genuitec.eclipse.easie.jboss3=3.9.310

    @com
    .genuitec.eclipse.easie.jboss2=3.8.1
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldPrefixes=
    /instance/com.genuitec.eclipse.wizards/html.template.2.label=HTML template with a form
    @org.eclipse.ui.ide=3.1.0
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=c\:/apps/myeclipseide.com/ME40m3EC31/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.9.310/data/libraryset
    /instance/com.genuitec.eclipse.easie.websphere5/JDK_INSTALLATION_NAME=jdk5

    @com
    .genuitec.eclipse.easie.resin3=3.8.3
    /instance/com.ibm.sse.editor/useAnnotationsPrefPage=true

    @com
    .genuitec.eclipse.easie.resin2=3.8.1
    @org.eclipse.ui.browser=3.1.0
    /instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
    /instance/com.genuitec.eclipse.wizards/object.template.6.label=Default template for a Struts Action class
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldSuffixes=
    /instance/com.genuitec.eclipse.easie.tomcat5/SERVER_ENABLEMENT=true
    /instance/com.genuitec.eclipse.easie.oracle9/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.lcotal.shouldOverwrite=false
    /instance/com.genuitec.eclipse.wizards/object.template.2.label=Default template for an exception class
    /instance/org.eclipse.jdt.ui/content_assist_autoactivation_delay=20

    @com
    .genuitec.eclipse.easie.tomcat=3.9.310
    /instance/org.eclipse.ui.workbench/editors=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<editors>\r\n<descriptor class\=”org.eclipse.webbrowser.internal.WebBrowserEditor” id\=”org.eclipse.webbrowser” image\=”icons/obj16/internal_browser.gif” internal\=”true” label\=”MyEclipse Web Browser” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.webbrowser”/>\r\n<descriptor class\=”org.eclipse.jdt.internal.debug.ui.snippeteditor.JavaSnippetEditor” id\=”org.eclipse.jdt.debug.ui.SnippetEditor” image\=”icons/full/obj16/jsbook_obj.gif” internal\=”true” label\=”Scrapbook” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.jdt.debug.ui”/>\r\n<descriptor class\=”com.ibm.xmleditor.internal.XMLMultiPageEditorPart” id\=”org.xmen.ui.text.TLDTextEditor” image\=”icons/tld_file.gif” internal\=”true” label\=”MyEclipse TLD Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.ibm.xmleditor”/>\r\n<descriptor class\=”com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart” id\=”com.genuitec.eclipse.webdesigner.html” image\=”icons/obj16/html_file.gif” internal\=”true” label\=”MyEclipse HTML Designer” openMode\=”1″ open_in_place\=”false” plugin\=”com.genuitec.eclipse.webdesigner”/>\r\n<descriptor class\=”com.genuitec.eclipse.webdesigner.htmleditor.HTMLMultiPageEditorPart” id\=”com.genuitec.eclipse.webdesigner.htmleditor” image\=”icons/obj16/html_file.gif” internal\=”true” label\=”MyEclipse 'Classic' HTML Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.genuitec.eclipse.webdesigner”/>\r\n<descriptor class\=”com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart” id\=”com.genuitec.eclipse.webdesigner.jsp” image\=”icons/obj16/jsp_file.gif” internal\=”true” label\=”MyEclipse JSP Designer” openMode\=”1″ open_in_place\=”false” plugin\=”com.genuitec.eclipse.webdesigner”/>\r\n<descriptor class\=”com.genuitec.eclipse.webdesigner.jspeditor.JSPMultiPageEditorPart” id\=”com.genuitec.eclipse.webdesigner.jspeditor” image\=”icons/obj16/jsp_file.gif” internal\=”true” label\=”MyEclipse 'Classic' JSP Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.genuitec.eclipse.webdesigner”/>\r\n<descriptor class\=”com.ibm.xsdeditor.internal.XSDEditor” id\=”com.ibm.xsdeditor.XSDEditor” image\=”icons/xsd_file.gif” internal\=”true” label\=”MyEclipse Schema Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.ibm.xsdeditor”/>\r\n<descriptor class\=”com.genuitec.eclipse.erdesigner.ERDesignerEditor” id\=”com.genuitec.eclipse.erdesigner.ERDesignerEditor” image\=”icons/model.gif” internal\=”true” label\=”MyEclipse Entity Relationship Designer” openMode\=”1″ open_in_place\=”false” plugin\=”com.genuitec.eclipse.sqlexplorer”/>\r\n<descriptor class\=”com.iw.plugins.spindle.editors.spec.SpecEditor” id\=”com.iw.plugins.spindle.ui.editors.spec” image\=”./icons/full/application16.gif” internal\=”true” label\=”Tapestry Spec Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.iw.plugins.spindle.ui”/>\r\n<descriptor class\=”com.genuitec.eclipse.uml.editor.UMLEditor” id\=”com.genuitec.eclipse.uml.editor.UMLEditor” image\=”icons/etool16/UML.gif” internal\=”true” label\=”MyEclipse UML Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.genuitec.eclipse.uml”/>\r\n<descriptor class\=”com.ibm.sse.editor.dtd.StructuredTextEditorDTD” id\=”org.xmen.multipageeditor.DTDEditor” image\=”icons/DTDFile.gif” internal\=”true” label\=”MyEclipse DTD Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.ibm.sse.editor.dtd”/>\r\n<descriptor class\=”org.eclipse.ui.editors.text.TextEditor” id\=”org.eclipse.jdt.ui.JARDescEditor” image\=”icons/full/obj16/jar_desc_obj.gif” internal\=”true” label\=”JAR Description Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.jdt.ui”/>\r\n<descriptor class\=”com.ibm.sse.editor.css.StructuredTextEditorCSS” id\=”com.ibm.sse.editor.css.StructuredTextEditorCSS” image\=”icons/full/obj16/css_file.gif” internal\=”true” label\=”MyEclipse CSS Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.ibm.sse.editor.css”/>\r\n<descriptor class\=”com.ibm.sse.editor.javascript.JSMultiPageEditorPart” id\=”com.ibm.sse.editor.javascript.JSMultiPageEditorPart” image\=”icons/javascript.gif” internal\=”true” label\=”MyEclipse JavaScript Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.ibm.sse.editor.javascript”/>\r\n<descriptor class\=”com.iw.plugins.spindle.editors.template.TemplateEditor” id\=”com.iw.plugins.spindle.ui.editors.template” image\=”./icons/full/html16.gif” internal\=”true” label\=”Tapestry Template Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.iw.plugins.spindle.ui”/>\r\n<descriptor id\=”org.eclipse.ui.browser.editorSupport” image\=”icons/obj16/internal_browser.gif” internal\=”false” label\=”Web Browser” launcher\=”org.eclipse.ui.internal.browser.BrowserLauncher” openMode\=”4″ open_in_place\=”false” plugin\=”org.eclipse.ui.browser”/>\r\n<descriptor class\=”com.genuitec.eclipse.sqlexplorer.editors.SQLEditor” id\=”com.genuitec.eclipse.sqlexplorer.editors.SQLEditor” image\=”icons/sqlfile.gif” internal\=”true” label\=”MyEclipse SQL Editor” openMode\=”1″ open_in_place\=”false” plugin\=”com.genuitec.eclipse.sqlexplorer”/>\r\n<descriptor class\=”org.eclipse.pde.ui.internal.samples.SampleEditor” id\=”org.eclipse.pde.ui.sampleEditor” image\=”icons/obj16/build_exec.gif” internal\=”true” label\=”Code Sample Editor” openMode\=”1″ open_in_place\=”false” plugin\=”org.eclipse.pde.ui”/>\r\n</editors>
    /instance/org.eclipse.jdt.ui/internal.default.compliance=default

    @com
    .genuitec.eclipse.ast.deploy.core=3.9.310
    /instance/com.genuitec.eclipse.wizards/object.template.9=Templates/Enumeration.java
    /instance/com.genuitec.eclipse.wizards/object.template.8=Templates/Singleton.java

    @com
    .genuitec.eclipse.easie.jrun4=3.8.1
    /instance/com.genuitec.eclipse.wizards/jsp.template.6.label=Default JSF template
    /instance/com.genuitec.eclipse.wizards/object.template.7=Templates/StrutsDispatchAction.java
    /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/object.template.4=Templates/Servlet.java
    /instance/com.genuitec.eclipse.wizards/object.template.3=Templates/Applet.java
    /instance/com.genuitec.eclipse.wizards/object.template.2=Templates/Exception.java
    /instance/com.genuitec.eclipse.wizards/object.template.1=Templates/Bean.java

    @com
    .genuitec.eclipse.easie.resin=3.8.1
    /instance/com.genuitec.eclipse.wizards/jsp.template.2.label=Standard JSP using Struts 1.1
    /instance/com.genuitec.eclipse.wizards/snippetLibInstalled=true
    /instance/com.genuitec.eclipse.wizards/struct.list.4=java.util.Stack
    /instance/com.genuitec.eclipse.wizards/list.template.1.label=Default template for List with basic types (no List used)
    /instance/com.genuitec.eclipse.wizards/struct.list.3=java.util.LinkedList

    @com
    .genuitec.eclipse.easie.jetty5=3.8.1
    /instance/com.genuitec.eclipse.easie.websphere6/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/struct.list.2=java.util.Vector

    @com
    .genuitec.eclipse.easie.jetty4=3.8.1
    /instance/com.genuitec.eclipse.wizards/struct.list.1=java.util.ArrayList
    /instance/com.genuitec.eclipse.easie.tomcat4/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/doctype.html.8=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD LEVEL1//EN”>
    /instance/com.genuitec.eclipse.wizards/applethtml.template.1.label=Default Applet HTML template
    /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.easie.sun/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/doctype.html.1=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
    /instance/com.genuitec.eclipse.wizards/object.template.9.label=Default template for enumeration
    /instance/org.eclipse.jdt.ui/outlinesortoption=T,SF,SI,SM,F,I,C,M,
    /instance/com.genuitec.eclipse.wizards/singleton.template.2=Templates/Singleton2.java
    /instance/com.genuitec.eclipse.wizards/singleton.template.1=Templates/Singleton.java
    \!/=
    /instance/org.eclipse.webbrowser/internalWebBrowserFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\://www.eclipse.org|*|
    /instance/com.genuitec.eclipse.wizards/object.template.5.label=Default template for a Struts ActionForm class
    /instance/org.eclipse.jdt.ui/tabWidthPropagated=true
    /instance/org.eclipse.webbrowser/internalWebBrowserOldFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\://www.eclipse.org|*|
    /instance/org.eclipse.ui.workbench/ENABLED_DECORATORS=org.eclipse.jdt.ui.override.decorator\:true,org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator\:false,org.eclipse.ui.LinkedResourceDecorator\:true,org.springframework.ide.eclipse.beans.ui.beansLabelDecorator\:true,
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=C\:/apps/sun.com/jdk5/src.zip
    /instance/com.genuitec.eclipse.easie.tomcat5/TOMCAT_HOME=C\:\\apps\\opensource\\apache.org\\tomcat5.5.9
    /instance/com.genuitec.eclipse.wizards/jsp.template.5.label=Standard JSP using Struts 1.2 with a form
    /instance/com.genuitec.eclipse.easie.websphere/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.easie.orion1/JDK_INSTALLATION_NAME=jdk5
    /instance/org.eclipse.pde.core/platform_path=c\:\\apps\\opensource\\eclipse.org\\ec31me40m3
    /instance/com.genuitec.eclipse.wizards/jsp.template.1.label=Default JSP template
    /instance/com.genuitec.eclipse.ast.deploy.core/tomcat5Server.lcotal.contextRoot=/lcotal
    /instance/com.genuitec.eclipse.wizards/struct.set.2=java.util.HashSet
    /instance/com.genuitec.eclipse.wizards/struct.set.1=java.util.TreeSet
    /instance/com.genuitec.eclipse.wizards/servlet.template.1.label=Default template for Servlet
    /instance/com.genuitec.eclipse.easie.jonas/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/array.template.1.label=Default template for Array with basic types
    /instance/org.eclipse.jdt.ui/editor_folding_enabled=false
    /instance/com.ibm.sse.model.html/outputCodeset=UTF-8
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
    /instance/com.genuitec.eclipse.wizards/object.template.8.label=Default template for singleton

    @com
    .genuitec.eclipse.easie.jrun=3.9.310

    @com
    .genuitec.eclipse.easie.oracle=3.9.310
    /instance/com.genuitec.eclipse.easie.resin2/JDK_INSTALLATION_NAME=jdk5
    /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.easie.jetty5/JDK_INSTALLATION_NAME=jdk5
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=8
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_SPRING_DATA_HOME=c\:/apps/myeclipseide.com/ME40m3EC31/eclipse/plugins/com.genuitec.eclipse.springframework_3.9.310/data

    @com
    .genuitec.eclipse.sqlexplorer=3.9.310
    /instance/com.genuitec.eclipse.easie.orion2/JDK_INSTALLATION_NAME=jdk5

    @com
    .genuitec.eclipse.easie.sun8=3.8.3
    @org.eclipse.ui.workbench=3.1.0
    /instance/com.genuitec.eclipse.easie.jonas3/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/xml.template.1.label=Default XML template
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=
    /instance/com.genuitec.eclipse.wizards/ejb.template.3.label=Entity EJB
    @org.eclipse.jdt.ui=3.1.0
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.code_templates_migrated=true
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=C\:/apps/sun.com/jdk5/jre/lib/rt.jar
    @org.eclipse.webbrowser=13.8.4
    /instance/com.genuitec.eclipse.easie.resin3/JDK_INSTALLATION_NAME=jdk5
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>
    /instance/com.genuitec.eclipse.easie.geronimo1/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.easie.bejy/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/map.template.2.label=Default template for Map with object types
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
    /instance/com.genuitec.eclipse.easie.jrun/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.easie.weblogic9/JDK_INSTALLATION_NAME=jdk5
    /configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=2
    /instance/com.genuitec.eclipse.easie.jonas4/JDK_INSTALLATION_NAME=jdk5
    /instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
    /instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time=false
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.srcBinFoldersBinName=classes
    /instance/org.eclipse.ui.browser/browsers=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<web-browsers current\=”0″>\r\n<system/>\r\n<external location\=”C\:\\Program Files\\Internet Explorer\\iexplore.exe” name\=”Internet Explorer”/>\r\n</web-browsers>
    /instance/com.genuitec.eclipse.wizards/applethtml.template.1=Templates/Applet.html
    file_export_version=3.0
    /instance/com.genuitec.eclipse.easie.tomcat5/JDK_HOME=C\:\\apps\\sun.com\\jdk5
    @org.eclipse.jdt.launching=3.1.0
    /instance/com.genuitec.eclipse.wizards/applet.template.1.label=Template for Applet with JDK1.3
    /instance/com.genuitec.eclipse.easie.jrun4/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.wizards/xml.template.4.label=XML template for a struts-config.xml file

    @com
    .ibm.sse.model.html=13.9.310
    /instance/com.genuitec.eclipse.easie.jboss/JDK_INSTALLATION_NAME=jdk5

    @com
    .genuitec.eclipse.easie.websphere=3.9.310
    /instance/org.eclipse.jdt.ui/fontPropagated=true
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.localPrefixes=
    /instance/com.genuitec.eclipse.easie.jetty/JDK_INSTALLATION_NAME=jdk5
    /instance/com.genuitec.eclipse.easie.core/JDK_INSTALLATION_NAME=jdk5

    @com
    .genuitec.eclipse.easie.geronimo1=3.9.310
    /instance/com.genuitec.eclipse.wizards/array.template.2=Templates/ArrayObjectType.java
    /instance/com.genuitec.eclipse.wizards/array.template.1=Templates/ArrayBasicType.java
    /instance/org.eclipse.ui.ide/tipsAndTricks=true
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.localSuffixes=
    /instance/com.genuitec.eclipse.wizards/factory.template.1.label=Default template for factory
    /instance/com.genuitec.eclipse.w

    #240146 Reply

    Greg
    Member

    Akmal,

    Do you have any version of Visual Studio .Net installed?

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: Graphical 2 pane HTML/JSP Editor throws exception

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