- This topic has 3 replies, 2 voices, and was last updated 16 years, 6 months ago by Loyal Water.
-
AuthorPosts
-
nicolasdiogoMemberhi,
i have downloaded myeclipse for evaluation on a Ubuntu x64 laptop.
after reading through your instruction i have downloaded eclispe europa classic and myeclipse 6.i am also using a script to start eclipse to work around the visual editor problem:
#!/bin/sh
unset MOZILLA_FIVE_HOME
/opt/eclipse/eclipse -vm /usr/lib/jvm/java-1.5.0-sun/bin/java -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -Dlinux.experimental=true $*but my real problem is with JSF pages.
if i create a brand new web project with J2EE, tick the box for add JSTL libraries.
and run the project at this point everything is fine: tomcat serves the page correctly.but if i add JSF capability by right-clicking on the project and choosing myeclipse> add JSF > choose Sun JSF reference and copy JSF TLDs
then create a new page based on the default JSF template, i find the following line on the page causing errors:<%@ taglib uri=”http://www.icesoft.com/icefaces/component” prefix=”ice” %>
but i try again then this line MAY not be present on the file.
but if i create another page based on ICE facelets, then no error has error come up.
any sugestion to solve this erratic behaviour?
many thanks
Nicolas
nicolasdiogoMemberthe following page gives an error
<%@ page language=”java” pageEncoding=”UTF-8″%>
<%@ taglib uri=”http://java.sun.com/jsf/html” prefix=”h” %>
<%@ taglib uri=”http://java.sun.com/jsf/core” prefix=”f” %><%
String path = request.getContextPath();
String basePath = request.getScheme()+”://”+request.getServerName()+”:”+request.getServerPort()+path+”/”;
%><!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
<html>
<head>
<base href=”<%=basePath%>”><title>My JSF ‘MyJsp.jsp’ starting page</title>
<meta http-equiv=”pragma” content=”no-cache”>
<meta http-equiv=”cache-control” content=”no-cache”>
<meta http-equiv=”expires” content=”0″>
<meta http-equiv=”keywords” content=”keyword1,keyword2,keyword3″>
<meta http-equiv=”description” content=”This is my page”>
</head><body>
<f:view>
This is my JSF JSP page. <br>
<h:form>
<h:inputText id=”myTXT” size=”40″ value=”please enter your name here!” required=”1″ />
</h:form>
</f:view>
</body>
</html>##############################################################
##############################################################
gives the error below
##############################################################
##############################################################HTTP Status 500 –
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: An exception occurred processing JSP page /MyJsp.jsp at line 29
26: </head>
27:
28: <body>
29: <f:view>
30: This is my JSF JSP page. <br>
31: <h:form>
32: <h:inputText id=”myTXT” size=”40″ value=”please enter your name here!” required=”1″ />Stacktrace:
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:524)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)root cause
javax.servlet.ServletException: javax.servlet.jsp.JspException: Cannot find FacesContext
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850)
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
org.apache.jsp.MyJsp_jsp._jspService(MyJsp_jsp.java:105)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)root cause
javax.servlet.jsp.JspException: Cannot find FacesContext
javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:399)
com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:105)
org.apache.jsp.MyJsp_jsp._jspx_meth_f_005fview_005f0(MyJsp_jsp.java:120)
org.apache.jsp.MyJsp_jsp._jspService(MyJsp_jsp.java:95)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)note The full stack trace of the root cause is available in the Apache Tomcat/6.0.13 logs.
Apache Tomcat/6.0.13
nicolasdiogoMemberEclipse configuration details are as follows:
###############################################################################*** Date: Tuesday, 20 May 2008 07:47:05 BST
*** Platform Details:
*** System properties:
birt.viewer.working.path=/home/ndiogo/workspace/JavaDev/.metadata/.plugins/org.eclipse.birt.report.viewer
eclipse.buildId=M20080221-1800
eclipse.commands=-os
linux
-ws
gtk
-arch
x86_64
-showsplash
-launcher
/opt/eclipse/eclipse
-name
Eclipse
–launcher.library
/opt/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.3.R33x_v20080118/eclipse_1023.so
-startup
/opt/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
f50023
-vm
/usr/lib/jvm/java-1.5.0-sun/bin/java
eclipse.ee.install.verify=false
eclipse.product=org.eclipse.sdk.ide
eclipse.startTime=1211264398015
eclipse.vm=/usr/lib/jvm/java-1.5.0-sun/bin/java
eclipse.vmargs=-Xms128M
-Xmx512M
-XX:PermSize=64M
-XX:MaxPermSize=128M
-Dlinux.experimental=true
-jar
/opt/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
eof=eof
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=/
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.awt.printerjob=sun.print.PSPrinterJob
java.class.path=/opt/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
java.class.version=49.0
java.endorsed.dirs=/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/endorsed
java.ext.dirs=/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/ext
java.home=/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre
java.io.tmpdir=/tmp
java.library.path=/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/amd64/server:/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/amd64:/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/../lib/amd64:/usr/lib64/xulrunner-addons
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_15-b04
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_15
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) 64-Bit Server 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_15-b04
line.separator=linux.experimental=true
org.eclipse.equinox.launcher.splash.location=/opt/eclipse/plugins/org.eclipse.platform_3.3.3.r33x_r20080129/splash.bmp
org.eclipse.swt.browser.XULRunnerInitialized=true
org.eclipse.swt.browser.XULRunnerPath=/usr/lib/xulrunner-1.9b5
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5
org.osgi.framework.language=en
org.osgi.framework.os.name=Linux
org.osgi.framework.os.version=2.6.24-16-generic
org.osgi.framework.processor=amd64
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.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views ,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.4.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=amd64
os.name=Linux
os.version=2.6.24-16-generic
osgi.arch=x86_64
osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start
osgi.bundlestore=/opt/eclipse/configuration/org.eclipse.osgi/bundles
osgi.compatibility.bootdelegation=true
osgi.configuration.area=file:/opt/eclipse/configuration/
osgi.framework=file:/opt/eclipse/plugins/org.eclipse.osgi_3.3.2.R33x_v20080105.jar
osgi.framework.beginningstartlevel=1
osgi.framework.shape=jar
osgi.framework.version=3.3.2.R33x_v20080105
osgi.install.area=file:/opt/eclipse/
osgi.instance.area=file:/home/ndiogo/workspace/JavaDev/
osgi.instance.area.default=file:/home/ndiogo/workspace/
osgi.logfile=/home/ndiogo/workspace/JavaDev/.metadata/.log
osgi.manifest.cache=/opt/eclipse/configuration/org.eclipse.osgi/manifests
osgi.nl=en_GB
osgi.os=linux
osgi.splashLocation=/opt/eclipse/plugins/org.eclipse.platform_3.3.3.r33x_r20080129/splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.syspath=/opt/eclipse/plugins
osgi.ws=gtk
path.separator=:
sun.arch.data.model=64
sun.boot.class.path=/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/rt.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/i18n.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/jsse.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/jce.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/charsets.jar:/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/classes
sun.boot.library.path=/usr/lib/jvm/java-1.5.0-sun-1.5.0.15/jre/lib/amd64
sun.cpu.endian=little
sun.cpu.isalist=
sun.desktop=gnome
sun.io.unicode.encoding=UnicodeLittle
sun.java.launcher=SUN_STANDARD
sun.jnu.encoding=UTF-8
sun.management.compiler=HotSpot 64-Bit Server Compiler
sun.net.client.defaultConnectTimeout=60000
sun.net.client.defaultReadTimeout=60000
sun.os.patch.level=unknown
user.country=GB
user.dir=/home/ndiogo
user.home=/home/ndiogo
user.language=en
user.name=ndiogo
user.timezone=GB-Eire
workspace.projectclasspath=
wtp.autotest.noninteractive=true*** Features:
com.genuitec.myeclipse.ast (6.0.1.zmyeclipse601200710) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.core (6.0.1.zmyeclipse601200710) “MyEclipse Core Feature”
com.genuitec.myeclipse.database (6.0.1.zmyeclipse601200710) “MyEclipse Database Feature”
com.genuitec.myeclipse.enterprise.workbench (6.0.1.zmyeclipse601200710) “MyEclipse Enterprise Workbench Feature”
com.genuitec.myeclipse.help (6.0.1.zmyeclipse601200710) “MyEclipse Help Feature”
com.genuitec.myeclipse.hibernate (6.0.1.zmyeclipse601200710) “MyEclipse Hibernate Feature”
com.genuitec.myeclipse.icefaces.feature (6.0.1.zmyeclipse601200710) “ICEfaces AJAX and Java EE Tooling for MyEclipse”
com.genuitec.myeclipse.jsf (6.0.1.zmyeclipse601200710) “MyEclipse JSF Feature”
com.genuitec.myeclipse.jspdesign (6.0.1.zmyeclipse601200710) “MyEclipse JSP Design Feature”
com.genuitec.myeclipse.matisse (6.0.2.zmyeclipse602200712) “MyEclipse Visual Swing Designer Feature”
com.genuitec.myeclipse.platform (6.0.1.zmyeclipse601200710) “MyEclipse Base Platform Feature”
com.genuitec.myeclipse.reports (6.0.2.zmyeclipse602200712) “MyEclipse Reports”
com.genuitec.myeclipse.spring (6.0.1.zmyeclipse601200710) “MyEclipse Spring Feature”
com.genuitec.myeclipse.struts (6.0.1.zmyeclipse601200710) “MyEclipse Struts Feature”
com.genuitec.myeclipse.tapestry (6.0.1.zmyeclipse601200710) “MyEclipse Tapestry / Spindle Feature”
com.genuitec.myeclipse.uml (6.0.1.zmyeclipse601200710) “MyEclipse UML Feature”
com.genuitec.myeclipse.wdt (6.0.1.zmyeclipse601200710) “MyEclipse Web Development Feature”
com.genuitec.myeclipse.ws.xfire (6.0.1.zmyeclipse601200710) “MyEclipse Web Services Feature”
com.lowagie.itext (1.5.2.zmyeclipse602200712) “Lowagie Itext”
org.apache.commons.codec (1.3.0.zmyeclipse602200712) “Apache Commons Codec”
org.eclipse.birt (2.2.0.zmyeclipse602200712) “Business Intelligence and Reporting Tools”
org.eclipse.birt.chart (2.2.0.zmyeclipse602200712) “BIRT Chart Framework”
org.eclipse.birt.chart.cshelp (2.2.0.zmyeclipse602200712) “BIRT Chart Context-sensitive Help”
org.eclipse.birt.chart.runtime (2.2.0.zmyeclipse602200712) “BIRT Chart Runtime”
org.eclipse.birt.cshelp (2.2.0.zmyeclipse602200712) “BIRT Context-sensitive Help”
org.eclipse.birt.report.designer (2.2.0.zmyeclipse602200712) “BIRT Report Designer”
org.eclipse.birt.report.runtime (2.2.0.zmyeclipse602200712) “BIRT Report Runtime”
org.eclipse.cvs (1.0.2.r33x_r20080129-7C79_B_GLJwq3I9ZCD8L_) “Eclipse CVS Client”
org.eclipse.cvs.source (1.0.2.r33x_r20080129-7C79_B_GLJwq3I9ZCD8L_) “Eclipse CVS Client SDK”
org.eclipse.dali (0.5.0.zmyeclipse601200710) “Dali Java Persistence API (JPA) Tools”
org.eclipse.datatools.connectivity.feature (1.5.1.200709261) “Data Tools Platform Connectivity Plug-in”
org.eclipse.datatools.connectivity.oda.designer.feature (1.5.1.200709261) “DTP ODA Designer UI Framework Plug-in”
org.eclipse.datatools.connectivity.oda.feature (1.5.1.200709261) “DTP Open Data Access”
org.eclipse.datatools.enablement.oda.designer.feature (1.5.0.zmyeclipse602200712) “Eclipse Data Tools Platform XML ODA Designer”
org.eclipse.datatools.enablement.oda.feature (1.5.0.zmyeclipse602200712) “Eclipse Data Tools Platform XML ODA Runtime Driver”
org.eclipse.datatools.modelbase.feature (1.5.1.200709261) “Eclipse Data Tools Platform SQLModel Plug-in”
org.eclipse.datatools.sqldevtools.feature (1.5.1.zmyeclipse601200710) “Eclipse Data Tools Platform SQL Tools Common UI Plug-in”
org.eclipse.emf (2.3.1.v200709252135) “Eclipse Modeling Framework (EMF)”
org.eclipse.emf.codegen (2.3.1.v200709252135) “EMF Template Code Generator”
org.eclipse.emf.codegen.ecore (2.3.1.v200709252135) “EMF Ecore Code Generation”
org.eclipse.emf.codegen.ecore.ui (2.3.0.v200709252135) “EMF Ecore Code Generation UI”
org.eclipse.emf.codegen.ui (2.3.0.v200709252135) “EMF Template Code Generator UI”
org.eclipse.emf.common (2.3.0.v200709252135) “EMF Common”
org.eclipse.emf.common.ui (2.3.1.v200709252135) “EMF Common UI”
org.eclipse.emf.converter (2.3.1.v200709252135) “EMF Model Convert Support”
org.eclipse.emf.ecore (2.3.1.v200709252135) “EMF Ecore”
org.eclipse.emf.ecore.edit (2.3.0.v200709252135) “EMF Ecore Edit Support”
org.eclipse.emf.ecore.editor (2.3.1.v200709252135) “Sample Ecore Editor”
org.eclipse.emf.ecore.sdo (2.3.0.v200709252135) “EMF Service Data Objects (SDO)”
org.eclipse.emf.edit (2.3.1.v200709252135) “EMF Edit”
org.eclipse.emf.edit.ui (2.3.1.v200709252135) “EMF Edit UI”
org.eclipse.emf.mapping (2.3.0.v200709252135) “EMF Mapping ”
org.eclipse.emf.mapping.ecore (2.3.0.v200709252135) “Eclipse Modeling Framework (EMF) – org.eclipse.emf.mapping.ecore”
org.eclipse.emf.mapping.ecore.editor (2.3.0.v200709252135) “Eclipse Modeling Framework (EMF) – org.eclipse.emf.mapping.ecore.editor”
org.eclipse.emf.mapping.ui (2.3.0.v200709252135) “EMF Mapping UI”
org.eclipse.gef (3.3.1.v20070814) “Graphical Editing Framework”
org.eclipse.jdt (3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7) “Eclipse Java Development Tools”
org.eclipse.jdt.source (3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7) “Eclipse Java Development Tools SDK”
org.eclipse.jst (2.0.1.zmyeclipse601200710) “J2EE Standard Tools (JST)”
org.eclipse.pde (3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL) “Eclipse Plug-in Development Environment”
org.eclipse.pde.source (3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL) “Eclipse Plug-in Development Environment Developer Resources”
org.eclipse.platform (3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft) “Eclipse Platform”
org.eclipse.platform.source (3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.rcp (3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc) “Eclipse RCP”
org.eclipse.rcp.source (3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc) “Eclipse RCP Plug-in Developer Resources”
org.eclipse.sdk (3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO) “Eclipse Project SDK”
org.eclipse.wst (2.0.1.zmyeclipse601200710) “Web Standard Tools (WST)”
org.eclipse.xsd (2.3.1.v200709252135) “XML Schema Infoset Model (XSD)”
org.eclipse.xsd.edit (2.3.0.v200709252135) “XML Schema Edit Framework”
org.mozilla.rhino (1.6.0.zmyeclipse602200712) “Mozilla Rhino”
org.w3c.sac (1.3.0.zmyeclipse602200712) “W3C Sac”*** Plug-in Registry:
com.genuitec.com.tikal.eclipse.updatemanager.quicksetup (6.0.1.zmyeclipse601200710) “MyEclipse QuickSetup” [Active]
com.genuitec.eclipse.aspphp.core (6.0.1.zmyeclipse601200710) “ASP and PHP Support Core Plug-in” [Starting]
com.genuitec.eclipse.aspphp.ui (6.0.1.zmyeclipse601200710) “ASP and PHP support UI Plug-in” [Starting]
com.genuitec.eclipse.ast.deploy.core (6.0.1.zmyeclipse601200710) “MyEclipse Deployment Support” [Active]
com.genuitec.eclipse.browser (6.0.1.zmyeclipse601200710) “MyEclipse Web Browser” [Starting]
com.genuitec.eclipse.core (6.0.1.zmyeclipse601200710) “MyEclipse Core” [Active]
com.genuitec.eclipse.core.common (6.0.1.zmyeclipse601200710) “MyEclipse Common Core Utilities” [Active]
com.genuitec.eclipse.core.common.platform (6.0.1.zmyeclipse601200710) “MyEclipse Common Core Platform Utilities” [Active]
com.genuitec.eclipse.cross.easystruts.eclipse (6.0.1.zmyeclipse601200710) “MyEclipse Struts Support” [Active]
com.genuitec.eclipse.dehory (6.0.2.zmyeclipse602200712) “MyEclipse Visual Swing Designer” [Starting]
com.genuitec.eclipse.derby (6.0.1.zmyeclipse601200710) “MyEclipse Derby” [Active]
com.genuitec.eclipse.desktop (6.0.1.zmyeclipse601200710) “MyEclipse Desktop Utilities” [Starting]
com.genuitec.eclipse.dtd (6.0.1.zmyeclipse601200710) “MyEclipse DTD Support” [Starting]
com.genuitec.eclipse.easie.core (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Core” [Active]
com.genuitec.eclipse.easie.geronimo1 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Geronimo 1” [Active]
com.genuitec.eclipse.easie.geronimo2 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Geronimo 2” [Active]
com.genuitec.eclipse.easie.jboss (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JBoss” [Active]
com.genuitec.eclipse.easie.jboss2 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JBoss 2” [Active]
com.genuitec.eclipse.easie.jboss3 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JBoss 3” [Active]
com.genuitec.eclipse.easie.jboss4 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JBoss 4” [Active]
com.genuitec.eclipse.easie.jboss5 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JBoss 5” [Active]
com.genuitec.eclipse.easie.jetty (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Jetty” [Active]
com.genuitec.eclipse.easie.jetty4 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Jetty 4” [Active]
com.genuitec.eclipse.easie.jetty5 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Jetty 5” [Active]
com.genuitec.eclipse.easie.jetty6 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Jetty 6” [Active]
com.genuitec.eclipse.easie.jonas (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JOnAS” [Active]
com.genuitec.eclipse.easie.jonas3 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JOnAS 3” [Active]
com.genuitec.eclipse.easie.jonas4 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JOnAS 4” [Active]
com.genuitec.eclipse.easie.jrun (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JRun” [Active]
com.genuitec.eclipse.easie.jrun4 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE JRun 4” [Active]
com.genuitec.eclipse.easie.oracle (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Oracle AS” [Active]
com.genuitec.eclipse.easie.oracle10 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Oracle 10 AS” [Active]
com.genuitec.eclipse.easie.oracle9 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Oracle 9 AS” [Active]
com.genuitec.eclipse.easie.orion1 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Orion 1” [Active]
com.genuitec.eclipse.easie.orion2 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Orion 2” [Active]
com.genuitec.eclipse.easie.resin (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Resin” [Active]
com.genuitec.eclipse.easie.resin2 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Resin 2” [Active]
com.genuitec.eclipse.easie.resin3 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Resin 3” [Active]
com.genuitec.eclipse.easie.sun (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Sun One” [Active]
com.genuitec.eclipse.easie.sun8 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Sun 8” [Active]
com.genuitec.eclipse.easie.sun81 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Sun 8.x” [Active]
com.genuitec.eclipse.easie.sun9 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Sun 9” [Active]
com.genuitec.eclipse.easie.sunglassfish (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Glassfish 1” [Active]
com.genuitec.eclipse.easie.sunglassfish2 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Glassfish 2” [Active]
com.genuitec.eclipse.easie.tomcat (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Tomcat” [Active]
com.genuitec.eclipse.easie.tomcat.myeclipse (6.0.1.zmyeclipse601200710) “MyEclipse EASIE MyEclipse Tomcat 6 Server” [Active]
com.genuitec.eclipse.easie.tomcat4 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Tomcat 4” [Active]
com.genuitec.eclipse.easie.tomcat5 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Tomcat 5” [Active]
com.genuitec.eclipse.easie.tomcat6 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE Tomcat 6” [Active]
com.genuitec.eclipse.easie.weblogic (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebLogic” [Active]
com.genuitec.eclipse.easie.weblogic10 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebLogic 10” [Active]
com.genuitec.eclipse.easie.weblogic6 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebLogic 6” [Active]
com.genuitec.eclipse.easie.weblogic7 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebLogic 7” [Active]
com.genuitec.eclipse.easie.weblogic8 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebLogic 8” [Active]
com.genuitec.eclipse.easie.weblogic9 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebLogic 9” [Active]
com.genuitec.eclipse.easie.websphere (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebSphere 4” [Active]
com.genuitec.eclipse.easie.websphere5 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebSphere 5” [Active]
com.genuitec.eclipse.easie.websphere6 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebSphere 6” [Active]
com.genuitec.eclipse.easie.websphere61 (6.0.1.zmyeclipse601200710) “MyEclipse EASIE WebSphere 6.1” [Active]
com.genuitec.eclipse.examples (6.0.1.zmyeclipse601200710) “MyEclipse Examples” [Active]
com.genuitec.eclipse.export.wizard (6.0.1.zmyeclipse601200710) “MyEclipse J2EE Export Wizards” [Starting]
com.genuitec.eclipse.fileview (6.0.1.zmyeclipse601200710) “The File View Plug-in” [Active]
com.genuitec.eclipse.hibernate (6.0.1.zmyeclipse601200710) “MyEclipse Hibernate Capabilities” [Starting]
com.genuitec.eclipse.icefaces (1.6.1.zmyeclipse601200710) “ICEfaces Runtime Libraries” [Starting]
com.genuitec.eclipse.imageeditor (6.0.1.zmyeclipse601200710) “MyEclipse Image Editor” [Starting]
com.genuitec.eclipse.integration (6.0.1.zmyeclipse601200710) “MyEclipse Integration Utilities” [Active]
com.genuitec.eclipse.j2eedt.core (6.0.1.zmyeclipse601200710) “MyEclipse Java Enterprise Development Tooling” [Active]
com.genuitec.eclipse.javascript (6.0.1.zmyeclipse601200710) “MyEclipse Javascript Support” [Active]
com.genuitec.eclipse.jsf (6.0.1.zmyeclipse601200710) “MyEclipse JSF Capabilities” [Active]
com.genuitec.eclipse.jsf.designer (6.0.1.zmyeclipse601200710) “MyEclipse JSF Designer Plug-in” [Active]
com.genuitec.eclipse.memory (6.0.1.zmyeclipse601200710) “MyEclipse Memory Monitor” [Active]
com.genuitec.eclipse.modeling.core (6.0.1.zmyeclipse601200710) “MyEclipse Modeling Core” [Starting]
com.genuitec.eclipse.modeling.core.layout (6.0.1.zmyeclipse601200710) “MyEclipse Graph Layout” [Starting]
com.genuitec.eclipse.persistence.jpa (6.0.1.zmyeclipse601200710) “MyEclipse JPA” [Starting]
com.genuitec.eclipse.reporting (6.0.2.zmyeclipse602200712) “MyEclipse Reports” [Starting]
com.genuitec.eclipse.reporting.branding (6.0.2.zmyeclipse602200712) “MyEclipse Reports” [Starting]
com.genuitec.eclipse.reporting.oda (6.0.2.zmyeclipse602200712) “MyEclipse ODA Runtime Driver” [Starting]
com.genuitec.eclipse.reporting.oda.ui (6.0.2.zmyeclipse602200712) “MyEclipse ODA Designer” [Starting]
com.genuitec.eclipse.springframework (6.0.1.zmyeclipse601200710) “MyEclipse Spring Framework Support” [Starting]
com.genuitec.eclipse.springhibernate (6.0.1.zmyeclipse601200710) “MyEclipse Spring / Hibernate Support” [Starting]
com.genuitec.eclipse.sqlexplorer (6.0.1.zmyeclipse601200710) “MyEclipse Database Explorer Plugin” [Active]
com.genuitec.eclipse.sqlexplorer.doc (6.0.1.zmyeclipse601200710) “MyEclipse Database Explorer Help Plug-in” [Resolved]
com.genuitec.eclipse.sqlexplorer.mssql (6.0.1.zmyeclipse601200710) “MyEclipse SQLServer Support” [Starting]
com.genuitec.eclipse.sqlexplorer.mysql (6.0.1.zmyeclipse601200710) “MyEclipse MySQL Support” [Starting]
com.genuitec.eclipse.sqlexplorer.oracle (6.0.1.zmyeclipse601200710) “MyEclipse Oracle Database Explorer” [Starting]
com.genuitec.eclipse.struts (6.0.1.zmyeclipse601200710) “MyEclipse Struts Capabilities” [Active]
com.genuitec.eclipse.tapestry (6.0.1.zmyeclipse601200710) “MyEclipse Tapestry Integration” [Active]
com.genuitec.eclipse.tapestry.ui.contrib (6.0.1.zmyeclipse601200710) “MyEclipse Tapestry UI Integration Fragment” [Resolved]
com.genuitec.eclipse.templates (6.0.1.zmyeclipse601200710) “MyEclipse Code Generation Template Support” [Active]
com.genuitec.eclipse.uml (6.0.1.zmyeclipse601200710) “MyEclipse UML” [Starting]
com.genuitec.eclipse.wdt.jsp.debug (6.0.1.zmyeclipse601200710) “MyEclipse JSP Debug Tooling” [Active]
com.genuitec.eclipse.web.imagepreviewer (6.0.1.zmyeclipse601200710) “MyEclipse Image Previewer” [Starting]
com.genuitec.eclipse.webdesigner3 (6.0.1.zmyeclipse601200710) “MyEclipse Visual Web Designer” [Active]
com.genuitec.eclipse.wizards (6.0.1.zmyeclipse601200710) “MyEclipse File Creation Wizards” [Active]
com.genuitec.eclipse.ws.xfire (6.0.1.zmyeclipse601200710) “MyEclipse XFire Web Services Support” [Active]
com.genuitec.javascript.debug (6.0.1.zmyeclipse601200710) “MyEclipse JavaScript Debugger” [Starting]
com.genuitec.javascript.debug.mozilla (6.0.1.zmyeclipse601200710) “MyEclipse JavaScript Browser” [Resolved]
com.genuitec.jboss.ide.eclipse.apache.xalan (6.0.1.zmyeclipse601200710) “MyEclipse XDoclet Apache Xalan” [Resolved]
com.genuitec.jboss.ide.eclipse.core (6.0.1.zmyeclipse601200710) “MyEclipse XDoclet Support Core” [Starting]
com.genuitec.jboss.ide.eclipse.xdoclet.assist (6.0.1.zmyeclipse601200710) “MyEclipse XDoclet Assist” [Starting]
com.genuitec.jboss.ide.eclipse.xdoclet.core (6.0.1.zmyeclipse601200710) “MyEclipse XDoclet Core” [Starting]
com.genuitec.jboss.ide.eclipse.xdoclet.run (6.0.1.zmyeclipse601200710) “MyEclipse XDoclet Runner” [Starting]
com.genuitec.jboss.ide.eclipse.xdoclet.ui (6.0.1.zmyeclipse601200710) “MyEclipse XDoclet UI Plug-in” [Starting]
com.genuitec.myeclipse.ast (6.0.1.zmyeclipse601200710) “MyEclipse Application Server Tooling” [Resolved]
com.genuitec.myeclipse.compatibility (6.0.1.zmyeclipse601200710) “MyEclipse Backward Compatibility” [Active]
com.genuitec.myeclipse.core (6.0.1.zmyeclipse601200710) “MyEclipse Core Feature” [Resolved]
com.genuitec.myeclipse.database (6.0.1.zmyeclipse601200710) “MyEclipse Database Feature” [Resolved]
com.genuitec.myeclipse.doc (6.0.1.zmyeclipse601200710) “MyEclipse Documentation” [Starting]
com.genuitec.myeclipse.enterprise.workbench (6.0.1.zmyeclipse601200710) “MyEclipse Enterprise Workbench Feature” [Resolved]
com.genuitec.myeclipse.help (6.0.1.zmyeclipse601200710) “MyEclipse Help Feature” [Resolved]
com.genuitec.myeclipse.hibernate (6.0.1.zmyeclipse601200710) “MyEclipse Hibernate Feature” [Resolved]
com.genuitec.myeclipse.icefaces (1.0.0.zmyeclipse601200710) “ICEfaces MyEclipse Integration” [Active]
com.genuitec.myeclipse.icefaces.branding (6.0.1.zmyeclipse601200710) “ICEfaces AJAX and Java EE Tooling for MyEclipse” [Resolved]
com.genuitec.myeclipse.jsf (6.0.1.zmyeclipse601200710) “MyEclipse JSF Feature” [Resolved]
com.genuitec.myeclipse.jspdesign (6.0.1.zmyeclipse601200710) “MyEclipse JSP Design Feature” [Resolved]
com.genuitec.myeclipse.matisse (6.0.2.zmyeclipse602200712) “MyEclipse Visual Swing Designer Feature” [Resolved]
com.genuitec.myeclipse.perspective (6.0.1.zmyeclipse601200710) “MyEclipse Perspective Plug-in” [Active]
com.genuitec.myeclipse.platform (6.0.1.zmyeclipse601200710) “MyEclipse Base Platform Feature” [Resolved]
com.genuitec.myeclipse.product (6.0.1.zmyeclipse601200710) “MyEclipse Product” [Starting]
com.genuitec.myeclipse.spring (6.0.1.zmyeclipse601200710) “MyEclipse Spring Feature” [Resolved]
com.genuitec.myeclipse.struts (6.0.1.zmyeclipse601200710) “MyEclipse Struts Feature” [Resolved]
com.genuitec.myeclipse.tapestry (6.0.1.zmyeclipse601200710) “MyEclipse Tapestry / Spindle Feature” [Resolved]
com.genuitec.myeclipse.uml (6.0.1.zmyeclipse601200710) “MyEclipse UML Feature” [Resolved]
com.genuitec.myeclipse.wdt (6.0.1.zmyeclipse601200710) “MyEclipse Web Development Feature” [Resolved]
com.genuitec.myeclipse.ws.xfire (6.0.1.zmyeclipse601200710) “MyEclipse Web Services Feature” [Resolved]
com.genuitec.org.eclipse.webbrowser (6.0.1.zmyeclipse601200710) “Web Browser” [Active]
com.genuitec.org.hibernate.eclipse (6.0.1.zmyeclipse601200710) “MyEclipse Hibernate Core” [Active]
com.genuitec.org.hibernate.eclipse.console (6.0.1.zmyeclipse601200710) “MyEclipse Hibernate Console” [Starting]
com.genuitec.org.hibernate.eclipse.mapper (6.0.1.zmyeclipse601200710) “MyEclipse Hibernate Mapper” [Active]
com.genuitec.org.springframework.ide.eclipse.beans.core (6.0.1.zmyeclipse601200710) “MyEclipse Spring IDE Beans Support Core” [Active]
com.genuitec.org.springframework.ide.eclipse.beans.ui (6.0.1.zmyeclipse601200710) “MyEclipse Spring IDE Beans UI” [Active]
com.genuitec.org.springframework.ide.eclipse.beans.ui.doc (6.0.1.zmyeclipse601200710) “MyEclipse Spring IDE Beans Documentation” [Resolved]
com.genuitec.org.springframework.ide.eclipse.beans.ui.editor (6.0.1.zmyeclipse601200710) “MyEclipse Spring IDE Beans Config Editor” [Active]
com.genuitec.org.springframework.ide.eclipse.beans.ui.graph (6.0.1.zmyeclipse601200710) “MyEclipse Spring IDE Beans Graph” [Starting]
com.genuitec.org.springframework.ide.eclipse.beans.ui.navigator (6.0.1.zmyeclipse601200710) “MyEclipse Spring IDE Beans UI Navigator” [Starting]
com.genuitec.org.springframework.ide.eclipse.beans.ui.search (6.0.1.zmyeclipse601200710) “MyEclipse Spring IDE Beans UI Search” [Starting]
com.genuitec.org.springframework.ide.eclipse.core (6.0.1.zmyeclipse601200710) “MyEclipse Spring IDE Compatibility Core” [Active]
com.genuitec.org.springframework.ide.eclipse.core.doc (6.0.1.zmyeclipse601200710) “MyEclipse Spring Framework Reference Documentation” [Starting]
com.genuitec.org.springframework.ide.eclipse.ui (6.0.1.zmyeclipse601200710) “MyEclipse Spring IDE UI” [Active]
com.ibm.icu (3.6.1.v20070906) “International Components for Unicode for Java (ICU4J)” [Active]
com.ibm.icu.source (3.6.1.v20070906) “International Components for Unicode for Java (ICU4J) source plug-in” [Resolved]
com.icesoft.ide.eclipse.designtime (0.9.0.zmyeclipse601200710) “ICEfaces Design Time Support” [Active]
com.icesoft.ide.eclipse.icefaces.doc (1.6.0.zmyeclipse601200710) “ICEfaces Help Documentation” [Resolved]
com.iw.plugins.spindle.core (6.0.1.zmyeclipse601200710) “MyEclipse Spindle Core Support” [Active]
com.iw.plugins.spindle.docs (6.0.1.zmyeclipse601200710) “MyEclipse Spindle 3 Documentation” [Starting]
com.iw.plugins.spindle.ui (6.0.1.zmyeclipse601200710) “MyEclipse Spindle UI” [Active]
com.jcraft.jsch (0.1.31) “JSch” [Resolved]
com.lowagie.itext (1.5.2.v20070626) “Lowagie Itext” [Resolved]
javax.servlet (2.4.0.v200706111738) “Servlet API Bundle” [Resolved]
javax.servlet.jsp (2.0.0.v200706191603) “Java Server Pages API Bundle” [Resolved]
javax.servlet.jsp.source (2.0.0.v200706191603) “Java Server Pages API Source Bundle” [Resolved]
javax.servlet.source (2.4.0.v200706111738) “Servlet API Source Bundle” [Resolved]
javax.wsdl (1.4.0.v200706111329) “WSDL4J” [Resolved]
javax.wsdl15 (1.5.1.v200705290614) “WSDL4J” [Resolved]
javax.xml.rpc (1.1.0.v200706111329) “JAX-RPC” [Resolved]
javax.xml.soap (1.2.0.v200706111329) “SAAJ” [Resolved]
net.sf.solareclipse.ui (0.4.0.spindle-dep-6) “MyEclipse Spindle SolarEclipse UI” [Resolved]
net.sf.solareclipse.xml.ui (0.4.0.spindle-dep-6) “MyEclipse Spindle XML Development Tools UI” [Starting]
org.apache.ant (1.7.0.v200706080842) “Apache Ant” [Resolved]
org.apache.ant.source (1.7.0.v200706080842) “Apache Ant Source” [Resolved]
org.apache.axis (1.4.0.v200706191647) “Apache Web Services” [Resolved]
org.apache.batik.bridge (1.6.0.v200706111724) “Apache Batik Bridge/GVT/Scripting” [Resolved]
org.apache.batik.css (1.6.0.v200706111724) “Apache Batik CSS” [Resolved]
org.apache.batik.dom (1.6.0.v200706111724) “Apache Batik DOM” [Resolved]
org.apache.batik.dom.svg (1.6.0.v200706111724) “Apache Batik SVG DOM” [Resolved]
org.apache.batik.ext.awt (1.6.0.v200706111724) “Apache Batik AWT Utilities” [Resolved]
org.apache.batik.extension (1.6.0.v200706111724) “Apache Batik Extension” [Resolved]
org.apache.batik.parser (1.6.0.v200706111724) “Apache Batik Parser” [Resolved]
org.apache.batik.pdf (1.6.0.v200706111329) “Bundle-Name” [Resolved]
org.apache.batik.svggen (1.6.0.v200706111724) “Apache Batik SVG Generation” [Resolved]
org.apache.batik.swing (1.6.0.v200706111724) “Apache Batik Swing” [Resolved]
org.apache.batik.transcoder (1.6.0.v200706111724) “Apache Batik Transcoder” [Resolved]
org.apache.batik.util (1.6.0.v200706111724) “Apache Batik Utilities” [Resolved]
org.apache.batik.util.gui (1.6.0.v200706111724) “Apache Batik GUI Utilities” [Resolved]
org.apache.batik.xml (1.6.0.v200706111724) “Apache Batik XML” [Resolved]
org.apache.cactus (1.7.2.v200606181221) “Cactus Resource Plug-in” [Starting]
org.apache.commons.codec (1.3.0.v20070531) “Apache Commons Codec” [Resolved]
org.apache.commons.discovery (0.2.0.v200706111329) “Jakarta-Commons Discovery” [Resolved]
org.apache.commons.el (1.0.0.v200706111724) “Apache Commons JSP 2.0 Expression Language Interpreter” [Resolved]
org.apache.commons.el.source (1.0.0.v200706111724) “Apache Commons JSP 2.0 Expression Language Interpreter Source” [Resolved]
org.apache.commons.logging (1.0.4.v200706111724) “Apache Commons Logging Plug-in” [Resolved]
org.apache.commons.logging.source (1.0.4.v200706111724) “Apache Commons Logging Plug-in Source” [Resolved]
org.apache.jasper (5.5.17.v200706111724) “Apache Jasper 2 Plug-in” [Resolved]
org.apache.jasper.source (5.5.17.v200706111724) “Apache Jasper 2 Source Plug-in” [Resolved]
org.apache.log4j (1.2.13.v200706111418) “Apache Jakarta log4j Plug-in” [Resolved]
org.apache.lucene (1.9.1.v200706111724) “Apache Lucene” [Resolved]
org.apache.lucene.analysis (1.9.1.v200706181610) “Apache Lucene Analysis” [Resolved]
org.apache.lucene.analysis.source (1.9.1.v200706181610) “Apache Lucene Analysis Source” [Resolved]
org.apache.lucene.source (1.9.1.v200706111724) “Apache Lucene Source” [Resolved]
org.apache.wsil4j (1.0.0.v200706111329) “WSIL4J” [Resolved]
org.apache.xerces (2.8.0.v200705301630) “Apache Xerces-J” [Resolved]
org.apache.xml.resolver (1.1.0.v200705310020) “Apache XmlResolver” [Resolved]
org.eclipse.ant.core (3.1.200.v20070522) “Ant Build Tool Core” [Starting]
org.eclipse.ant.ui (3.2.200.v20070825_r331) “Ant UI” [Starting]
org.eclipse.atf.core (0.2.2.zmyeclipse601200710) “Core Plug-in (Incubation)” [Starting]
org.eclipse.atf.mozilla.ide.core (0.2.2.zmyeclipse601200710) “Mozide Core Plugin (Incubation)” [Active]
org.eclipse.atf.mozilla.ide.debug (0.2.2.zmyeclipse601200710) “Mozilla Debug Plug-in (Incubation)” [Starting]
org.eclipse.atf.mozilla.ide.debug.ui (0.2.2.zmyeclipse601200710) “Mozilla Debug UI Plug-in (Incubation)” [Active]
org.eclipse.atf.mozilla.ide.ui (0.2.2.zmyeclipse601200710) “Moz IDE UI Plug-in (Incubation)” [Active]
org.eclipse.atf.mozilla.ide.ui.extras (0.2.2.zmyeclipse601200710) “Mozilla IDE UI Extras Plug-in (Incubation)” [Starting]
org.eclipse.atf.templates (0.2.2.zmyeclipse601200710) “Templates Plug-in (Incubation)” [Starting]
org.eclipse.atf.ui (0.2.2.zmyeclipse601200710) “Ui Plug-in (Incubation)” [Starting]
org.eclipse.birt (2.2.0.v20070531) “Business Intelligence and Reporting Tools” [Resolved]
org.eclipse.birt.chart (2.2.0.v20070531) “BIRT Chart Framework” [Resolved]
org.eclipse.birt.chart.cshelp (2.2.0.v20070625) “BIRT Chart Context-sensitive Help” [Starting]
org.eclipse.birt.chart.device.extension (2.2.0.v20070530) “BIRT Chart Device Extension(s)” [Starting]
org.eclipse.birt.chart.device.pdf (2.2.0.v20070530) “BIRT Chart Device PDF Extension” [Starting]
org.eclipse.birt.chart.device.svg (2.2.0.v20070613) “BIRT Chart Device SVG Extension” [Starting]
org.eclipse.birt.chart.device.swt (2.2.0.v20070530) “BIRT Chart Device SWT Extension” [Starting]
org.eclipse.birt.chart.engine (2.2.0.v20070621) “BIRT Chart Engine” [Starting]
org.eclipse.birt.chart.engine.extension (2.2.0.v20070622) “BIRT Chart Engine Extension” [Starting]
org.eclipse.birt.chart.reportitem (2.2.0.v20070531) “BIRT Chart-Report Integration” [Starting]
org.eclipse.birt.chart.reportitem.ui (2.2.0.v20070608) “BIRT Chart-Report UI Integration Plug-in” [Starting]
org.eclipse.birt.chart.runtime (2.2.0.v20070531) “BIRT Chart Runtime” [Resolved]
org.eclipse.birt.chart.ui (2.2.0.v20070607) “BIRT Chart Library UI Plug-in” [Starting]
org.eclipse.birt.chart.ui.extension (2.2.0.v20070621) “BIRT Chart UI Extension” [Starting]
org.eclipse.birt.core (2.2.0.zmyeclipse602200712) “BIRT Core Package” [Starting]
org.eclipse.birt.core.ui (2.2.0.v20070613) “BIRT Core UI” [Starting]
org.eclipse.birt.cshelp (2.2.0.zmyeclipse602200712) “BIRT Context-sensitive Help” [Starting]
org.eclipse.birt.data (2.2.0.v200706221) “BIRT Data Engine” [Starting]
org.eclipse.birt.doc (2.2.0.zmyeclipse602200712) “BIRT Documentation” [Starting]
org.eclipse.birt.integration.wtp.ui (2.2.0.zmyeclipse602200712) “BIRT WTP Integration Plug-in” [Starting]
org.eclipse.birt.report.data.adapter (2.2.0.v20070622) “BIRT Data Adapter” [Starting]
org.eclipse.birt.report.data.oda.jdbc (2.2.0.zmyeclipse602200712) “BIRT ODA-JDBC Bridge Driver” [Starting]
org.eclipse.birt.report.data.oda.jdbc.ui (2.2.0.v20070622) “BIRT JDBC UI Plug-in” [Starting]
org.eclipse.birt.report.data.oda.xml (2.2.0.v20070607) “BIRT ODA-XML Driver” [Starting]
org.eclipse.birt.report.data.oda.xml.ui (2.2.0.v20070607) “BIRT ODA XML Designer” [Starting]
org.eclipse.birt.report.debug.ui (2.2.0.v20070615) “BIRT debug Plug-in” [Active]
org.eclipse.birt.report.designer (2.2.0.v20070531) “BIRT Report Designer” [Resolved]
org.eclipse.birt.report.designer.core (2.2.0.zmyeclipse602200712) “BIRT Designer Core” [Starting]
org.eclipse.birt.report.designer.ui (2.2.0.zmyeclipse602200712) “BIRT Designer UI” [Starting]
org.eclipse.birt.report.designer.ui.cubebuilder (2.2.0.v20070620) “BIRT Cube Builder Plug-in” [Starting]
org.eclipse.birt.report.designer.ui.editor.xml.wtp (2.2.0.v20070607) “BIRT Advanced XML Editor Plug-in” [Starting]
org.eclipse.birt.report.designer.ui.editors (2.2.0.zmyeclipse602200712) “BIRT MultipageEditor Extension Point Plug-in” [Starting]
org.eclipse.birt.report.designer.ui.editors.schematic (2.2.0.v20070620) “BIRT Editors Plug-in” [Starting]
org.eclipse.birt.report.designer.ui.ide (2.2.0.zmyeclipse602200712) “BIRT Designer UI for IDE” [Starting]
org.eclipse.birt.report.designer.ui.lib (2.2.0.v20070614) “BIRT Designer UI for Library” [Starting]
org.eclipse.birt.report.designer.ui.lib.explorer (2.2.0.zmyeclipse602200712) “BIRT Library Explorer Plug-in” [Starting]
org.eclipse.birt.report.designer.ui.preview.web (2.2.0.zmyeclipse602200712) “BIRT Preview Plug-in” [Starting]
org.eclipse.birt.report.designer.ui.views (2.2.0.v20070618) “BIRT UI Views Plug-in” [Starting]
org.eclipse.birt.report.engine (2.2.0.v20070621) “BIRT Engine” [Starting]
org.eclipse.birt.report.engine.emitter.html (2.2.0.v20070620) “BIRT HTML Emitter” [Starting]
org.eclipse.birt.report.engine.emitter.pdf (2.2.0.v20070530) “BIRT PDF emitter” [Starting]
org.eclipse.birt.report.engine.emitter.postscript (2.2.0.v20070530) “BIRT POSTSCRIPT emitter” [Resolved]
org.eclipse.birt.report.engine.emitter.ppt (2.2.0.v20070607) “BIRT PPT emitter” [Starting]
org.eclipse.birt.report.engine.emitter.prototype.excel (2.2.0.v20070621) “BIRT Excel emitter” [Starting]
org.eclipse.birt.report.engine.emitter.wpml (2.2.0.v20070620) “BIRT Word emitter” [Starting]
org.eclipse.birt.report.engine.fonts (2.2.0.v20070530) “BIRT Engine fonts” [Resolved]
org.eclipse.birt.report.item.crosstab.core (2.2.0.v20070622) “BIRT Crosstab Plug-in” [Resolved]
org.eclipse.birt.report.item.crosstab.ui (2.2.0.v20070622) “BIRT Crosstab UI Plug-in” [Starting]
org.eclipse.birt.report.model (2.2.0.v20070619) “BIRT Model” [Starting]
org.eclipse.birt.report.model.adapter.oda (2.2.0.v20070530) “BIRT Model ODA Adapter” [Starting]
org.eclipse.birt.report.runtime (2.2.0.v20070531) “BIRT Report Runtime” [Resolved]
org.eclipse.birt.report.viewer (2.2.0.v20070620) “BIRT Web Viewer” [Active]
org.eclipse.birt.resources (2.2.0.zmyeclipse602200712) “BIRT Resources Plug-in” [Resolved]
org.eclipse.compare (3.3.2.r33x_20080128) “Compare Support” [Active]
org.eclipse.core.boot (3.1.100.v20060603) “Core Boot” [Starting]
org.eclipse.core.commands (3.3.0.I20070605-0010) “Commands” [Resolved]
org.eclipse.core.contenttype (3.2.100.v20070319) “Eclipse Content Mechanism” [Active]
org.eclipse.core.databinding (1.0.1.M20070822-0800) “JFace Data Binding” [Resolved]
org.eclipse.core.databinding.beans (1.0.1.M20070910-0800b) “JFace Data Binding for JavaBeans” [Resolved]
org.eclipse.core.expressions (3.3.0.v20070606-0010) “Expression Language” [Active]
org.eclipse.core.filebuffers (3.3.1.r331_v20070829) “File Buffers” [Active]
org.eclipse.core.filesystem (1.1.0.v20070606) “Core File Systems” [Active]
org.eclipse.core.filesystem.linux.x86_64 (1.0.100.v20070510) “Core File System for Linux” [Resolved]
org.eclipse.core.jobs (3.3.1.R33x_v20070709) “Eclipse Jobs Mechanism” [Active]
org.eclipse.core.net (1.0.1.r33x_20070709) “Internet Connection Management” [Active]
org.eclipse.core.resources (3.3.1.R33x_v20080205) “Core Resource Management” [Active]
org.eclipse.core.resources.compatibility (3.2.100.v20070502) “Core Resource Management Compatibility Fragment” [Resolved]
org.eclipse.core.runtime (3.3.100.v20070530) “Core Runtime” [Active]
org.eclipse.core.runtime.compatibility (3.1.200.v20070502) “Core Runtime Plug-in Compatibility” [Active]
org.eclipse.core.runtime.compatibility.auth (3.2.100.v20070502) “Authorization Compatibility Plug-in” [Active]
org.eclipse.core.runtime.compatibility.registry (3.2.100.v20070316) “Eclipse Registry Compatibility Fragment” [Resolved]
org.eclipse.core.variables (3.2.0.v20070426) “Core Variables” [Active]
org.eclipse.cvs (1.0.2.r33x_r20080129) “Eclipse CVS Client” [Starting]
org.eclipse.cvs.source (1.0.2.r33x_r20080129-7C79_B_GLJwq3I9ZCD8L_) “Eclipse CVS Client SDK” [Resolved]
org.eclipse.dali.core (0.5.0.zmyeclipse601200710) “Dali Core” [Starting]
org.eclipse.dali.db (0.5.0.zmyeclipse601200710) “Dali DB” [Starting]
org.eclipse.dali.edit (0.5.0.zmyeclipse601200710) “Dali Edit” [Starting]
org.eclipse.dali.gen (0.5.0.zmyeclipse601200710) “Dali Entity Gen” [Starting]
org.eclipse.dali.ui (0.5.0.zmyeclipse601200710) “Dali Java Persistence API (JPA) Tools” [Starting]
org.eclipse.dali.utility (0.5.0.zmyeclipse601200710) “Dali Utility” [Starting]
org.eclipse.datatools.connectivity (1.0.1.200709061) “Data Tools Platform Connectivity Plug-in” [Starting]
org.eclipse.datatools.connectivity.db.generic (1.0.0.200706071) “Eclipse Data Tools Platform Generic DB Connectivity Plug-in” [Starting]
org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.200708201) “Eclipse Data Tools Platform Generic DB UI Plug-in” [Starting]
org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.0.200706071) “Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in” [Starting]
org.eclipse.datatools.connectivity.oda (3.1.0.200708161) “DTP Open Data Access” [Starting]
org.eclipse.datatools.connectivity.oda.consumer (3.1.1.200708221) “DTP ODA Consumer Helper Component Plug-in” [Starting]
org.eclipse.datatools.connectivity.oda.design (3.0.5.200709071) “DTP ODA Design Session Model” [Starting]
org.eclipse.datatools.connectivity.oda.design.ui (3.0.5.200709071) “DTP ODA Designer UI Framework Plug-in” [Starting]
org.eclipse.datatools.connectivity.oda.flatfile (3.0.4.200706071) “Eclipse Data Tools Platform Flat File ODA Runtime Driver” [Starting]
org.eclipse.datatools.connectivity.oda.flatfile.ui (3.0.5.200707301) “Eclipse Data Tools Platform Flat File ODA Designer” [Starting]
org.eclipse.datatools.connectivity.oda.profile (3.0.5.200708131) “DTP ODA Connection Profile Framework Plug-in” [Starting]
org.eclipse.datatools.connectivity.oda.template.ui (3.0.5.200707301) “DTP ODA New Plug-in Template Wizard” [Starting]
org.eclipse.datatools.connectivity.sqm.core (1.0.1.200709071) “Eclipse Data Tools Platform SQM Core Plug-in” [Starting]
org.eclipse.datatools.connectivity.sqm.core.ui (1.0.1.200708201) “Eclipse Data Tools Platform SQM UI Plug-in” [Starting]
org.eclipse.datatools.connectivity.sqm.fe.ui (1.0.0.200706071) “Eclipse Data Tools Platform FE UI Plug-in” [Starting]
org.eclipse.datatools.connectivity.sqm.fe.ui.actions (1.0.0.200706071) “Eclipse Data Tools Platform FE Ui Actions Plug-in” [Starting]
org.eclipse.datatools.connectivity.sqm.server.ui (1.0.0.200709141) “Eclipse Data Tools Platform Server UI Plug-in” [Starting]
org.eclipse.datatools.connectivity.ui (1.0.1.200708231) “Data Tools Platform Connectivity UI Plug-in” [Starting]
org.eclipse.datatools.connectivity.ui.dse (1.0.1.200709171) “Eclipse Data Tools Platform Data Source Explorer Plug-in” [Starting]
org.eclipse.datatools.enablement.oda.ws (1.0.0.200706151) “Eclipse Data Tools Platform Web Services ODA Runtime Driver” [Starting]
org.eclipse.datatools.enablement.oda.ws.ui (1.0.0.200706151) “Eclipse Data Tools Platform Web Services ODA Designer” [Starting]
org.eclipse.datatools.enablement.oda.xml (1.0.1.200706151) “Eclipse Data Tools Platform XML ODA Runtime Driver” [Starting]
org.eclipse.datatools.enablement.oda.xml.ui (1.0.1.200706191) “Eclipse Data Tools Platform XML ODA Designer” [Starting]
org.eclipse.datatools.help (1.5.0.200706181) “Data Tools Platform Help Utilities” [Resolved]
org.eclipse.datatools.lpg (1.0.0.200706071) “Wrapper for the LPG java runtime” [Resolved]
org.eclipse.datatools.modelbase.dbdefinition (1.0.0.200706071) “Eclipse Data Tools Platform DBDefinition Model” [Starting]
org.eclipse.datatools.modelbase.sql (1.0.0.200708161) “Eclipse Data Tools Platform SQLModel Plug-in” [Starting]
org.eclipse.datatools.modelbase.sql.edit (1.0.0.200706071) “Eclipse Data Tools Platform SQLModel Edit Plug-in” [Starting]
org.eclipse.datatools.modelbase.sql.query (1.0.0.200706151) “Eclipse Data Tools Platform SQL Query Model Plugin” [Starting]
org.eclipse.datatools.modelbase.sql.xml.query (1.0.0.200706151) “Eclipse Data Tools Platform SQL XML Query Model Plugin” [Starting]
org.eclipse.datatools.sqltools.common.ui (1.0.0.200708161) “Eclipse Data Tools Platform SQL Tools Common UI Plug-in” [Starting]
org.eclipse.datatools.sqltools.data.core (1.0.0.200706151) “Data Core Plugin” [Starting]
org.eclipse.datatools.sqltools.data.ui (1.0.0.200706151) “Data UI Plugin” [Starting]
org.eclipse.datatools.sqltools.db.generic (1.0.0.200706131) “Eclipse Data Tools Platform SQL Tools Generic Database Plug-in” [Starting]
org.eclipse.datatools.sqltools.debugger.core (1.0.0.zmyeclipse601200710) “Eclipse Data Tools Platform SQL Debugger Framework” [Starting]
org.eclipse.datatools.sqltools.editor.core (1.0.0.200709261) “Eclipse Data Tools Platform SQL Editor Core Plug-in” [Starting]
org.eclipse.datatools.sqltools.parsers.sql (1.0.0.200706161) “Eclipse Data Tools Platform SQL Parser Plugin” [Starting]
org.eclipse.datatools.sqltools.parsers.sql.lexer (1.0.0.200706161) “Eclipse Data Tools Platform Lexer Plug-in” [Starting]
org.eclipse.datatools.sqltools.parsers.sql.query (1.0.0.200706162) “Eclipse Data Tools Platform SQL Query Parser Plugin” [Resolved]
org.eclipse.datatools.sqltools.parsers.sql.xml.query (1.0.0.200706151) “Eclipse Data Tools Platform SQL XML Query Parser Plugin” [Starting]
org.eclipse.datatools.sqltools.plan (1.0.0.200709061) “Eclipse Data Tools Platform SQL Execution Plan View Plug-in” [Starting]
org.eclipse.datatools.sqltools.result (1.0.0.200709061) “Eclipse Data Tools Platform SQL Results View Plug-in” [Starting]
org.eclipse.datatools.sqltools.routineeditor (1.0.0.200708161) “Eclipse Data Tools Platform SQL Tools Routine Editor Plug-in” [Starting]
org.eclipse.datatools.sqltools.sql (1.0.0.200706111) “Eclipse Data Tools Platform SQL Core Plug-in” [Starting]
org.eclipse.datatools.sqltools.sqleditor (1.0.0.zmyeclipse601200710) “Eclipse Data Tools Platform SQL Editor” [Starting]
org.eclipse.datatools.sqltools.sqlscrapbook (1.0.0.zmyeclipse601200710) “Eclipse Data Tools Platform Sqlscrapbook Plug-in” [Starting]
org.eclipse.datatools.sqltools.tabledataeditor (1.0.0.200706071) “Eclipse Data Tools Platform Table Data Editor Plug-in” [Starting]
org.eclipse.datatools.sqltools.tablewizard (1.0.0.200706071) “Eclipse Data Tools Platform Database Table Creation Plug-in” [Starting]
org.eclipse.debug.core (3.3.2.v20080117_r332) “Debug Core” [Active]
org.eclipse.debug.ui (3.3.2.v20080117_r332) “Debug UI” [Active]
org.eclipse.draw2d (3.2.100.v20070529) “Graphical Editing Framework Draw2d” [Active]
org.eclipse.emf (2.3.0.v200709252135) “Eclipse Modeling Framework (EMF)” [Starting]
org.eclipse.emf.ant (2.3.1.v200709252135) “EMF Ant Tasks” [Starting]
org.eclipse.emf.codegen (2.3.1.v200709252135) “EMF Template Code Generator” [Starting]
org.eclipse.emf.codegen.ecore (2.3.1.v200709252135) “EMF Ecore Code Generation” [Starting]
org.eclipse.emf.codegen.ecore.ui (2.3.0.v200709252135) “EMF Ecore Code Generation UI” [Starting]
org.eclipse.emf.codegen.ui (2.3.0.v200709252135) “EMF Template Code Generator UI” [Starting]
org.eclipse.emf.common (2.3.0.v200709252135) “EMF Common” [Active]
org.eclipse.emf.common.ui (2.3.1.v200709252135) “EMF Common UI” [Starting]
org.eclipse.emf.commonj.sdo (2.3.0.v200709252135) “CommonJ SDO” [Starting]
org.eclipse.emf.converter (2.3.0.v200709252135) “EMF Model Convert Support” [Starting]
org.eclipse.emf.ecore (2.3.1.v200709252135) “EMF Ecore” [Active]
org.eclipse.emf.ecore.change (2.3.0.v200709252135) “EMF Ecore Change Model” [Starting]
org.eclipse.emf.ecore.change.edit (2.3.0.v200709252135) “EMF Ecore Change Edit Support” [Starting]
org.eclipse.emf.ecore.edit (2.3.0.v200709252135) “EMF Ecore Edit Support” [Starting]
org.eclipse.emf.ecore.editor (2.3.1.v200709252135) “Sample Ecore Editor” [Starting]
org.eclipse.emf.ecore.sdo (2.3.0.v200709252135) “EMF Service Data Objects (SDO)” [Starting]
org.eclipse.emf.ecore.xmi (2.3.1.v200709252135) “EMF XMI” [Active]
org.eclipse.emf.edit (2.3.1.v200709252135) “EMF Edit” [Starting]
org.eclipse.emf.edit.ui (2.3.1.v200709252135) “EMF Edit UI” [Starting]
org.eclipse.emf.exporter (2.3.0.v200709252135) “EMF Model Export Support” [Starting]
org.eclipse.emf.importer (2.3.1.v200709252135) “EMF Model Import Support” [Starting]
org.eclipse.emf.importer.ecore (2.3.1.v200709252135) “EMF Ecore Importer” [Starting]
org.eclipse.emf.importer.java (2.3.1.v200709252135) “EMF Annotated Java Importer” [Starting]
org.eclipse.emf.importer.rose (2.3.1.v200709252135) “EMF Rose Importer” [Starting]
org.eclipse.emf.mapping (2.3.0.v200709252135) “EMF Mapping” [Starting]
org.eclipse.emf.mapping.ecore (2.3.0.v200709252135) “Eclipse Modeling Framework (EMF) – org.eclipse.emf.mapping.ecore” [Starting]
org.eclipse.emf.mapping.ecore.editor (2.3.0.v200709252135) “Eclipse Modeling Framework (EMF) – org.eclipse.emf.mapping.ecore.editor” [Starting]
org.eclipse.emf.mapping.ecore2ecore (2.3.0.v200709252135) “Ecore to Ecore Mapping” [Starting]
org.eclipse.emf.mapping.ecore2ecore.editor (2.3.0.v200709252135) “Ecore to Ecore Mapping Editor” [Starting]
org.eclipse.emf.mapping.ecore2xml (2.3.0.v200709252135) “Ecore to XML Mapping” [Starting]
org.eclipse.emf.mapping.ecore2xml.ui (2.3.0.v200709252135) “Ecore to XML Mapping UI” [Starting]
org.eclipse.emf.mapping.ui (2.3.0.v200709252135) “EMF Mapping UI” [Starting]
org.eclipse.equinox.app (1.0.1.R33x_v20070828) “Equinox Application Container” [Active]
org.eclipse.equinox.common (3.3.0.v20070426) “Common Eclipse Runtime” [Active]
org.eclipse.equinox.http.jetty (1.0.1.R33x_v20070816) “Jetty Http Service” [Starting]
org.eclipse.equinox.http.registry (1.0.1.R33x_v20071231) “Http Service Registry Extensions” [Resolved]
org.eclipse.equinox.http.servlet (1.0.1.R33x_v20070816) “Http Services Servlet” [Starting]
org.eclipse.equinox.jsp.jasper (1.0.1.R33x_v20070816) “Jasper Jsp Support Bundle” [Starting]
org.eclipse.equinox.jsp.jasper.registry (1.0.0.v20070607) “Jasper Jsp Registry Support Plug-in” [Starting]
org.eclipse.equinox.launcher (1.0.1.R33x_v20080118) “Equinox Launcher” [Resolved]
org.eclipse.equinox.launcher.gtk.linux.x86_64 (1.0.3.R33x_v20080118) “Equinox Launcher Linux X86_64 Fragment” [Resolved]
org.eclipse.equinox.preferences (3.2.101.R33x_v20080117) “Eclipse Preferences Mechanism” [Active]
org.eclipse.equinox.registry (3.3.1.R33x_v20070802) “Extension Registry Support” [Active]
org.eclipse.gef (3.2.101.v20070814) “Graphical Editing Framework” [Active]
org.eclipse.help (3.3.2.v20071126_33x) “Help System Core” [Active]
org.eclipse.help.appserver (3.1.200.v20070510) “Help Application Server” [Starting]
org.eclipse.help.base (3.3.1.v20070813_33x) “Help System Base” [Starting]
org.eclipse.help.ui (3.3.2.v20071126_33x) “Help System UI” [Starting]
org.eclipse.help.webapp (3.3.2.v20071102_33x) “Help System Webapp” [Starting]
org.eclipse.jdt (3.3.1.r332_v20080131) “Eclipse Java Development Tools” [Resolved]
org.eclipse.jdt.apt.core (3.3.1.R33x_v20071112-2330) “Java Annotation Processing Core” [Active]
org.eclipse.jdt.apt.pluggable.core (1.0.1.R33x_v20071002-2100) “Java Compiler Apt IDE” [Installed]
org.eclipse.jdt.apt.ui (3.3.1.R33x_v20071002-2100) “Java Annotation Processing UI” [Starting]
org.eclipse.jdt.compiler.apt (1.0.1.R33x_v20071002-2100) “Java Compiler Apt” [Installed]
org.eclipse.jdt.compiler.tool (1.0.1.v_793_R33x) “Java Compiler Tool Support” [Installed]
org.eclipse.jdt.core (3.3.3.v_793_R33x) “Java Development Tools Core” [Active]
org.eclipse.jdt.core.manipulation (1.1.0.v20070606-0010) “Java Code Manipulation Functionality” [Active]
org.eclipse.jdt.debug (3.3.1.v20070719_r331) “JDI Debug Model” [Active]
org.eclipse.jdt.debug.ui (3.2.102.v20071002_r332) “JDI Debug UI” [Active]
org.eclipse.jdt.doc.isv (3.3.1.r331_v20070913) “Eclipse JDT Plug-in Developer Guide” [Starting]
org.eclipse.jdt.doc.user (3.3.2.r332_20080116-0900) “Eclipse Java Development User Guide” [Starting]
org.eclipse.jdt.junit (3.3.2.r332_20080109-0800) “Java Development Tools JUnit support” [Starting]
org.eclipse.jdt.junit.runtime (3.3.0.v20070606-0010) “Java Development Tools JUnit runtime support” [Resolved]
org.eclipse.jdt.junit4.runtime (1.0.100.v20070606-0010) “Java Development Tools JUnit4 runtime support” [Resolved]
org.eclipse.jdt.launching (3.3.2.v20080115_r332) “Java Development Tools Launching Support” [Active]
org.eclipse.jdt.source (3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7) “Eclipse Java Development Tools SDK” [Resolved]
org.eclipse.jdt.ui (3.3.2.r332_20080128) “Java Development Tools UI” [Active]
org.eclipse.jem (2.0.100.v200709051030) “Java EMF Model” [Active]
org.eclipse.jem.beaninfo (2.0.0.v200705302225) “Java EMF Model BeanInfo (Introspection) Support” [Starting]
org.eclipse.jem.proxy (2.0.0.v200705302225) “Java EMF Model Proxy Support” [Starting]
org.eclipse.jem.ui (2.0.0.v200705302225) “Java EMF Model UI” [Active]
org.eclipse.jem.util (2.0.1.v200709051030) “Java EMF Model Utilities” [Active]
org.eclipse.jem.workbench (2.0.0.v200705302225) “Java EMF Model Workbench Support” [Active]
org.eclipse.jface (3.3.2.M20080207-0800) “JFace” [Active]
org.eclipse.jface.databinding (1.1.1.M20080207-0800) “JFace Data Binding for SWT and JFace” [Resolved]
org.eclipse.jface.text (3.3.2.r332_20071017-0800) “JFace Text” [Resolved]
org.eclipse.jpt.core (1.0.1.zmyeclipse601200710) “Java Persistence API Tools – Core” [Installed]
org.eclipse.jsch.core (1.0.0.I20070426) “JSch Core” [Active]
org.eclipse.jsch.ui (1.0.1.r33x_20070709) “JSch UI” [Starting]
org.eclipse.jst (1.0.2.zmyeclipse601200710) “J2EE Standard Tools (JST)” [Resolved]
org.eclipse.jst.common.annotations.controller (1.1.2.v200708301745) “Annotation Controller Plug-in” [Resolved]
org.eclipse.jst.common.annotations.core (1.1.2.v200706120315) “Annotation Core Plug-in” [Resolved]
org.eclipse.jst.common.annotations.ui (1.1.2.v200706120315) “Annotations UI Plug-in” [Starting]
org.eclipse.jst.common.frameworks (1.1.102.v200709122200) “Integration Plug-in” [Active]
org.eclipse.jst.common.project.facet.core (1.1.1.v200706120315) “Project Facet Core (Java Support)” [Starting]
org.eclipse.jst.ejb.ui (1.1.102.v200709122200) “WTP EJB UI Plug-in” [Starting]
org.eclipse.jst.j2ee (1.1.105.zmyeclipse601200710) “J2EE Component” [Active]
org.eclipse.jst.j2ee.core (1.1.103.v200709191000) “J2EE Core Component” [Active]
org.eclipse.jst.j2ee.ejb (1.1.104.zmyeclipse601200710) “EJB component Plug-in” [Starting]
org.eclipse.jst.j2ee.ejb.annotation.model (1.1.2.v200706120315) “EJB Annotation Model Plug-in” [Starting]
org.eclipse.jst.j2ee.ejb.annotations.emitter (1.1.2.v200708301745) “EJB Emitter Plug-in” [Starting]
org.eclipse.jst.j2ee.ejb.annotations.ui (1.1.2.v200706191638) “EJB Annotations Ui Plug-in” [Starting]
org.eclipse.jst.j2ee.ejb.annotations.xdoclet (1.1.2.zmyeclipse601200710) “Xdoclet Annotations Plug-in” [Starting]
org.eclipse.jst.j2ee.infopop (1.0.203.v200706110217) “J2EE tools infopops” [Resolved]
org.eclipse.jst.j2ee.jca (1.1.104.zmyeclipse601200710) “JCA Plug-in” [Starting]
org.eclipse.jst.j2ee.jca.ui (1.1.100.v200706071630) “WTP JCA UI Plug-in” [Starting]
org.eclipse.jst.j2ee.navigator.ui (1.1.102.v200709122200) “J2EE Extensions to Common Navigator” [Starting]
org.eclipse.jst.j2ee.ui (1.1.102.zmyeclipse601200710) “WTP J2EE UI Plug-in” [Starting]
org.eclipse.jst.j2ee.web (1.1.104.zmyeclipse601200710) “Web Plug-in” [Starting]
org.eclipse.jst.j2ee.webservice (1.1.101.v200709122200) “Web Service Plug-in” [Starting]
org.eclipse.jst.j2ee.webservice.ui (1.1.102.v200709122200) “WTP Webservice UI Plug-in” [Starting]
org.eclipse.jst.j2ee.xdoclet.runtime (1.1.2.v200706120315) “XDocletRuntime Plug-in” [Starting]
org.eclipse.jst.jee (1.0.1.v200709251200) “JEE common Plug-in” [Active]
org.eclipse.jst.jee.ejb (1.0.1.v200709251200) “JEE Ejb Plug-in” [Starting]
org.eclipse.jst.jee.ui (1.0.1.v200709122200) “Ui Plug-in” [Starting]
org.eclipse.jst.jee.web (1.0.1.v200709251200) “JEE Web Plug-in” [Starting]
org.eclipse.jst.jsf.common (1.0.1.zmyeclipse601200710) “JavaServer Faces Tools – Common” [Active]
org.eclipse.jst.jsf.common.ui (1.0.1.zmyeclipse601200710) “JavaServer Faces Tools – Common UI” [Active]
org.eclipse.jst.jsf.core (1.0.1.zmyeclipse601200710) “JavaServer Faces Tools – Core” [Active]
org.eclipse.jst.jsf.facesconfig (1.0.1.zmyeclipse601200710) “JavaServer Faces Tools – FacesConfig Model” [Active]
org.eclipse.jst.jsf.facesconfig.ui (1.0.1.v20070912) “JavaServer Faces Tools – FacesConfig Editor” [Starting]
org.eclipse.jst.jsf.standard.tagsupport (1.0.1.v20070912) “JavaServer Faces Tools – Taglibrary Metadata” [Starting]
org.eclipse.jst.jsf.ui (1.0.1.zmyeclipse601200710) “JavaServer Faces Tools – UI” [Active]
org.eclipse.jst.jsp.core (1.2.1.zmyeclipse601200710) “Structured Source JSP Model” [Active]
org.eclipse.jst.jsp.ui (1.1.201.zmyeclipse601200710) “SSE JSP Source Editor” [Active]
org.eclipse.jst.jsp.ui.infopop (1.0.3.v200706110217) “JSP tools infopops” [Resolved]
org.eclipse.jst.pagedesigner (1.0.1.zmyeclipse601200710) “JavaServer Faces Tools – Web Page Editor” [Active]
org.eclipse.jst.pagedesigner.jsf.ui (1.0.1.zmyeclipse601200710) “JavaServer Faces Tools – Pagedesigner UI” [Active]
org.eclipse.jst.pagedesigner.jsp.core (1.0.1.zmyeclipse601200710) “JavaServer Faces Tools – JSP Core Pagedesigner” [Active]
org.eclipse.jst.server.core (1.0.205.v20070829b) “Java Server Support” [Starting]
org.eclipse.jst.server.generic.core (1.0.205.v200709061325) “Generic Server Plugin” [Starting]
org.eclipse.jst.server.generic.jboss (1.5.105.v200709061325) “JBoss Generic server definitions” [Starting]
org.eclipse.jst.server.generic.jonas (1.5.105.v200709061325) “JOnAS Generic Server definitions” [Starting]
org.eclipse.jst.server.generic.oc4j (1.5.105.v200709061325) “Oracle OC4J v10.1.3 DP4 Generic Server Definition Core Plug-in” [Starting]
org.eclipse.jst.server.generic.ui (1.0.205.v200709061325) “Generic Server Plugin UI” [Starting]
org.eclipse.jst.server.installable (1.5.102.v20070608) “Installable server adapters” [Resolved]
org.eclipse.jst.server.preview.adapter (1.0.1.v20070814b) “JEE Preview Server Support” [Starting]
org.eclipse.jst.server.tomcat.core (1.1.1.v20070827) “Apache Tomcat Support” [Starting]
org.eclipse.jst.server.tomcat.ui (1.1.0.v200705302225) “Apache Tomcat UI Support” [Starting]
org.eclipse.jst.server.ui (1.0.203.zmyeclipse601200710) “Java Server UI Support” [Starting]
org.eclipse.jst.server.ui.infopop (1.0.3.v200706110217) “Server Tools infopops for J2EE Standard Tools” [Resolved]
org.eclipse.jst.server.websphere.core (1.0.201.v20070608) “WebSphere Generic Server Definition Core Plug-in” [Starting]
org.eclipse.jst.servlet.ui (1.1.102.zmyeclipse601200710) “WTP Servlet UI Plug-in” [Starting]
org.eclipse.jst.servlet.ui.infopop (1.0.202.v200706110217) “Servlet infopop” [Starting]
org.eclipse.jst.standard.schemas (1.0.0.zmyeclipse601200710) “JEE Related Schemas” [Resolved]
org.eclipse.jst.ws (1.0.204.v200707251745) “Web Services” [Starting]
org.eclipse.jst.ws.axis.consumption.core (1.0.204.v200708151945) “Web service Axis Consumption Core” [Starting]
org.eclipse.jst.ws.axis.consumption.ui (1.0.203.v200708151945) “Webservice Axis Consumption UI” [Starting]
org.eclipse.jst.ws.axis.creation.ui (1.0.205.v200708151945) “Webservice Axis Creation UI” [Starting]
org.eclipse.jst.ws.axis.infopop (1.0.203.v200708222303) “Web services Axis context sensitive help” [Starting]
org.eclipse.jst.ws.axis2.consumption.core (1.0.1.v200708241921) “Webservice Axis2 Consumption Core Plug-in” [Starting]
org.eclipse.jst.ws.axis2.consumption.ui (1.0.1.v200709121418) “Webservice Axis2 Consumption UI Plug-in” [Starting]
org.eclipse.jst.ws.axis2.core (1.0.1.v200709191532) “Webservice Axis2 Core Plug-in” [Starting]
org.eclipse.jst.ws.axis2.creation.core (1.0.1.v200708241921) “Webservice Axis2 Creation Core Plug-in” [Starting]
org.eclipse.jst.ws.axis2.creation.ui (1.0.1.v200708241921) “Webservice Axis2 Creation UI Plug-in” [Starting]
org.eclipse.jst.ws.axis2.ui (1.0.1.v200708282350) “Webservice Axis2 UI Plug-in” [Starting]
org.eclipse.jst.ws.consumption (1.0.203.v200705311743) “Web Services Consumption” [Starting]
org.eclipse.jst.ws.consumption.infopop (1.0.203.v200706110217) “Web services UI” [Resolved]
org.eclipse.jst.ws.consumption.ui (1.0.205.v200708202218) “Web Services Consumption Graphical User Interface” [Starting]
org.eclipse.jst.ws.consumption.ui.doc.user (1.0.300.zmyeclipse601200710) “Web service consumption documentation” [Starting]
org.eclipse.jst.ws.creation.ejb.ui (1.0.100.v200706030600) “Web Services Creation EJB Graphical User Interface” [Resolved]
org.eclipse.jst.ws.creation.ui (1.0.205.v200708151945) “Web Services Creation Graphical User Interface” [Starting]
org.eclipse.jst.ws.doc.user (1.0.300.zmyeclipse601200710) “Web Services UI” [Resolved]
org.eclipse.jst.ws.infopop (1.0.203.v200709190403) “Web services UI” [Resolved]
org.eclipse.jst.ws.uddiregistry (1.0.200.v200705311743) “Web Services Universal Description Discovery and Integration Registry” [Starting]
org.eclipse.jst.ws.ui (1.0.202.v200708202218) “Web Services Graphical User Interface” [Starting]
org.eclipse.ltk.core.refactoring (3.3.1.r332_20080128) “Refactoring Core” [Active]
org.eclipse.ltk.ui.refactoring (3.3.1.r332_20080128) “Refactoring UI” [Active]
org.eclipse.osgi (3.3.2.R33x_v20080105) “OSGi System Bundle” [Active]
org.eclipse.osgi.services (3.1.200.v20070605) “OSGi Release 4.0.1 Services” [Resolved]
org.eclipse.osgi.util (3.1.200.v20070605) “OSGi Release 4.0.1 Utility Classes” [Resolved]
org.eclipse.pde (3.3.1.r33x_r20080129) “Eclipse Plug-in Development Environment” [Resolved]
org.eclipse.pde.build (3.3.2.v20071019) “Plug-in Development Environment Build Support” [Starting]
org.eclipse.pde.core (3.3.2.v20071121-0800) “Plug-in Development Core” [Starting]
org.eclipse.pde.doc.user (3.3.0.v20070614-0800) “Eclipse Plug-in Development User Guide” [Resolved]
org.eclipse.pde.junit.runtime (3.3.0.v20070608-1300) “PDE JUnit Plug-in Test” [Resolved]
org.eclipse.pde.runtime (3.3.0.v20070608-1300) “Plug-in Development Environment Runtime” [Starting]
org.eclipse.pde.source (3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL) “Eclipse Plug-in Development Environment Developer Resources” [Resolved]
org.eclipse.pde.ui (3.3.1.v20070912-0800) “Plug-in Development UI” [Starting]
org.eclipse.pde.ui.templates (3.3.0.v20070608-1300) “PDE Templates” [Starting]
org.eclipse.platform (3.3.3.r33x_r20080129) “Eclipse Platform” [Starting]
org.eclipse.platform.doc.isv (3.3.1.r331_v20070913) “Eclipse Platform Plug-in Developer Guide” [Starting]
org.eclipse.platform.doc.user (3.3.0.M20070913-1400) “Eclipse Workbench User Guide” [Starting]
org.eclipse.platform.source (3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft) “Eclipse Platform Plug-in Developer Resources” [Resolved]
org.eclipse.platform.source.linux.gtk.x86_64 (3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft) “Eclipse Platform Plug-in Developer Resources” [Resolved]
org.eclipse.rcp (3.2.1.r33x_r20080131) “Eclipse RCP” [Starting]
org.eclipse.rcp.source (3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc) “Eclipse RCP Plug-in Developer Resources” [Resolved]
org.eclipse.rcp.source.linux.gtk.x86_64 (3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc) “Eclipse RCP Plug-in Developer Resources” [Resolved]
org.eclipse.sdk (3.3.3.r33x_r20080129) “Eclipse Project SDK” [Starting]
org.eclipse.search (3.3.1.r331_v20070831-0800) “Search Support” [Starting]
org.eclipse.swt (3.3.2.v3349d) “Standard Widget Toolkit” [Resolved]
org.eclipse.swt.gtk.linux.x86_64 (3.3.2.v3349) “Standard Widget Toolkit for GTK 2.0” [Resolved]
org.eclipse.team.core (3.3.1.r33x_20080128) “Team Support Core” [Active]
org.eclipse.team.cvs.core (3.3.2.r33x_20080128) “CVS Team Provider Core” [Active]
org.eclipse.team.cvs.ssh (3.2.100.I20061208) “CVS SSH Core” [Starting]
org.eclipse.team.cvs.ssh2 (3.2.100.I20070604) “CVS SSH2” [Starting]
org.eclipse.team.cvs.ui (3.3.1.r33x_20070807) “CVS Team Provider UI” [Active]
org.eclipse.team.ui (3.3.2.r33x_20080128) “Team Support UI” [Active]
org.eclipse.text (3.3.0.v20070606-0010) “Text” [Resolved]
org.eclipse.tomcat (4.1.230.v20070531) “Tomca
Loyal WaterMemberbut if i add JSF capability by right-clicking on the project and choosing myeclipse> add JSF > choose Sun JSF reference and copy JSF TLDs
then create a new page based on the default JSF template, i find the following line on the page causing errors:<%@ taglib uri=”http://www.icesoft.com/icefaces/component” prefix=”ice” %>
What error do you get at this line?
javax.servlet.jsp.JspException: Cannot find FacesContext
Can you refer to this link and sure you have mapped the URL correctly:-
http://www.laliluna.de/115.htmlCan you go through the following tutorial, create a new JSF project and test if it works.
http://www.myeclipseide.com/documentation/quickstarts/jsf/ -
AuthorPosts