Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] problems building and running CDT

Just a guess, but are you using a Java 7 VM?  If so, then does the error log have anything to say?

-Andrew

On 14-03-03 01:52 AM, Nathan Ridge wrote:
> Hi,
> 
> I'd like to get back into CDT development and fix some bugs,
> but I'm having some issues building and running CDT that I
> haven't run into before.
> 
> I have two eclipse installations: one with JDK and PDE which 
> I use to develop CDT, and one with CDT which I use to test 
> it. For the second one I got a fresh copy of Kepler SR 2.
> 
> In the first one I updated my git repository to the latest
> master and followed my usual procedure for building CDT:
> 
>   - File -> Export -> Plug-in Development -> Deployable Features
>   - Select org.eclipse.cdt feature
>   - Export to archive file
> 
> Then I went to my CDT installation, and used the archive
> as a repository to install from with Help -> Install New
> Software.
> 
> After I restart eclipse as part of the installation, 
> anytime I try to open an editor I get a blank screen with
> the following error message:
> 
> No editor descriptor for id org.eclipse.cdt.ui.editor.CEditor
> 
> Any ideas as to what is going wrong here?
> 
> Thanks,
> Nate 		 	   		  
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 



Back to the top