[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Eclipse+CDT with FEDORA 2

Stéphane,

CDT 3.0.0 M6 requires Eclipse 3.1 M6, as stated on the CDT project's webpage. Try installing that version of Eclipse and see if it works better for you (Or install CDT 2.1 which runs on Eclipse 3.0)

Hope this helps,
 - Jeff

Stéphane Davy wrote:
My configuration is the following one:

ECLIPSE 3.0.0 from eclipse-SDK-3.0-linux-gtk.zip
CDT 3.0.0 from org.eclipse.cdt-3.0.0-M6-linux.x86.tar.gz
JDK 1.5.0_03 included in FEDORA 2 (location is /usr/java/jre1.5.0_03/bin)

Note that I had to specify it in the PATH, otherwise Eclipse didn't start
at all, weird isn't it ?

When I try to open a C standard or managed project, or when I want to use the editor, I get this:

[root@gse-plasmas workspace]# Exception creating editor: Unable to
instantiate editor: org.eclipse.cdt.ui.editor.CEditor
java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/LinkException creating editor: Editor could not be initialized.
Exception creating editor: Editor could not be initialized.
Exception creating editor: Editor could not be initialized.
Unable to find Action Set: org.eclipse.ui.edit.text.actionSet.newTextEditor
more .metadata/


*** .metadata/: directory ***

[root@gse-plasmas workspace]# Unhandled event loop exception
Reason:
org.eclipse.ui.IWorkbench.getHelpSystem()Lorg/eclipse/ui/help/IWorkbenchHelpSystem;



Thanks for advices,

Stéphane