codingaway
codingaway

Reputation: 1

ghost4j invoking ghotscript dll - java.lang.UnsatisfiedLinkError: Unable to load library 'gsdll32

I am unable to invoke ghostscript dll. It only works if I copy dll to windows/system folder. Can I specify my custom path that ghost4j should use for the dll.? I am using the sample core api sample from ghost4j site

Upvotes: 0

Views: 1592

Answers (1)

nguyenq
nguyenq

Reputation: 8355

You can use the jna.library.path system property to set your custom DLL search path. See this post.

Upvotes: 0

Related Questions