Hello there
I am making a module of the slides and images jar files for java
application… but the classes are not being loaded as they are
dependent on a library named
com.sun.imageio.plugins.png.PNGImageWriter
i cannot find this plugin
i definitely need that to make my module work
when i include all the jars in the project., then they work fine
but the issue is that my war file gets very very heavy which is not suitable for me
so tell me how to make my module work
as it cannot find this plugin