Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Writing Plugins with C++
Writing Plugins with C++ [message #140306] Tue, 08 March 2005 09:05 Go to next message
Eclipse UserFriend
Originally posted by: sebastian.kilz.gmx.de

Hi,
I use Eclipse since a few days.
My question is, is there a possibility to develop plugins for Eclipse
in C++. I have found only Examples in Java. If there is a "Hello World"
Example, could you please show it to me.

Thanks for your help!

Greetings!
Re: Writing Plugins with C++ [message #140333 is a reply to message #140306] Tue, 08 March 2005 11:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dschaefe.ca.ibm.com

"Sebastian Kilz" <sebastian.kilz@gmx.de> wrote in message
news:d0kbeu$7pp$1@www.eclipse.org...
> Hi,
> I use Eclipse since a few days.
> My question is, is there a possibility to develop plugins for Eclipse
> in C++. I have found only Examples in Java. If there is a "Hello World"
> Example, could you please show it to me.

I haven't seen this done but it is a cool idea. I guess in the end, you
still need Java classes to register against the extension points but nothing
prevents you from calling into native code for the behavior of your plugin.

I'm sure better support for JNI programming in Eclipse would help make this
easier to accomplish as well. Some day...

Doug
Re: Writing Plugins with C++ [message #140393 is a reply to message #140333] Wed, 09 March 2005 07:07 Go to previous message
Eclipse UserFriend
Originally posted by: sebastian.kilz.gmx.de

Doug Schaefer wrote:

> "Sebastian Kilz" <sebastian.kilz@gmx.de> wrote in message
> news:d0kbeu$7pp$1@www.eclipse.org...
>> Hi,
>> I use Eclipse since a few days.
>> My question is, is there a possibility to develop plugins for Eclipse
>> in C++. I have found only Examples in Java. If there is a "Hello World"
>> Example, could you please show it to me.

> I haven't seen this done but it is a cool idea. I guess in the end, you
> still need Java classes to register against the extension points but nothing
> prevents you from calling into native code for the behavior of your plugin.

> I'm sure better support for JNI programming in Eclipse would help make this
> easier to accomplish as well. Some day...

> Doug

Thanks for your answer!
but my main problem is that I want to integrate a C++ application in
Eclipse. Is there any possibility to integrate other programming
languages, or is the whole Eclipse platform based on Java code? I know
there is a UML and C++ Project, but are this Project all written in Java?
A lot of questions! (-:

Greetings sebastian
Previous Topic:cdt + mac osx
Next Topic:Content Assist problems with STL
Goto Forum:
  


Current Time: Mon Jul 14 20:20:45 EDT 2025

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

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

Back to the top