# How to get c++ for eclipse working I've followed all the steps for mac

**URL:** https://discourse.processing.org/t/how-to-get-c-for-eclipse-working-ive-followed-all-the-steps-for-mac/21823
**Category:** Processing
**Created:** [June 12, 2020, 10:50pm UTC](https://discourse.processing.org/t/how-to-get-c-for-eclipse-working-ive-followed-all-the-steps-for-mac/21823 "2020-06-12T22:50:22Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AntiViral\_Builder](https://avatars.discourse-cdn.com/v4/letter/a/eb8c5e/32.png) [@AntiViral\_Builder](https://discourse.processing.org/u/AntiViral_Builder)
#### Post date: [June 12, 2020, 10:50pm UTC](https://discourse.processing.org/t/how-to-get-c-for-eclipse-working-ive-followed-all-the-steps-for-mac/21823/1 "2020-06-12T22:50:22Z")

</div>

Hello there,  
to make a library I need to get my eclipse working.  
I have installed xcode. I’ve set the binary parser.  
There is a message ‘No binary’ I do not know what this means

---

<div class="post-metadata">

### Author: ![jeremydouglass](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/jeremydouglass/32/20_2.png) [@jeremydouglass](https://discourse.processing.org/u/jeremydouglass)
#### Post date: [June 13, 2020, 5:28pm UTC](https://discourse.processing.org/t/how-to-get-c-for-eclipse-working-ive-followed-all-the-steps-for-mac/21823/2 "2020-06-13T17:28:15Z")

</div>

Hi @AntiViral_Builder – I’m sorry, but I don’t know what “I’ve followed all the steps for mac” means. What steps have you followed, from where? Can you link to them?

This is a forum for Processing, not C++. It supports development in the Processing modes and dialects – Java, as well as JavaScript, Python, and R, but _not_ C++. If you want to do a pure C++ project, use OpenFrameworks and ask for C++ support on their forum – as mentioned on your previous question. If you want to call out to an existing external C++ library, you can try JNI or JNA (but this is advanced – if you are a Processing / Java beginner, understand that this is really hard).

Previously: [Can I make a custom library with eclipse C++](https://discourse.processing.org/t/can-i-make-a-custom-library-with-eclipse-c/21542/3)

If you want to write your own C++ library, that is off-topic for this forum. If you have already written a C++ library and it is fully working then we can try to help you use it in a Processing project.
