Including library in jar
I have a program that reads and writes tiff files. I have JAI ImageIO installed on my computer and the program works fine. But when I create a jar and try to run it on another computer I can't read or write tiffs. I'm not sure what I have to do to get this to work on other computers. I tried adding
Class-Path: lib\clibwrapper_jiio.jar lib\jai_imageio.jar
to my Manifest.MF but it didn't seem to make any difference. Does anyone know what I need to do. Thanks.

