# The package “META” does not exist. You might be missing a library

**URL:** https://discourse.processing.org/t/the-package-meta-does-not-exist-you-might-be-missing-a-library/7912
**Category:** Libraries
**Created:** [January 28, 2019, 9:25pm UTC](https://discourse.processing.org/t/the-package-meta-does-not-exist-you-might-be-missing-a-library/7912 "2019-01-28T21:25:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![clankill3r](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/clankill3r/32/1098_2.png) [@clankill3r](https://discourse.processing.org/u/clankill3r)
#### Post date: [January 28, 2019, 9:25pm UTC](https://discourse.processing.org/t/the-package-meta-does-not-exist-you-might-be-missing-a-library/7912/1 "2019-01-28T21:25:43Z")

</div>

I try to use the library byte-buddy.  
Located here:  
[https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy/1.9.2](https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy/1.9.2)

In VSCode it works fine but now I want to use it in processing.  
When dragging it on a sketch (so it comes in the code folder) and then running I get:

> The package “META” does not exist. You might be missing a library

I unzipped the jar and looked for “META” all I founded is:

`<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>`

But there are a lot of binary files.

Does someone know how I can find if this is a processing bug, or some miss configuration of the `.jar`?
