Skip to content

Commit

Permalink
Hot fix for loading updated JACOB DLLs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpoenisch committed Dec 2, 2020
1 parent 4fe3b69 commit 9e165d3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -33,12 +33,12 @@ public final class DllUtil {
/**
* Defines the provided JACOB DLL for 32-bit systems.
*/
private static final String JACOB_DLL_X86 = "jacob-1.19-x86.dll";
private static final String JACOB_DLL_X86 = "jacob-1.20-x86.dll";

/**
* Defines the provided JACOB DLL for 64-bit systems.
*/
private static final String JACOB_DLL_X64 = "jacob-1.19-x64.dll";
private static final String JACOB_DLL_X64 = "jacob-1.20-x64.dll";

/**
* Instantiates a {@link DllUtil}.
Expand Down

0 comments on commit 9e165d3

Please sign in to comment.