I can't run eclipse [message #10108] |
Thu, 20 January 2005 23:47  |
Eclipse User |
|
|
|
Originally posted by: mindstormrobot.earthlink.net
I have been trying to get eclipse working on my Pentium III Windows ME
machine and I have been having trouble. At first it wouldn't run
because I didn't have a JRE. I downloaded one of the java SDK's that
was recommended in the eclipse FAQ (the version is jdk 1.3.1_15 from
Sun). However eclipse still won't run. When I try to run it I get a
message that says "An error has occurred. See the log file
c:\eclipse\configuration\11062570.log" The name of the log file varies.
I looked at the log file but could not figure out what the problem was
from it. The log file text is copied into this message. Could someone
please tell me how to get this working?
Thanks,
David
!SESSION Jan 20, 2005 13:43:35.90
----------------------------------------------
eclipse.buildId=I200406251208
java.version=1.3.1_15
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.osgi Jan 20, 2005 13:43:35.90
!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 Jan 20, 2005 13:43:35.250
!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 Jan 20, 2005 13:43:35.250
!MESSAGE Bundle
initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
[1] was not resolved.
|
|
|
Re: I can't run eclipse [message #10134 is a reply to message #10108] |
Fri, 21 January 2005 01:44   |
Eclipse User |
|
|
|
I hate to say this but you may be better off running PCDOS than WinME.
WinME is the worst combination of Win98 and WinNT. It's, literally, a
bastard that even Microsoft refuses to maintain (support costs exceed sales
margins). If MS refuses to maintain it, how can you reasonably expect anyone
else to?
I'm sorry if this isn't good news. I'm not being facetious in recommending a
different OS. Current distro's of Linux are cheap and so is WinXPhome.
Personally, I recommend Win2KPRO, if you can find a copy. Failing that,
WinXPPRO. For doing J2EE work I suggest one of the server capable variants
(Win2KAS/Win03AS, or Linux).
--
T H E S L A M L A N D E R
Neuchatel, CH
http://slamlander.livejournal.com
Eclipse 3.0.1 on Sun JDK 1.50 with Win2K Advanced Server/CygWin
Caucho Resin and IIS on Sun JDK 1.50 with Win2K Advanced Server/CygWin
"David Rosenbaum" <mindstormrobot@earthlink.net> wrote in message
news:csq1di$aim$1@www.eclipse.org...
> I have been trying to get eclipse working on my Pentium III Windows ME
> machine and I have been having trouble. At first it wouldn't run
> because I didn't have a JRE. I downloaded one of the java SDK's that
> was recommended in the eclipse FAQ (the version is jdk 1.3.1_15 from
> Sun). However eclipse still won't run. When I try to run it I get a
> message that says "An error has occurred. See the log file
> c:\eclipse\configuration\11062570.log" The name of the log file varies.
> I looked at the log file but could not figure out what the problem was
> from it. The log file text is copied into this message. Could someone
> please tell me how to get this working?
>
> Thanks,
>
> David
>
> !SESSION Jan 20, 2005 13:43:35.90
> ----------------------------------------------
> eclipse.buildId=I200406251208
> java.version=1.3.1_15
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>
> !ENTRY org.eclipse.osgi Jan 20, 2005 13:43:35.90
> !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 Jan 20, 2005 13:43:35.250
> !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 Jan 20, 2005 13:43:35.250
> !MESSAGE Bundle
> initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
> [1] was not resolved.
>
|
|
|
|
Re: I can't run eclipse [message #11347 is a reply to message #10108] |
Fri, 21 January 2005 10:27   |
Eclipse User |
|
|
|
Originally posted by: davegabol.eircom.net
Hi,
I use Win ME and Eclipse runs fine on it. I'd agree that you need a newer
Java SDK installed. I've used v4 and am currently using v5, and both run
Eclipse without problems.
Dave.
"David Rosenbaum" <mindstormrobot@earthlink.net> wrote in message
news:csq1di$aim$1@www.eclipse.org...
> I have been trying to get eclipse working on my Pentium III Windows ME
> machine and I have been having trouble. At first it wouldn't run
> because I didn't have a JRE. I downloaded one of the java SDK's that
> was recommended in the eclipse FAQ (the version is jdk 1.3.1_15 from
> Sun). However eclipse still won't run. When I try to run it I get a
> message that says "An error has occurred. See the log file
> c:\eclipse\configuration\11062570.log" The name of the log file varies.
> I looked at the log file but could not figure out what the problem was
> from it. The log file text is copied into this message. Could someone
> please tell me how to get this working?
>
> Thanks,
>
> David
>
> !SESSION Jan 20, 2005 13:43:35.90
> ----------------------------------------------
> eclipse.buildId=I200406251208
> java.version=1.3.1_15
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>
> !ENTRY org.eclipse.osgi Jan 20, 2005 13:43:35.90
> !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 Jan 20, 2005 13:43:35.250
> !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 Jan 20, 2005 13:43:35.250
> !MESSAGE Bundle
> initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
> [1] was not resolved.
>
|
|
|
Re: I can't run eclipse [message #11382 is a reply to message #11347] |
Fri, 21 January 2005 10:28   |
Eclipse User |
|
|
|
Originally posted by: davegabol.eircom.net
Oops! I meant 1.4 of course :-)
"Dave Gabol" <davegabol@eircom.net> wrote in message
news:csr6t9$tlq$1@www.eclipse.org...
> Hi,
>
> I use Win ME and Eclipse runs fine on it. I'd agree that you need a newer
> Java SDK installed. I've used v4 and am currently using v5, and both run
> Eclipse without problems.
>
> Dave.
>
> "David Rosenbaum" <mindstormrobot@earthlink.net> wrote in message
> news:csq1di$aim$1@www.eclipse.org...
> > I have been trying to get eclipse working on my Pentium III Windows ME
> > machine and I have been having trouble. At first it wouldn't run
> > because I didn't have a JRE. I downloaded one of the java SDK's that
> > was recommended in the eclipse FAQ (the version is jdk 1.3.1_15 from
> > Sun). However eclipse still won't run. When I try to run it I get a
> > message that says "An error has occurred. See the log file
> > c:\eclipse\configuration\11062570.log" The name of the log file varies.
> > I looked at the log file but could not figure out what the problem was
> > from it. The log file text is copied into this message. Could someone
> > please tell me how to get this working?
> >
> > Thanks,
> >
> > David
> >
> > !SESSION Jan 20, 2005 13:43:35.90
> > ----------------------------------------------
> > eclipse.buildId=I200406251208
> > java.version=1.3.1_15
> > java.vendor=Sun Microsystems Inc.
> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> >
> > !ENTRY org.eclipse.osgi Jan 20, 2005 13:43:35.90
> > !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 Jan 20, 2005 13:43:35.250
> > !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 Jan 20, 2005 13:43:35.250
> > !MESSAGE Bundle
> >
initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.0/
> > [1] was not resolved.
> >
>
>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.30618 seconds