Cannot start or jai_imageio or ImageIO.getImageReadersByFormatName cannot get an object

I run a program using jai_imageio.jar and then check if I can get ImageIO.getImageReadersByFormatName ("tiff")

for some reason, the program runs on another server, but when I check / upload it to my server, it always causes an error

java.util.NoSuchElementException
at javax.imageio.spi.FilterIterator.next(Unknown Source)
at javax.imageio.ImageIO$ImageReaderIterator.next(Unknown Source)
at javax.imageio.ImageIO$ImageReaderIterator.next(Unknown Source)

I already spent half my day with this ... but still can't understand. Hope someone can tell what happened to my setup. Note (jai_imageio.jar and jai_code_codec-1.1.3-alpha.jar) is already in my eclipse WEB-INF / lib

+3
source share
1 answer

, . . , , jar jai tomcat .

+5

Source: https://habr.com/ru/post/1788488/


All Articles