I’m developing a new kind of platform and I want to use Eclipse as an IDE for my API. I want to program the API in C and have the application in C. I got the idea of building an API in Eclipse from Android. How would I go about this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you want to write an API using Eclipse as an IDE or do you want to write something that runs on top of Eclipse? For the first, lookup “CDT”. For the second, look at the Eclipse Plugin Development Toolkit, which is Java based (of course you can wrap C/C++), but be warned its not trivial.