Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Re: eclipse-dev digest, Vol 1 #1319 - 4 msgs

Hi!
I had a similar problem a few days ago.
My problem was due to the fact that I had under my $JAVA_HOME/jre/lib directory the jaxp.properties file.
This file tells SAX which implementation to use.
If you delete it or remane, the JVM will use it's own default implementation of SAXParserFactory.
Hope this helped.

Regards,
Mamadou
eclipse-dev-request@xxxxxxxxxxx wrote:

Send eclipse-dev mailing list submissions to
	eclipse-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	http://dev.eclipse.org/mailman/listinfo/eclipse-dev
or, via email, send a message with subject or body 'help' to
	eclipse-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	eclipse-dev-admin@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of eclipse-dev digest..."


Today's Topics:

  1. Problem in running eclipse (manoj mohadikar)
  2. Re: Problem in running eclipse (jolly boy)
  3. Buggy Buggy Buggy (Roland Kaeser)
  4. Re: Buggy Buggy Buggy (Philippe P Mulet)

--__--__--

Message: 1
Date: Fri, 19 Nov 2004 01:20:11 -0800 (PST)
From: manoj mohadikar <manojmohadikar_2004@xxxxxxxxx>
To: eclipse-dev@xxxxxxxxxxx
Subject: [eclipse-dev] Problem in running eclipse
Reply-To: eclipse-dev@xxxxxxxxxxx

hi friends ,
i have downloaded eclipse-SDK-3.0.1-win32.zip from
www.eclipse.org .then i extracted all the files and am
trying to start eclipse but i am getting the following
error Please Help:-

!SESSION Oct 20, 2004 15:55:55.359
---------------------------------------------
eclipse.buildId=M200409161125
java.version=1.3.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32,
NL=en_US

!ENTRY org.eclipse.osgi Oct 20, 2004 15:55:55.359
!MESSAGE Error registering XML parser services.
!STACK 0
java.lang.ClassNotFoundException:
javax.xml.parsers.SAXParserFactory
at
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native
Method)
at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.registerEndorsedXMLParser(EclipseAdaptor.java:272)
at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStart(EclipseAdaptor.java:253)
at
org.eclipse.osgi.framework.internal.core.SystemBundleActivator.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.startActivator(BundleContextImpl.java:954)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:553)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:477)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevelManager.java:243)
at
org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.java:166)
at
org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:425)
at
org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:216)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
at java.lang.reflect.Method.invoke(Native Method)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

!ENTRY org.eclipse.osgi Oct 20, 2004 15:55:55.421
!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(ClassLoader.java:493)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
at
java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at
java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at
java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native
Method)
at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.parsePluginInfo(PluginConverterImpl.java:557)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo(PluginConverterImpl.java:111)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest(PluginConverterImpl.java:660)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateManifest(EclipseBundleData.java:233)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManifest(EclipseBundleData.java:191)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.getManifest(EclipseBundleData.java:159)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromManifest(EclipseBundleData.java:280)
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBundleData.initializeNewBundle(DefaultBundleData.java:77)
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor$1.begin(DefaultAdaptor.java:451)
at
org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:746)
at
org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:664)
at java.security.AccessController.doPrivileged(Native
Method)
at
org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:715)
at
org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:659)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:219)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundles(EclipseStarter.java:800)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:429)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:222)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
at java.lang.reflect.Method.invoke(Native Method)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

!ENTRY org.eclipse.osgi Oct 20, 2004 15:55:55.437
!MESSAGE Bundle
initial@reference:file:c:/shanker/eclipse-SDK-3.0.1-win32/eclipse/plugins/org.eclipse.core.runtime_3.0.1/
[1] was not resolved.

thanks.
Manoj Mohadikar


		
__________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com


--__--__--

Message: 2
Date: Fri, 19 Nov 2004 02:28:55 -0800 (PST)
From: jolly boy <jolllyboy007@xxxxxxxxx>
Subject: Re: [eclipse-dev] Problem in running eclipse
To: eclipse-dev@xxxxxxxxxxx
Reply-To: eclipse-dev@xxxxxxxxxxx

--0-1145254563-1100860135=:52135
Content-Type: text/plain; charset=us-ascii

