Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
答复: [gef-dev] javax.xml.parsers.SAXParserFactory error

make sure you have a correct vision of jsf for eclipse3.0
or jre path is correct 
I think so:)


-----原始邮件-----
发件人: gef-dev-bounces@xxxxxxxxxxx [mailto:gef-dev-bounces@xxxxxxxxxxx]代表 Raghuveer Vellanki
发送时间: 2005年4月4日 22:45
收件人: gef-dev@xxxxxxxxxxx
主题: [gef-dev] javax.xml.parsers.SAXParserFactory error


Dear support,
I am interested to run a sample JSF application on JSF studio.
I have downloadad JSF studio plugin for eclipse 3.0.

I am unale to proceed further due to below exceptions with eclipse.

Please help me to resolve the issue.Any help ?









------------------------
java.lang.ClassNotFoundException: javax.xml.parsers.SAXParserFactory
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.registerEndorsedXMLParser(Ec
lipseAdaptor.java:272)
	at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStart(EclipseAdapto
r.java:253)
	at
org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start(SystemB
undleActivator.java:61)
	at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleConte
xtImpl.java:958)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(Bu
ndleContextImpl.java:954)
	at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleConte
xtImpl.java:937)
	at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(Sta
rtLevelManager.java:553)
	at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLeve
lManager.java:477)
	at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(S
tartLevelManager.java:273)
	at
org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevel
Manager.java:243)
	at
org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.ja
va:166)
	at
org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:425
)
	at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:
216)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
	at org.eclipse.core.launcher.Main.run(Main.java:704)
	at org.eclipse.core.launcher.Main.main(Main.java:688)

!ENTRY org.eclipse.osgi Apr 04, 2005 19:02:51.359
!MESSAGE Startup error
!STACK 1
java.lang.NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler
	at java.lang.ClassLoader.defineClass0(Native Method)
	at java.lang.ClassLoader.defineClass(Unknown Source)
	at java.security.SecureClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.defineClass(Unknown Source)
	at java.net.URLClassLoader.access$100(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
	at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.parsePluginInfo(PluginC
onverterImpl.java:557)
	at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo(PluginCo
nverterImpl.java:111)
	at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest(PluginC
onverterImpl.java:660)
	at
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateManifest(EclipseB
undleData.java:233)
	at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManifest(EclipseBundl
eData.java:191)
	at
org.eclipse.core.runtime.adaptor.EclipseBundleData.getManifest(EclipseBundle
Data.java:159)
	at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromManifest(EclipseB
undleData.java:280)
	at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBundleData.initial
izeNewBundle(DefaultBundleData.java:77)
	at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor$1.begin(De
faultAdaptor.java:451)
	at
org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(F
ramework.java:746)
	at
org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:664)
	at java.security.AccessController.doPrivileged(Native Method)
	at
org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.j
ava:715)
	at
org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.j
ava:659)
	at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(Bun
dleContextImpl.java:219)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundles(EclipseStarte
r.java:800)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStar
ter.java:429)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:
222)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
	at org.eclipse.core.launcher.Main.run(Main.java:704)
	at org.eclipse.core.launcher.Main.main(Main.java:688)

!ENTRY org.eclipse.osgi Apr 04, 2005 19:02:51.359
!MESSAGE Bundle
initial@reference:file:f:/eclipse/eclipse/plugins/org.eclipse.core.runtime_3
.0.2/ [1] was not resolved.

_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef-dev


Back to the top