running java project using jintegra to handling word documents.
having following exception: java.lang.UnsatisfiedLinkError: no ntvinv in java.library.path means that the dll library doesn’t exist in one of paths listed in java.library.path system property.
Fix:
add java argument : -Djava.library.path=/path/to/dir/of/dll