u have to install jre1.4.x
or j2sdk 1.4.x for eclipse 3.0.1

manoj mohadikar <manojmohadikar_2004@xxxxxxxxx> wrote:
hi friends ,
i have downloaded eclipse-SDK-3.0.1-win32.zip from
www.eclipse.org .then i extracted all the files and am
trying to start eclipse but i am getting the following
error Please Help:-

!SESSION Oct 20, 2004 15:55:55.359
---------------------------------------------
eclipse.buildId=M200409161125
java.version=1.3.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32,
NL=en_US

!ENTRY org.eclipse.osgi Oct 20, 2004 15:55:55.359
!MESSAGE Error registering XML parser services.
!STACK 0
java.lang.ClassNotFoundException:
javax.xml.parsers.SAXParserFactory
at
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native
Method)
at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.registerEndorsedXMLParser(EclipseAdaptor.java:272)
at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStart(EclipseAdaptor.java:253)
at
org.eclipse.osgi.framework.internal.core.SystemBundleActivator.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.startActivator(BundleContextImpl.java:954)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:553)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:477)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevelManager.java:243)
at
org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.java:166)
at
org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:425)
at
org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:216)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
at java.lang.reflect.Method.invoke(Native Method)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

!ENTRY org.eclipse.osgi Oct 20, 2004 15:55:55.421
!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(ClassLoader.java:493)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
at
java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
at
java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at
java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native
Method)
at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at
java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.parsePluginInfo(PluginConverterImpl.java:557)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo(PluginConverterImpl.java:111)
at
org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest(PluginConverterImpl.java:660)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.generateManifest(EclipseBundleData.java:233)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManifest(EclipseBundleData.java:191)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.getManifest(EclipseBundleData.java:159)
at
org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromManifest(EclipseBundleData.java:280)
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBundleData.initializeNewBundle(DefaultBundleData.java:77)
at
org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor$1.begin(DefaultAdaptor.java:451)
at
org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:746)
at
org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:664)
at java.security.AccessController.doPrivileged(Native
Method)
at
org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:715)
at
org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:659)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:219)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.installBundles(EclipseStarter.java:800)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:429)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:222)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
at java.lang.reflect.Method.invoke(Native Method)
at
org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)

!ENTRY org.eclipse.osgi Oct 20, 2004 15:55:55.437
!MESSAGE Bundle
initial@reference:file:c:/shanker/eclipse-SDK-3.0.1-win32/eclipse/plugins/org.eclipse.core.runtime_3.0.1/
[1] was not resolved.

thanks.
Manoj Mohadikar



__________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! http://my.yahoo.com

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev

		
---------------------------------
Do you Yahoo!?
Meet the all-new My Yahoo! – Try it today! --0-1145254563-1100860135=:52135
Content-Type: text/html; charset=us-ascii

