Newbie with installation problem [message #277461] |
Sat, 11 December 2004 22:16  |
Eclipse User |
|
|
|
Originally posted by: anonymous.anonymous.com
Runnning Windows ME
Downloaded 3.01 and extracted to external drive G:
When I run eclipse, I get a message to check the .log file in the
configuration folder.
The last few lines are as follows
!ENTRY org.eclipse.osgi Dec 11, 2004 21:55:08.810
!MESSAGE Bundle
initial@reference:file:g:/Program/eclipse/plugins/org.eclipse.core.runtime_3
..0.1/ [1] was not resolved.
I do have the Java developers kit installed.
Sorry if I posted this in the wrong newsgroup.
Any help appreciated
Bob T
|
|
|
|
Re: Newbie with installation problem [message #277469 is a reply to message #277463] |
Sun, 12 December 2004 08:41   |
Eclipse User |
|
|
|
Originally posted by: anonymous.anonymous.com
Thanks for the prompt reply.
After I did a file search on my java.exe and javaw.exe, I found three
different versions. The one in c:\windows was from 2001 while I had a
version from 2003 in another folder. I tried to simply replace java.exec
and javaw.exe ones in c:\windows (newbie update) but it failed when I ran
eclipse. Do I have to find a later version and install? Sorry but as you
can see I am a real newbie.
BTW following is the entire log file.
Once again thanks for the reply
!SESSION Dec 12, 2004
08:31:47.250 ---------------------------------------------
eclipse.buildId=M200409161125
java.version=1.3.1
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
!ENTRY org.eclipse.osgi Dec 12, 2004 08:31:47.250
!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: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 Dec 12, 2004 08:31:47.470
!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:557)
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:660)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateM anifest(EclipseB
undleData.java:233)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManif est(EclipseBundl
eData.java:191)
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:280)
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: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 Dec 12, 2004 08:31:47.520
!MESSAGE Bundle
initial@reference:file:g:/Program/eclipse/plugins/org.eclipse.core.runtime_3
..0.1/ [1] was not resolved.
<user@domain.invalid> wrote in message news:cpgk58$pl9$1@www.eclipse.org...
> it would be easier to make an intelligent statement if you posted the
> complete log. what version of java do you think you are running?
>
> norwood sisson
>
> BobT wrote:
> > Runnning Windows ME
> > Downloaded 3.01 and extracted to external drive G:
> > When I run eclipse, I get a message to check the .log file in the
> > configuration folder.
> >
> > The last few lines are as follows
> >
> > !ENTRY org.eclipse.osgi Dec 11, 2004 21:55:08.810
> > !MESSAGE Bundle
> >
initial@reference:file:g:/Program/eclipse/plugins/org.eclipse.core.runtime_3
> > .0.1/ [1] was not resolved.
> >
> > I do have the Java developers kit installed.
> >
> > Sorry if I posted this in the wrong newsgroup.
> >
> > Any help appreciated
> >
> > Bob T
|
|
|
Re: Newbie with installation problem [message #277471 is a reply to message #277469] |
Sun, 12 December 2004 09:18   |
Eclipse User |
|
|
|
You've got to use a JRE or JDK version 1.4.1 or higher.
http://java.sun.com/j2se/1.4.2/download.html
Cheers,
Torsten
BobT wrote:
> Thanks for the prompt reply.
> After I did a file search on my java.exe and javaw.exe, I found three
> different versions. The one in c:\windows was from 2001 while I had a
> version from 2003 in another folder. I tried to simply replace java.exec
> and javaw.exe ones in c:\windows (newbie update) but it failed when I ran
> eclipse. Do I have to find a later version and install? Sorry but as you
> can see I am a real newbie.
> BTW following is the entire log file.
> Once again thanks for the reply
>
> !SESSION Dec 12, 2004
> 08:31:47.250 ---------------------------------------------
> eclipse.buildId=M200409161125
> java.version=1.3.1
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
>
> !ENTRY org.eclipse.osgi Dec 12, 2004 08:31:47.250
> !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: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 Dec 12, 2004 08:31:47.470
> !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:557)
> 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:660)
> at
> org.eclipse.core.runtime.adaptor.EclipseBundleData.generateM anifest(EclipseB
> undleData.java:233)
> at
> org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManif est(EclipseBundl
> eData.java:191)
> 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:280)
> 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: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 Dec 12, 2004 08:31:47.520
> !MESSAGE Bundle
> initial@reference:file:g:/Program/eclipse/plugins/org.eclipse.core.runtime_3
> .0.1/ [1] was not resolved.
>
> <user@domain.invalid> wrote in message news:cpgk58$pl9$1@www.eclipse.org...
>
>>it would be easier to make an intelligent statement if you posted the
>>complete log. what version of java do you think you are running?
>>
>>norwood sisson
>>
>>BobT wrote:
>>
>>>Runnning Windows ME
>>>Downloaded 3.01 and extracted to external drive G:
>>>When I run eclipse, I get a message to check the .log file in the
>>>configuration folder.
>>>
>>>The last few lines are as follows
>>>
>>>!ENTRY org.eclipse.osgi Dec 11, 2004 21:55:08.810
>>>!MESSAGE Bundle
>>>
>
> initial@reference:file:g:/Program/eclipse/plugins/org.eclipse.core.runtime_3
>
>>>.0.1/ [1] was not resolved.
>>>
>>>I do have the Java developers kit installed.
>>>
>>>Sorry if I posted this in the wrong newsgroup.
>>>
>>>Any help appreciated
>>>
>>>Bob T
>
>
>
|
|
|
Re: Newbie with installation problem [message #277474 is a reply to message #277471] |
Sun, 12 December 2004 09:42  |
Eclipse User |
|
|
|
Originally posted by: anonymous.anonymous.com
Thank you for the info.
BobT
"Torsten Schlumm" <torsten.schlumm@gmx.de> wrote in message
news:cphjs5$719$1@www.eclipse.org...
> You've got to use a JRE or JDK version 1.4.1 or higher.
>
> http://java.sun.com/j2se/1.4.2/download.html
>
> Cheers,
> Torsten
>
> BobT wrote:
> > Thanks for the prompt reply.
> > After I did a file search on my java.exe and javaw.exe, I found three
> > different versions. The one in c:\windows was from 2001 while I had a
> > version from 2003 in another folder. I tried to simply replace
java.exec
> > and javaw.exe ones in c:\windows (newbie update) but it failed when I
ran
> > eclipse. Do I have to find a later version and install? Sorry but as
you
> > can see I am a real newbie.
> > BTW following is the entire log file.
> > Once again thanks for the reply
> >
> > !SESSION Dec 12, 2004
> > 08:31:47.250 ---------------------------------------------
> > eclipse.buildId=M200409161125
> > java.version=1.3.1
> > java.vendor=Sun Microsystems Inc.
> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> >
> > !ENTRY org.eclipse.osgi Dec 12, 2004 08:31:47.250
> > !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: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 Dec 12, 2004 08:31:47.470
> > !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:557)
> > 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:660)
> > at
> >
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateM anifest(EclipseB
> > undleData.java:233)
> > at
> >
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManif est(EclipseBundl
> > eData.java:191)
> > 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:280)
> > 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: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 Dec 12, 2004 08:31:47.520
> > !MESSAGE Bundle
> >
initial@reference:file:g:/Program/eclipse/plugins/org.eclipse.core.runtime_3
> > .0.1/ [1] was not resolved.
> >
> > <user@domain.invalid> wrote in message
news:cpgk58$pl9$1@www.eclipse.org...
> >
> >>it would be easier to make an intelligent statement if you posted the
> >>complete log. what version of java do you think you are running?
> >>
> >>norwood sisson
> >>
> >>BobT wrote:
> >>
> >>>Runnning Windows ME
> >>>Downloaded 3.01 and extracted to external drive G:
> >>>When I run eclipse, I get a message to check the .log file in the
> >>>configuration folder.
> >>>
> >>>The last few lines are as follows
> >>>
> >>>!ENTRY org.eclipse.osgi Dec 11, 2004 21:55:08.810
> >>>!MESSAGE Bundle
> >>>
> >
> >
initial@reference:file:g:/Program/eclipse/plugins/org.eclipse.core.runtime_3
> >
> >>>.0.1/ [1] was not resolved.
> >>>
> >>>I do have the Java developers kit installed.
> >>>
> >>>Sorry if I posted this in the wrong newsgroup.
> >>>
> >>>Any help appreciated
> >>>
> >>>Bob T
> >
> >
> >
|
|
|
Powered by
FUDForum. Page generated in 0.04733 seconds