Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » installation problems
installation problems [message #177699] Wed, 15 September 2004 03:53 Go to next message
Eclipse UserFriend
Originally posted by: peter.synobsys.be

! Hi,

I'm getting the following error when I try to startup Elcipse 3.0:

What I find strange is theat the java version posted in the log doesn't
correspond with the current java runtime environment on my pc. I'm now
running version 1.4.2_05
and the sdk1.4.2_04.

The log says I'm running 1.3.1_01 version



Can somebody help me out with this problem?



Best regards,



Peter Lesage

Synobsys



SESSION sep 14, 2004
12:57:35.266 ---------------------------------------------

eclipse.buildId=I200406251208

java.version=1.3.1_01

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_BE



!ENTRY org.eclipse.osgi sep 14, 2004 12:57:35.266

!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 sep 14, 2004 12:57:35.507

!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 sep 14, 2004 12:57:35.517

!MESSAGE Bundle
initial@reference:file:c:/Prog/eclipse/plugins/org.eclipse.core.runtime_3.0.
0/ [1] was not resolved.
Re: installation problems [message #177755 is a reply to message #177699] Wed, 15 September 2004 08:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: manahan.NOSPAM.ca.ibm.com

If you go to the command line and type "java -version" is that correct.

Do you have a jre directory in your eclipse install? eclipse\jre? If so
what is the version of the JRE.

When you look at the installed JRE preferences where does it say your
JAVA_HOME is located?

Peter

Peter lesage wrote:
> ! Hi,
>
> I'm getting the following error when I try to startup Elcipse 3.0:
>
> What I find strange is theat the java version posted in the log doesn't
> correspond with the current java runtime environment on my pc. I'm now
> running version 1.4.2_05
> and the sdk1.4.2_04.
>
> The log says I'm running 1.3.1_01 version
>
>
>
> Can somebody help me out with this problem?
>
>
>
> Best regards,
>
>
>
> Peter Lesage
>
> Synobsys
>
>
>
> SESSION sep 14, 2004
> 12:57:35.266 ---------------------------------------------
>
> eclipse.buildId=I200406251208
>
> java.version=1.3.1_01
>
> java.vendor=Sun Microsystems Inc.
>
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_BE
>
>
>
> !ENTRY org.eclipse.osgi sep 14, 2004 12:57:35.266
>
> !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 sep 14, 2004 12:57:35.507
>
> !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 sep 14, 2004 12:57:35.517
>
> !MESSAGE Bundle
> initial@reference:file:c:/Prog/eclipse/plugins/org.eclipse.core.runtime_3.0.
> 0/ [1] was not resolved.
>
>
>
>
>
Re: installation problems [message #177778 is a reply to message #177755] Wed, 15 September 2004 09:00 Go to previous message
Eclipse UserFriend
Originally posted by: peter.synobsys.be

found the solution,
I know remember that in advanced system properties < environment variables
there is a setting for the path with this written in it

C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program
Files\Oracle\jre\1.1.8\bin;%SystemRoot%\system32;%SystemRoot %;%SystemRoot%\S
ystem32\Wbem;C:\Program Files\Common Files\Adaptec
Shared\System;C:\Advantage Plex\Versie51\bin;

I removed C:\Program Files\Oracle\jre\1.3.1\bin AND C:\Program
Files\Oracle\jre\1.1.8\bin

Now eclipse is startin up without any errors and my oracle database is still
working so no harm done.
"Peter Manahan" <manahan@NOSPAM.ca.ibm.com> wrote in message
news:ci9cfs$gk2$1@eclipse.org...
> If you go to the command line and type "java -version" is that correct.
>
> Do you have a jre directory in your eclipse install? eclipse\jre? If so
> what is the version of the JRE.
>
> When you look at the installed JRE preferences where does it say your
> JAVA_HOME is located?
>
> Peter
>
> Peter lesage wrote:
> > ! Hi,
> >
> > I'm getting the following error when I try to startup Elcipse 3.0:
> >
> > What I find strange is theat the java version posted in the log doesn't
> > correspond with the current java runtime environment on my pc. I'm now
> > running version 1.4.2_05
> > and the sdk1.4.2_04.
> >
> > The log says I'm running 1.3.1_01 version
> >
> >
> >
> > Can somebody help me out with this problem?
> >
> >
> >
> > Best regards,
> >
> >
> >
> > Peter Lesage
> >
> > Synobsys
> >
> >
> >
> > SESSION sep 14, 2004
> > 12:57:35.266 ---------------------------------------------
> >
> > eclipse.buildId=I200406251208
> >
> > java.version=1.3.1_01
> >
> > java.vendor=Sun Microsystems Inc.
> >
> > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=nl_BE
> >
> >
> >
> > !ENTRY org.eclipse.osgi sep 14, 2004 12:57:35.266
> >
> > !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 sep 14, 2004 12:57:35.507
> >
> > !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 sep 14, 2004 12:57:35.517
> >
> > !MESSAGE Bundle
> >
initial@reference:file:c:/Prog/eclipse/plugins/org.eclipse.core.runtime_3.0.
> > 0/ [1] was not resolved.
> >
> >
> >
> >
> >
>
Previous Topic:Assign keys
Next Topic:Using Existing Libraries in Eclipse
Goto Forum:
  


Current Time: Tue Jul 22 19:47:47 EDT 2025

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

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

Back to the top