<DIV>u have to install jre1.4.x<BR>&nbsp;or j2sdk 1.4.x for eclipse 3.0.1 </DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><B><I>manoj mohadikar &lt;manojmohadikar_2004@xxxxxxxxx&gt;</I></B> wrote:</DIV>
<BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">hi friends ,<BR>i have downloaded eclipse-SDK-3.0.1-win32.zip from<BR>www.eclipse.org .then i extracted all the files and am<BR>trying to start eclipse but i am getting the following<BR>error Please Help:-<BR><BR>!SESSION Oct 20, 2004 15:55:55.359<BR>---------------------------------------------<BR>eclipse.buildId=M200409161125<BR>java.version=1.3.1_02<BR>java.vendor=Sun Microsystems Inc.<BR>BootLoader constants: OS=win32, ARCH=x86, WS=win32,<BR>NL=en_US<BR><BR>!ENTRY org.eclipse.osgi Oct 20, 2004 15:55:55.359<BR>!MESSAGE Error registering XML parser services.<BR>!STACK 0<BR>java.lang.ClassNotFoundException:<BR>javax.xml.parsers.SAXParserFactory<BR>at<BR>java.net.URLClassLoader$1.run(URLClassLoader.java:200)<BR>at
java.security.AccessController.doPrivileged(Native<BR>Method)<BR>at<BR>java.net.URLClassLoader.findClass(URLClassLoader.java:188)<BR>at<BR>java.lang.ClassLoader.loadClass(ClassLoader.java:299)<BR>at<BR>java.lang.ClassLoader.loadClass(ClassLoader.java:255)<BR>at<BR>java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)<BR>at java.lang.Class.forName0(Native Method)<BR>at java.lang.Class.forName(Class.java:120)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseAdaptor.registerEndorsedXMLParser(EclipseAdaptor.java:272)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStart(EclipseAdaptor.java:253)<BR>at<BR>org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start(SystemBundleActivator.java:61)<BR>at<BR>org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)<BR>at
java.security.AccessController.doPrivileged(Native<BR>Method)<BR>at<BR>org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)<BR>at<BR>org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)<BR>at<BR>org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:553)<BR>at<BR>org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:477)<BR>at<BR>org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273)<BR>at<BR>org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevelManager.java:243)<BR>at<BR>org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.java:166)<BR>at<BR>org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:425)<BR>at<BR>org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)<BR>at<BR>org.eclipse.core.run
time.ada
ptor.EclipseStarter.startup(EclipseStarter.java:216)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)<BR>at java.lang.reflect.Method.invoke(Native Method)<BR>at<BR>org.eclipse.core.launcher.Main.basicRun(Main.java:185)<BR>at org.eclipse.core.launcher.Main.run(Main.java:704)<BR>at org.eclipse.core.launcher.Main.main(Main.java:688)<BR><BR>!ENTRY org.eclipse.osgi Oct 20, 2004 15:55:55.421<BR>!MESSAGE Startup error<BR>!STACK 1<BR>java.lang.NoClassDefFoundError:<BR>org/xml/sax/helpers/DefaultHandler<BR>at java.lang.ClassLoader.defineClass0(Native Method)<BR>at<BR>java.lang.ClassLoader.defineClass(ClassLoader.java:493)<BR>at<BR>java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)<BR>at<BR>java.net.URLClassLoader.defineClass(URLClassLoader.java:248)<BR>at<BR>java.net.URLClassLoader.access$100(URLClassLoader.java:56)<BR>at<BR>java.net.URLClassLoader$1.run(URLClassLoader.java:195)<BR>at
java.security.AccessController.doPrivileged(Native<BR>Method)<BR>at<BR>java.net.URLClassLoader.findClass(URLClassLoader.java:188)<BR>at<BR>java.lang.ClassLoader.loadClass(ClassLoader.java:299)<BR>at<BR>java.lang.ClassLoader.loadClass(ClassLoader.java:255)<BR>at<BR>java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)<BR>at<BR>org.eclipse.core.runtime.adaptor.PluginConverterImpl.parsePluginInfo(PluginConverterImpl.java:557)<BR>at<BR>org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo(PluginConverterImpl.java:111)<BR>at<BR>org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest(PluginConverterImpl.java:660)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseBundleData.generateManifest(EclipseBundleData.java:233)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManifest(EclipseBundleData.java:191)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseBundleData.getManifest(EclipseBundleData.java:159)<BR>at<BR>org.eclipse.core.runtime
.adaptor
.EclipseBundleData.loadFromManifest(EclipseBundleData.java:280)<BR>at<BR>org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBundleData.initializeNewBundle(DefaultBundleData.java:77)<BR>at<BR>org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor$1.begin(DefaultAdaptor.java:451)<BR>at<BR>org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:746)<BR>at<BR>org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:664)<BR>at
java.security.AccessController.doPrivileged(Native<BR>Method)<BR>at<BR>org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:715)<BR>at<BR>org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:659)<BR>at<BR>org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:219)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseStarter.installBundles(EclipseStarter.java:800)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:429)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:222)<BR>at<BR>org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)<BR>at java.lang.reflect.Method.invoke(Native Method)<BR>at<BR>org.eclipse.core.launcher.Main.basicRun(Main.java:185)<BR>at org.eclipse.core.launcher.Main.run(Main.java:704)<BR>at org.eclipse.core.launcher.Main.main(Main.java:688)<BR><BR>!ENTRY org.eclipse.o
sgi Oct
20, 2004 15:55:55.437<BR>!MESSAGE Bundle<BR>initial@reference:file:c:/shanker/eclipse-SDK-3.0.1-win32/eclipse/plugins/org.eclipse.core.runtime_3.0.1/<BR>[1] was not resolved.<BR><BR>thanks.<BR>Manoj Mohadikar<BR><BR><BR><BR>__________________________________ <BR>Do you Yahoo!? <BR>The all-new My Yahoo! - Get yours free! <BR>http://my.yahoo.com <BR><BR><BR>_______________________________________________<BR>eclipse-dev mailing list<BR>eclipse-dev@xxxxxxxxxxx<BR>To change your delivery options, retrieve your password, or unsubscribe from this list, visit<BR>http://dev.eclipse.org/mailman/listinfo/eclipse-dev<BR></BLOCKQUOTE><p>
<hr size=1>Do you Yahoo!?<br> Meet the <a href="http://my.yahoo.com";>all-new My Yahoo!</a> – Try it today! --0-1145254563-1100860135=:52135--

