Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » org.eclipse.cdt.utils- Plugin
org.eclipse.cdt.utils- Plugin [message #120342] Thu, 09 September 2004 05:35 Go to next message
Eclipse UserFriend
Originally posted by: maranan.coolgoose.com

Hi all,
May I know where "org.eclipse.cdt.utils" plug-in is available? It is
not available with cdt.
When I tried to compile a piece of code, I got the error "package
org.eclipse.cdt.utils.ui.controls does not exist". That is the reason
why I am looking for this particular plugin.

Thanks,

Maranan
Re: org.eclipse.cdt.utils- Plugin [message #120456 is a reply to message #120342] Thu, 09 September 2004 13:27 Go to previous messageGo to next message
David Inglis is currently offline David InglisFriend
Messages: 45
Registered: July 2009
Member
It is not a plugin, the package can be found in the cdt.ui plugin. Its
under it own source directory "utils.ui", check your java project build
paths and make sure it did not get removed as a source path. Or you can
use the PDE Tools -> Update classpath... in the context menu (right
click) on the cdt.ui plugin project to fix this.

Dave.

maranan wrote:
> Hi all,
> May I know where "org.eclipse.cdt.utils" plug-in is available? It is
> not available with cdt.
> When I tried to compile a piece of code, I got the error "package
> org.eclipse.cdt.utils.ui.controls does not exist". That is the reason
> why I am looking for this particular plugin.
>
> Thanks,
>
> Maranan
>
Re: org.eclipse.cdt.utils- Plugin [message #120624 is a reply to message #120456] Fri, 10 September 2004 05:04 Go to previous message
Eclipse UserFriend
Originally posted by: maranan.coolgoose.com

Thanks Dave.
Lemmme try this..

Maranan

Dave Inglis wrote:
> It is not a plugin, the package can be found in the cdt.ui plugin. Its
> under it own source directory "utils.ui", check your java project build
> paths and make sure it did not get removed as a source path. Or you can
> use the PDE Tools -> Update classpath... in the context menu (right
> click) on the cdt.ui plugin project to fix this.
>
> Dave.
>
> maranan wrote:
>
>> Hi all,
>> May I know where "org.eclipse.cdt.utils" plug-in is available? It is
>> not available with cdt.
>> When I tried to compile a piece of code, I got the error "package
>> org.eclipse.cdt.utils.ui.controls does not exist". That is the reason
>> why I am looking for this particular plugin.
>>
>> Thanks,
>>
>> Maranan
>>
Previous Topic:How to implements IManagedBuilderMakefileGenerator
Next Topic:private in cdt
Goto Forum:
  


Current Time: Thu Apr 25 06:05:22 GMT 2024

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

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

Back to the top