# How to manually install VLCJVideo library

**URL:** https://discourse.processing.org/t/how-to-manually-install-vlcjvideo-library/45960
**Category:** Libraries
**Created:** [March 11, 2025, 9:00am UTC](https://discourse.processing.org/t/how-to-manually-install-vlcjvideo-library/45960 "2025-03-11T09:00:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Seamiki](https://avatars.discourse-cdn.com/v4/letter/s/bc8723/32.png) [@Seamiki](https://discourse.processing.org/u/Seamiki)
#### Post date: [March 11, 2025, 9:00am UTC](https://discourse.processing.org/t/how-to-manually-install-vlcjvideo-library/45960/1 "2025-03-11T09:00:54Z")

</div>

I tried to install VLCJVideo library using the contribution manager but the download fails all the time. Seems like a dead link because i can install other libraries without problems.

So i downloaded the [github repository](https://github.com/linux-man/VLCJVideo)  
extracted the archive, renamed the folder VLCJVideo and copied it in the processing libraries folder.

even after restarting the ide the library does not show within the instaled/contributed libraries and if i try to run one of the sketches included with the library i get the error:  
“No library found for VLCJVideo  
Libraries must be installed in a folder named ‘libraries’ inside the sketchbook folder (see the Preferences window).  
The package “VLCJVideo” does not exist. You might be missing a library.”

i was wondering if i can include the jar files manually into the sketch but I have no Idea how.  
Any help is greatly appreciated

---

<div class="post-metadata">

### Author: ![svan](https://avatars.discourse-cdn.com/v4/letter/s/82dd89/32.png) [@svan](https://discourse.processing.org/u/svan)
#### Post date: [March 11, 2025, 1:18pm UTC](https://discourse.processing.org/t/how-to-manually-install-vlcjvideo-library/45960/2 "2025-03-11T13:18:47Z")

</div>

One thing to try is to put the .jar file in a folder entitled ‘code’ inside of your sketch folder.