--__--__--

Message: 3
Date: Fri, 19 Nov 2004 15:56:40 +0100 (CET)
From: Roland Kaeser <roli8200@xxxxxxxx>
To: eclipse-dev@xxxxxxxxxxx
Subject: [eclipse-dev] Buggy Buggy Buggy
Reply-To: eclipse-dev@xxxxxxxxxxx

Hi all

CAN SOMEBODY PLEASE TELL WHICH SHIT WAS MADE WHILE THE DEVELOPMENT OF THE VERSION
3.0.1?
This Version is buggy, buggy, buggy like a microsoft program!!
I just lost more than 10 hours of work in case of a "to many files open" error.
Sometimes it cannot save the workspace back so I loose all the configuration
settings sometimes inlcuding the build path and external jars configuration.
Sometimes it crashes aprupt.
Sometimes the whole class generation is weird so that the java file is generated but
empty.
Sometimes it saves a class but in real it sets the file to null so that all work is
gone.

Sometimes it cannot compile at all although the all the configuration is ok. Only
restarting eclipse helps to solve the problem.

There are a lot more bugs and I'm near to get crazy or taking an other IDE. GUYS PLEASE FIX THESE PROBLEMS BEFORE YOURS IMPLEMENT MORE FEATURE.
Roland Kaeser


	
		
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de

--__--__--

Message: 4
Subject: Re: [eclipse-dev] Buggy Buggy Buggy
To: eclipse-dev@xxxxxxxxxxx
From: Philippe P Mulet <philippe_mulet@xxxxxxxxxx>
Date: Fri, 19 Nov 2004 16:15:20 +0100
Reply-To: eclipse-dev@xxxxxxxxxxx





Did you enter defects in buzilla ? On the surface, it seems that you
installation is corrupted.



Roland Kaeser <roli8200@yahoo.d e> To Sent by: eclipse-dev@xxxxxxxxxxx eclipse-dev-admin cc @eclipse.org Subject [eclipse-dev] Buggy Buggy Buggy 11/19/2004 03:56 PM Please respond to eclipse-dev



Hi all

CAN SOMEBODY PLEASE TELL WHICH SHIT WAS MADE WHILE THE DEVELOPMENT OF THE
VERSION
3.0.1?
This Version is buggy, buggy, buggy like a microsoft program!!
I just lost more than 10 hours of work in case of a "to many files open"
error.

Sometimes it cannot save the workspace back so I loose all the
configuration
settings sometimes inlcuding the build path and external jars
configuration.
Sometimes it crashes aprupt.

Sometimes the whole class generation is weird so that the java file is
generated but
empty.

Sometimes it saves a class but in real it sets the file to null so that all
work is
gone.

Sometimes it cannot compile at all although the all the configuration is
ok. Only
restarting eclipse helps to solve the problem.

There are a lot more bugs and I'm near to get crazy or taking an other IDE.


GUYS PLEASE FIX THESE PROBLEMS BEFORE YOURS IMPLEMENT MORE FEATURE.

Roland Kaeser




___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier
anmelden: http://mail.yahoo.de
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




--__--__--

_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev


End of eclipse-dev Digest




--
Regards,

Mamadou Cisse
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Alatto Technologies
www.alatto.com
t: + 353 1 209 0785
f: + 353 1 209 0707
email: mamadou.cisse@xxxxxxxxxx





Back to the top