I am getting the following on stderr in my java program,
Aspose.Words cannot load native Windows dll: URI scheme is not “file”
It is coming directly from Aspose.Words and it is not a message that is making it back to my code. I noticed it almost by accident. We are using Aspose.Words for Java version 18.10. As far as I can tell, everything seems to be working properly. All we are doing is loading the license, loading a document in Words, and converting it to PDF. I would like to know what this is and if it is something I need to worry about. I can’t tell where it is coming from since it never reaches my code.
Thanks.