I am trying to use JAI (JAVA Advanced Imaging) API inside an OSGI Application on MAC . But it doesnt seem to load JAI and hence gets hung . Have someone succeeded in using javax.media inside osgi on mac ?
Ex: Trying somthing like this ...
RenderedImage image = JAI.create("fileload", "tuc.jpg");
Thanks, Dav