I'm wondering why there are different JDK versions for Java DLL in the download page: https://www.chilkatsoft.com/java.asp
I've been using the JDK6 version but, lately, someone is reporting java.lang.UnsatisfiedLinkError exceptions and it seems that, by downloding a different version, the problem disapears.
So, how can I create an installation package that can be installed regardles the Java JDK version? Should I add all possible JDK dlls and load the right one in my Java code?
And what about the missing ones (like JDK 9)? Should I ship and load the JDK 8?
Thanks, Luca