Is there an easy way to determine if the source JAI binaries are installed?
JAI (Java Advanced Imaging) can work in several modes, both with and without native binary files, which speed up image processing and also add support for additional formats. But, since native libraries cannot be installed with Maven, how can you determine if they are installed on the system?
source share