From a50685d412b119c60414b604bbc29d93ee1ae985 Mon Sep 17 00:00:00 2001 From: clay_shooter Date: Sat, 30 Sep 2006 16:39:32 +0000 Subject: [PATCH] SF1493647 support alternate dll loading directories --- build.xml | 6 +-- docs/ReleaseNotes.html | 7 ++++ src/com/jacob/com/ComThread.java | 2 +- src/com/jacob/com/JacobObject.java | 11 +----- src/com/jacob/com/LibraryLoader.java | 56 ++++++++++++++++++++++++++++ src/com/jacob/com/ROT.java | 2 +- src/com/jacob/com/STA.java | 2 +- 7 files changed, 70 insertions(+), 16 deletions(-) create mode 100644 src/com/jacob/com/LibraryLoader.java diff --git a/build.xml b/build.xml index 5d4981c..e616187 100644 --- a/build.xml +++ b/build.xml @@ -107,15 +107,15 @@ Building java classes in ${java.bin}... + listfiles="true" debug="on" source="1.4" /> Building java sample classes ... + listfiles="true" debug="on" source="1.4" /> Building java test classes... + listfiles="true" debug="on" source="1.4" />