HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Deployment / Configuration issues › Local converter 398 fx4/fx5 crash with a NPE › Re: Re: Local converter 398 fx4/fx5 crash with a NPE
June 8, 2016 at 12:37
#29883
Obviously it crashes by an attempt to create a java.io.File object, whose name is prefixed by “$$$”. It is an issue of JDK1.8 as PD4ML passes a file name to the constructor “as is”.
Is it really that necessary to name a folder using ‘$’ chars?