OSX 10.12.6
Processing 3.5.2
I try to use the library byte-buddy, which I assume is well written cause the creator received the Duke's Choice award by Oracle.
The library is Located here:
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 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.
I have a suspicion that this is wrong on the processing site and things "META" might need to be skipped or something.
I wan't to look later in the issue but I need descent internet first to download the source of processing.
OSX 10.12.6
Processing 3.5.2
I try to use the library byte-buddy, which I assume is well written cause the creator received the Duke's Choice award by Oracle.
The library is Located here:
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 and then running I get:
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.
I have a suspicion that this is wrong on the processing site and things "META" might need to be skipped or something.
I wan't to look later in the issue but I need descent internet first to download the source of processing.