The two files contain Java class files, so they work on all Java
implementations, both 32-bit and 64-bit.
The ImageIOTools for most platforms include native code for acceleration,
which must run in the same bit-depth as the JVM, so you would need 32-bit
ImageIOTools for a 32-bit Java.
For Windows, the native code is available only in 32 bits. That is why most
of the CTP and TFS (MIRC) documentation says to run the 32-bit Java.
In the case of a Mac, there is no native component for the ImageIOTools, so
you are running pure Java, and the bit-depth comments are not relevant.
l don’t know the directory structure of Java on a Mac. On a Windows
machine, the default extensions directory is Java/jre7/bin/ext, and the two
files you listed are placed there. If you’re sure the extensions directory on a
Mac is .../Java/Extensions, then it makes sense to put the files in it.
To test that the ImageIOTools are being recognized, do something that
requires them to be used and see if the log shows a ClassDefNotFound exception.
One thing you could do is to put a DicomDecompressor stage in a pipeline and
send the pipeline a compressed image.
JP