# Unrecognized Library

**URL:** https://discourse.processing.org/t/unrecognized-library/23751
**Category:** Libraries
**Created:** [September 9, 2020, 2:54am UTC](https://discourse.processing.org/t/unrecognized-library/23751 "2020-09-09T02:54:59Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Yarmond15](https://avatars.discourse-cdn.com/v4/letter/y/3e96dc/32.png) [@Yarmond15](https://discourse.processing.org/u/Yarmond15)
#### Post date: [September 9, 2020, 2:54am UTC](https://discourse.processing.org/t/unrecognized-library/23751/1 "2020-09-09T02:54:59Z")

</div>

I have managed my way through most the issues but am on what I believe to be the last step. I’m getting an error message that one of my libraries is not recognized. I attached two images, the first is of the error message and the area of the code where the error occurred, and the second is the file path that proves that my document is in the correct place. Any recommendations for insight as to why there is an error? I tried uploading the code into a 64 bit program, but that did not work (it told me the code had to be run on a 32 bit program). There are no special characters as far as I can see in the file path.  
Assistance/Recommendations?  
Thanks!

> **[Processing IDE Sketch Running Issues](https://forum.allaboutcircuits.com/threads/processing-ide-sketch-running-issues.172594/)**
>
> I am working with a software called "Processing IDE". I have managed my way through most the issues but am on what I believe to be the last step. I'm getting an error message that one of my libraries is not recognized. I attached two images, the...

---

<div class="post-metadata">

### Author: ![raron](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/raron/32/13651_2.png) [@raron](https://discourse.processing.org/u/raron)
#### Post date: [September 9, 2020, 3:45am UTC](https://discourse.processing.org/t/unrecognized-library/23751/2 "2020-09-09T03:45:39Z")

</div>

Hi, and welcome! 🙂

I took a peek as I had an AAC account.

But it’s much better to post some code for easy copy/pasting to try out, and not an image. Preferably not a huge program like that appears to be though. Then it’s better to isolate the error in a minimal as possible program (sketch) that reproduces the error, and post that. Just saying.

I just did a [quick search](https://duckduckgo.com/?q=processing+jmyron+library&atb=v218-1&ia=web) for JMyron. I’m not familiar with that library at all (nor sure if that’s really the error either). There might be a relevant thread here: [https://forum.processing.org/one/topic/jmyron-not-working.html](https://forum.processing.org/one/topic/jmyron-not-working.html)

---

<div class="post-metadata">

### Author: ![Yarmond15](https://avatars.discourse-cdn.com/v4/letter/y/3e96dc/32.png) [@Yarmond15](https://discourse.processing.org/u/Yarmond15)
#### Post date: [September 9, 2020, 5:05pm UTC](https://discourse.processing.org/t/unrecognized-library/23751/3 "2020-09-09T17:05:19Z")

</div>

Thank you! I hadn’t yet run across that thread. regarding the code, it can be found here:

> **[Nerf Vulcan Sentry Gun](https://www.instructables.com/id/Nerf-Vulcan-Sentry-Gun/)**
>
> Nerf Vulcan Sentry Gun: In this instructable, I will show you how to modify a Nerf Vulcan to automatically aim and fire at targets.  As an added bonus, this gun won't fire at anyone wearing a shirt with the instructables robot on it. I had this...

or here

> **[sentryGun53/Project-Sentry-Gun](https://github.com/sentryGun53/Project-Sentry-Gun)**
>
> This is an open-scource code project from Rudolph Labs. See the website for more information. Initiated by Bob Rudolph (sentryGun53) projectSentryGun@rudolphLabs.com, sentryGun53@gmail.com - sentr...

---

<div class="post-metadata">

### Author: ![Yarmond15](https://avatars.discourse-cdn.com/v4/letter/y/3e96dc/32.png) [@Yarmond15](https://discourse.processing.org/u/Yarmond15)
#### Post date: [September 12, 2020, 2:09am UTC](https://discourse.processing.org/t/unrecognized-library/23751/4 "2020-09-12T02:09:48Z")

</div>

So I took a look at the thread but was still unable to figure out a solution based on those answers, suggestions?

---

<div class="post-metadata">

### Author: ![raron](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/raron/32/13651_2.png) [@raron](https://discourse.processing.org/u/raron)
#### Post date: [September 12, 2020, 8:48am UTC](https://discourse.processing.org/t/unrecognized-library/23751/5 "2020-09-12T08:48:14Z")

</div>

Just noticed the error message also states it might work if the sketch is run as a 64 bit application. Tried that?

Btw, it’s not very “userfriendly” to have to log in to another site (and most likely most wouldn’t, or couldn’t if lacking an account, bother with that, so that alone diminishes your chances of getting help).

If failing running it as 64-bit, you might want to try to isolate the error. For example by making a new test program (sketch) just to try that JMyron library (which so far is the prime suspect), and see if that works. If it comes with examples or something to try out, use those (or websearch for some). If that doesn’t work, then start with troubleshooting that. Maybe by posting here and see if someone knows something.

Otherwise, I have no clue whatsoever really. Maybe others here have.
