I am using jdk -1.5 and using docx4j-3.2.2.jar using convert from docx to pdf, it working fine inside eclipse
but when test it from command line give me this error: Docx4JException: Couldn't get .xml from ZipFile i search told me to add Moxy jars to solve this issue, but when add the jars give same error
Notes: i add all jar dependencies on this path C:\jdk1.5.22\jre\lib\endorsed ,add JAXB to jdk 1.5
can any one help ...