How do I reference a dll from inside the jar in the packages? Because right now it's only looking for the file in the directory that the jar file is in.
I have packed the dll inside of the jar correctly, but I'm not sure how to refer to it from java code.
Thank you, Deepakraj