Oliver:
The ImageIO Tools cannot be installed on any Java after Java 8. This
is, in part, because the Windows version of the ImageIO Tools is only available
in 32 bits, and as of Java 9, the 32-bit Java was discontinued. It is also
because starting with Java 9, the Java extensions mechanism was removed, and the
ImageIO Tools installer relied on that.
Recent versions of CTP include all the ImageIO Tools codecs that do not
require the native code extensions, plus as many other codecs as I could find,
including all the relevant ones from Twelve Monkeys. That's the best I can do
for CTP.
I could add those codecs into DicomEditor if you want, but nobody has asked
before. DicomEditor will show an exception if it is asked to load an image that
requires a codec it does not have, but that won't prevent the other parts of the
program from working on the object.
I have run CTP successfully on several non-Oracle Javas, but not the ones
you listed. When I get a chance, I'll try them.
JP