Hi,

I'm self taught in Java and fairly new too it. I created my first big project during this year and it's basically a library system connected to a database of books and it shows you every books cover blahblah. I also have some videos and music.

Everything works while the program is in the Netbeans builder. All videos and music etc. I've imported the java media framework jars (fobs.jar and jmf.jar) into the program libraries and thereafter all videos work fine. Problem is when I build the project and go into the dist folder, the program .jar is there and a 'lib' folder with the jars i imported.

But when running the jar, videos will not work. I get a 'no media player found exception'. Is there something I'm missing? This is the first time i've ever built a project so not sure what I'm doing wrong.

I've tried placing the jars in the same folder as the main jar, tried importing them into the main project and I've run out of ideas. Can anyone help please?