Hello,
I'm evaluating your solution to display WMF files in Java.
However, I'm concerned because, as I understand it, your solution is using the JAI API, and the JAI API requires not only jar files but also dll files, and requires a separate install for each OS e.g. Linux, Windows, Mac OS.
Is this so? Size is a big issue to us because we're developing a thin client solution and Java is used on the client side, so having to include all these files and dlls for each OS would probably increase the thin client installation much? Also, as I understand JAI, it needs to be installed on the OS before being able to use it? This is a problem because our clients have only the standard Java SE installed.
Thank you.