Hi,
I have standalone Javafx application using docx4j 2.8.0.
In a normal application execution (not as an administator) docx4j related stuff doesn't work when I use the self signed docx4j and its dependent jars ,though it doesn't give any exception either. I am using netbeans for self signing of the jars.
However, when I run the application as administrator then everything related with docx4j just works fine.
A lot of my target users may not ...