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

[787 byte] By [Stuart_Haigha] at [2007-11-27 3:22:38]
# 1

I think the best way to get a multi-jar app. up

and running for the end user, is to use web start.

Here is an example of web start launch for the

JMF performance pack.

http://www.javasaver.com/testjs/jmf/#test3

You could add the JAI API to your application's

resources section in the JNLP ifle - and it could

do JAI as well.

Message was edited by:

AndrewThompson64

AndrewThompson64a at 2007-7-12 8:25:23 > top of Java-index,Security,Cryptography...