Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » eclipse 3.0 on win XP and Sun solaris 8.0
eclipse 3.0 on win XP and Sun solaris 8.0 [message #266128] Mon, 09 August 2004 16:55 Go to next message
Eclipse UserFriend
Originally posted by: ssmvv01.yahoo.com

I downloaded eclipse 3.0 on windows XP as well as on Sun Solaris 8.0 and
installed it. Trying to execute eclipse and getting the following
problem: Please help.

!SESSION Aug 09, 2004 13:25:05.10
----------------------------------------------
eclipse.buildId=I200406251208
java.version=1.3.1_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.10
!MESSAGE Error registering XML parser services.
!STACK 0
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.registerEndo rsedXMLParser(EclipseAdaptor.java:272)
at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkSta rt(EclipseAdaptor.java:253)
at
org.eclipse.osgi.framework.internal.core.SystemBundleActivat or.start(SystemBundleActivator.java:61)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1 .run(BundleContextImpl.java:958)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:954)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:937)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:553)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:477)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:273)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(StartLevelManager.java:243)
at
org.eclipse.osgi.framework.internal.core.SystemBundle.resume (SystemBundle.java:166)
at
org.eclipse.osgi.framework.internal.core.Framework.launch(Fr amework.java:425)
at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:216)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)

!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.130
!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.parsePl uginInfo(PluginConverterImpl.java:552)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPlu ginInfo(PluginConverterImpl.java:111)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.convert Manifest(PluginConverterImpl.java:655)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateM anifest(EclipseBundleData.java:219)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManif est(EclipseBundleData.java:177)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.getManife st(EclipseBundleData.java:159)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromM anifest(EclipseBundleData.java:266)
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBu ndleData.initializeNewBundle(DefaultBundleData.java:77)
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAd aptor$1.begin(DefaultAdaptor.java:451)
at
org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(Framework.java:746)
at
org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:664)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.java:715)
at
org.eclipse.osgi.framework.internal.core.Framework.installBu ndle(Framework.java:659)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.i nstallBundle(BundleContextImpl.java:219)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarter.java:800)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStarter.java:429)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:222)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)

