We are using Java 11 and compared to earlier versions of Java ,Java 11 have removed fonts folder from jre/lib. So our poi calls are failing at createsheet call,due to missing fontconfig. If we install fontconfig using yum ,it will work like charm.But management is not approving the same. Issue is not happening in Java8 as fonts are identified from jre/lib folder. Tried to put the fonts in current working directory ,but that also didnot help us. Can anyone let me know ,how poi picks up the fonts,from where and what I can do to overcome this issue.Also the list of fonts/files to get over the issue.
Regards, Rakhi