Packaging JMF...
Hi guys, new to the forums, but have used them before for help. I know there's a few topics about this already, but I'm having no luck.
I've written a program that makes use of JMF and JAI and now need to package it for use on other computers. I created a jar for my code with a manifest containing the line
Class-Path: lib/jai_codec.jar lib/jai_core lib/mlibwrapper_jai lib/sound lib/jmf.jar
those jar files are in a folder called lib in the same directory as my jar file.
The program stars fine, and runs everything normally until I come to use the classes accessing jmf or jai.
I get errors such as: failed to realize: com.sun.media.processengine@e2291.
Everything runs fine on my computer.
Thanks for any help on this
Stuart