!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.140
!MESSAGE Bundle
initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
[1] was not resolved.
Re: eclipse 3.0 on win XP and Sun solaris 8.0 [message #266130 is a reply to message #266128] Mon, 09 August 2004 16:59 Go to previous messageGo to next message
Eclipse UserFriend
You will require at least a 1.4.1 VM when using Eclipse 3.0
This is documented on the download page.

HTH
Darins

"ssm" <ssmvv01@yahoo.com> wrote in message news:cf8o78$h39$1@eclipse.org...
> I downloaded eclipse 3.0 on windows XP as well as on Sun Solaris 8.0 and
> installed it. Trying to execute eclipse and getting the following
> problem: Please help.
>
> !SESSION Aug 09, 2004 13:25:05.10
> ----------------------------------------------
> eclipse.buildId=I200406251208
> java.version=1.3.1_01
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>
> !ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.10
> !MESSAGE Error registering XML parser services.
> !STACK 0
> 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.registerEndo rsedXMLParser(Ec
lipseAdaptor.java:272)
> at
>
org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkSta rt(EclipseAdapto
r.java:253)
> at
>
org.eclipse.osgi.framework.internal.core.SystemBundleActivat or.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.s tartActivator(Bu
ndleContextImpl.java:954)
> at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleConte
xtImpl.java:937)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(Sta
rtLevelManager.java:553)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLeve
lManager.java:477)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(S
tartLevelManager.java:273)
> at
>
org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(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(Fr amework.java:425
)
> at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
216)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
> at java.lang.reflect.Method.invoke(Native Method)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
> at org.eclipse.core.launcher.Main.run(Main.java:644)
> at org.eclipse.core.launcher.Main.main(Main.java:628)
>
> !ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.130
> !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.parsePl uginInfo(PluginC
onverterImpl.java:552)
> at
>
org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPlu ginInfo(PluginCo
nverterImpl.java:111)
> at
>
org.eclipse.core.runtime.adaptor.PluginConverterImpl.convert Manifest(PluginC
onverterImpl.java:655)
> at
>
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateM anifest(EclipseB
undleData.java:219)
> at
>
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManif est(EclipseBundl
eData.java:177)
> at
>
org.eclipse.core.runtime.adaptor.EclipseBundleData.getManife st(EclipseBundle
Data.java:159)
> at
>
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromM anifest(EclipseB
undleData.java:266)
> at
>
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBu ndleData.initial
izeNewBundle(DefaultBundleData.java:77)
> at
>
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAd aptor$1.begin(De
faultAdaptor.java:451)
> at
>
org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(F
ramework.java:746)
> at
>
org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:664)
> at java.security.AccessController.doPrivileged(Native Method)
> at
>
org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.j
ava:715)
> at
>
org.eclipse.osgi.framework.internal.core.Framework.installBu ndle(Framework.j
ava:659)
> at
>
org.eclipse.osgi.framework.internal.core.BundleContextImpl.i nstallBundle(Bun
dleContextImpl.java:219)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarte
r.java:800)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStar
ter.java:429)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
222)
> at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
> at java.lang.reflect.Method.invoke(Native Method)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
> at org.eclipse.core.launcher.Main.run(Main.java:644)
> at org.eclipse.core.launcher.Main.main(Main.java:628)
>
> !ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.140
> !MESSAGE Bundle
> initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
> [1] was not resolved.
Re: eclipse 3.0 on win XP and Sun solaris 8.0 [message #266132 is a reply to message #266130] Mon, 09 August 2004 17:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ssmvv01.yahoo.com

Darin,


I am just new to eclipse env. I have installed j2sdk1.4.2_05. I would
like to configure eclipse with j2sdk1.4.2_05. Where should I setup
j2sdk1.4.2_05 so that when I execute eclispe it should recognise
j2sdk1.4.2_05.

Thanks,


Darin Swanson wrote:

> You will require at least a 1.4.1 VM when using Eclipse 3.0
> This is documented on the download page.
>
> HTH
> Darins
>
> "ssm" <ssmvv01@yahoo.com> wrote in message news:cf8o78$h39$1@eclipse.org...
>
>>I downloaded eclipse 3.0 on windows XP as well as on Sun Solaris 8.0 and
>>installed it. Trying to execute eclipse and getting the following
>>problem: Please help.
>>
>>!SESSION Aug 09, 2004 13:25:05.10
>>----------------------------------------------
>>eclipse.buildId=I200406251208
>>java.version=1.3.1_01
>>java.vendor=Sun Microsystems Inc.
>>BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>>
>>!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.10
>>!MESSAGE Error registering XML parser services.
>>!STACK 0
>>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.registerEndo rsedXMLParser(Ec
> lipseAdaptor.java:272)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkSta rt(EclipseAdapto
> r.java:253)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.SystemBundleActivat or.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.s tartActivator(Bu
> ndleContextImpl.java:954)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleConte
> xtImpl.java:937)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(Sta
> rtLevelManager.java:553)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLeve
> lManager.java:477)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(S
> tartLevelManager.java:273)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(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(Fr amework.java:425
> )
>
>>at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51)
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
> 216)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
>
>>at java.lang.reflect.Method.invoke(Native Method)
>>at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
>>at org.eclipse.core.launcher.Main.run(Main.java:644)
>>at org.eclipse.core.launcher.Main.main(Main.java:628)
>>
>>!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.130
>>!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.parsePl uginInfo(PluginC
> onverterImpl.java:552)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPlu ginInfo(PluginCo
> nverterImpl.java:111)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.PluginConverterImpl.convert Manifest(PluginC
> onverterImpl.java:655)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseBundleData.generateM anifest(EclipseB
> undleData.java:219)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManif est(EclipseBundl
> eData.java:177)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseBundleData.getManife st(EclipseBundle
> Data.java:159)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromM anifest(EclipseB
> undleData.java:266)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBu ndleData.initial
> izeNewBundle(DefaultBundleData.java:77)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAd aptor$1.begin(De
> faultAdaptor.java:451)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(F
> ramework.java:746)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:664)
>
>>at java.security.AccessController.doPrivileged(Native Method)
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.j
> ava:715)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.Framework.installBu ndle(Framework.j
> ava:659)
>
>>at
>>
>
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.i nstallBundle(Bun
> dleContextImpl.java:219)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarte
> r.java:800)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStar
> ter.java:429)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
> 222)
>
>>at
>>
>
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
>
>>at java.lang.reflect.Method.invoke(Native Method)
>>at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
>>at org.eclipse.core.launcher.Main.run(Main.java:644)
>>at org.eclipse.core.launcher.Main.main(Main.java:628)
>>
>>!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.140
>>!MESSAGE Bundle
>>initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
>>[1] was not resolved.
>
>
>
Re: eclipse 3.0 on win XP and Sun solaris 8.0 [message #266142 is a reply to message #266132] Mon, 09 August 2004 17:29 Go to previous messageGo to next message
Eclipse UserFriend
The easiest way is to make use of the -vm argument when starting Eclipse to
point to your 1.4.2 install
This and many other questions like this are covered in
http://www.eclipsefaq.org/chris/faq/

See FAQ 25 etc

HTH
Darins
"ssm" <ssmvv01@yahoo.com> wrote in message news:cf8pb7$ioq$1@eclipse.org...
> Darin,
>
>
> I am just new to eclipse env. I have installed j2sdk1.4.2_05. I would
> like to configure eclipse with j2sdk1.4.2_05. Where should I setup
> j2sdk1.4.2_05 so that when I execute eclispe it should recognise
> j2sdk1.4.2_05.
>
> Thanks,
>
>
> Darin Swanson wrote:
>
> > You will require at least a 1.4.1 VM when using Eclipse 3.0
> > This is documented on the download page.
> >
> > HTH
> > Darins
> >
> > "ssm" <ssmvv01@yahoo.com> wrote in message
news:cf8o78$h39$1@eclipse.org...
> >
> >>I downloaded eclipse 3.0 on windows XP as well as on Sun Solaris 8.0 and
> >>installed it. Trying to execute eclipse and getting the following
> >>problem: Please help.
> >>
> >>!SESSION Aug 09, 2004 13:25:05.10
> >>----------------------------------------------
> >>eclipse.buildId=I200406251208
> >>java.version=1.3.1_01
> >>java.vendor=Sun Microsystems Inc.
> >>BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> >>
> >>!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.10
> >>!MESSAGE Error registering XML parser services.
> >>!STACK 0
> >>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.registerEndo rsedXMLParser(Ec
> > lipseAdaptor.java:272)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkSta rt(EclipseAdapto
> > r.java:253)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.SystemBundleActivat or.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.s tartActivator(Bu
> > ndleContextImpl.java:954)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleConte
> > xtImpl.java:937)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(Sta
> > rtLevelManager.java:553)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLeve
> > lManager.java:477)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(S
> > tartLevelManager.java:273)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(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(Fr amework.java:425
> > )
> >
> >>at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51)
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
> > 216)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
> >
> >>at java.lang.reflect.Method.invoke(Native Method)
> >>at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
> >>at org.eclipse.core.launcher.Main.run(Main.java:644)
> >>at org.eclipse.core.launcher.Main.main(Main.java:628)
> >>
> >>!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.130
> >>!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.parsePl uginInfo(PluginC
> > onverterImpl.java:552)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPlu ginInfo(PluginCo
> > nverterImpl.java:111)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.PluginConverterImpl.convert Manifest(PluginC
> > onverterImpl.java:655)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateM anifest(EclipseB
> > undleData.java:219)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManif est(EclipseBundl
> > eData.java:177)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseBundleData.getManife st(EclipseBundle
> > Data.java:159)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromM anifest(EclipseB
> > undleData.java:266)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBu ndleData.initial
> > izeNewBundle(DefaultBundleData.java:77)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAd aptor$1.begin(De
> > faultAdaptor.java:451)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(F
> > ramework.java:746)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:664)
> >
> >>at java.security.AccessController.doPrivileged(Native Method)
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.j
> > ava:715)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.Framework.installBu ndle(Framework.j
> > ava:659)
> >
> >>at
> >>
> >
> >
org.eclipse.osgi.framework.internal.core.BundleContextImpl.i nstallBundle(Bun
> > dleContextImpl.java:219)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarte
> > r.java:800)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStar
> > ter.java:429)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
> > 222)
> >
> >>at
> >>
> >
> >
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
> >
> >>at java.lang.reflect.Method.invoke(Native Method)
> >>at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
> >>at org.eclipse.core.launcher.Main.run(Main.java:644)
> >>at org.eclipse.core.launcher.Main.main(Main.java:628)
> >>
> >>!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.140
> >>!MESSAGE Bundle
>
>>initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
> >>[1] was not resolved.
> >
> >
> >
Re: eclipse 3.0 on win XP and Sun solaris 8.0 [message #266485 is a reply to message #266142] Wed, 11 August 2004 10:50 Go to previous message
Eclipse UserFriend
Originally posted by: sandeep.vaidya.ericsson.com

I had a similar error so I installed j2sdk1.4.2_05. Now i am able to start
eclipse from the command line and by using the -vm arguement.

However, ( I am on Windows 2000) when I double click on the eclipse icon
(eclipse.exe) I still get the same error. Obviously some config somwhere
needs to be changed??

Kind Regards,
sandeep

Darin Swanson wrote:

> The easiest way is to make use of the -vm argument when starting Eclipse to
> point to your 1.4.2 install
> This and many other questions like this are covered in
> http://www.eclipsefaq.org/chris/faq/

> See FAQ 25 etc

> HTH
> Darins
> "ssm" <ssmvv01@yahoo.com> wrote in message news:cf8pb7$ioq$1@eclipse.org...
> > Darin,
> >
> >
> > I am just new to eclipse env. I have installed j2sdk1.4.2_05. I would
> > like to configure eclipse with j2sdk1.4.2_05. Where should I setup
> > j2sdk1.4.2_05 so that when I execute eclispe it should recognise
> > j2sdk1.4.2_05.
> >
> > Thanks,
> >
> >
> > Darin Swanson wrote:
> >
> > > You will require at least a 1.4.1 VM when using Eclipse 3.0
> > > This is documented on the download page.
> > >
> > > HTH
> > > Darins
> > >
> > > "ssm" <ssmvv01@yahoo.com> wrote in message
> news:cf8o78$h39$1@eclipse.org...
> > >
> > >>I downloaded eclipse 3.0 on windows XP as well as on Sun Solaris 8.0 and
> > >>installed it. Trying to execute eclipse and getting the following
> > >>problem: Please help.
> > >>
> > >>!SESSION Aug 09, 2004 13:25:05.10
> > >>----------------------------------------------
> > >>eclipse.buildId=I200406251208
> > >>java.version=1.3.1_01
> > >>java.vendor=Sun Microsystems Inc.
> > >>BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> > >>
> > >>!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.10
> > >>!MESSAGE Error registering XML parser services.
> > >>!STACK 0
> > >>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.registerEndo rsedXMLParser(Ec
> > > lipseAdaptor.java:272)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkSta rt(EclipseAdapto
> > > r.java:253)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.SystemBundleActivat or.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.s tartActivator(Bu
> > > ndleContextImpl.java:954)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleConte
> > > xtImpl.java:937)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(Sta
> > > rtLevelManager.java:553)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLeve
> > > lManager.java:477)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(S
> > > tartLevelManager.java:273)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.StartLevelManager.l aunch(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(Fr amework.java:425
> > > )
> > >
> > >>at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.ja va:51)
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
> > > 216)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
> > >
> > >>at java.lang.reflect.Method.invoke(Native Method)
> > >>at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
> > >>at org.eclipse.core.launcher.Main.run(Main.java:644)
> > >>at org.eclipse.core.launcher.Main.main(Main.java:628)
> > >>
> > >>!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.130
> > >>!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.parsePl uginInfo(PluginC
> > > onverterImpl.java:552)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPlu ginInfo(PluginCo
> > > nverterImpl.java:111)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.PluginConverterImpl.convert Manifest(PluginC
> > > onverterImpl.java:655)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseBundleData.generateM anifest(EclipseB
> > > undleData.java:219)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManif est(EclipseBundl
> > > eData.java:177)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseBundleData.getManife st(EclipseBundle
> > > Data.java:159)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromM anifest(EclipseB
> > > undleData.java:266)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBu ndleData.initial
> > > izeNewBundle(DefaultBundleData.java:77)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAd aptor$1.begin(De
> > > faultAdaptor.java:451)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.Framework.installWo rkerPrivileged(F
> > > ramework.java:746)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.Framework$2.run(Fra mework.java:664)
> > >
> > >>at java.security.AccessController.doPrivileged(Native Method)
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.Framework.installWo rker(Framework.j
> > > ava:715)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.Framework.installBu ndle(Framework.j
> > > ava:659)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.i nstallBundle(Bun
> > > dleContextImpl.java:219)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseStarter.installBundl es(EclipseStarte
> > > r.java:800)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBun dles(EclipseStar
> > > ter.java:429)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseStarter.startup(Ecli pseStarter.java:
> > > 222)
> > >
> > >>at
> > >>
> > >
> > >
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:127)
> > >
> > >>at java.lang.reflect.Method.invoke(Native Method)
> > >>at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
> > >>at org.eclipse.core.launcher.Main.run(Main.java:644)
> > >>at org.eclipse.core.launcher.Main.main(Main.java:628)
> > >>
> > >>!ENTRY org.eclipse.osgi Aug 09, 2004 13:25:05.140
> > >>!MESSAGE Bundle
> >
> >>initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
> > >>[1] was not resolved.
> > >
> > >
> > >
Previous Topic:save all command is not working
Next Topic:getGlobalActionHandler
Goto Forum:
  


Current Time: Tue Jul 22 15:56:43 EDT 2025

Powered by FUDForum. Page generated in 0.03903 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top