Data Quality Tools, Mailing Software, Lists, NCOA, Data Enhancements

 | Shopping Cart Buy | Newsletters | Search

    Products         Solutions       Downloads & Trials       Support          Resources         Lookups       Contact Us  

Logged in as: Guest Search | Active Topics |

MatchUP API Demo Options · View
Tri65552117
Posted: Wednesday, May 07, 2008 12:06:29 PM
Groups: Member

Posts: 2

How do you run the java demo on MatchUP API demo. the .chm help file does not explain how to run it.

Compile the example Java gives precision error. Fixing precision error cause another error


-Tri
<sigh> just another bad day </sigh>
Paul Nelson
Posted: Wednesday, May 07, 2008 1:35:15 PM
Groups: Administration

Posts: 88
Hello Tri

Go ahead and change the size of the handle from int to long. For example, in "Mapping Example.java", line 23 currently reads:

int hDeduper;

change this to:

long hDeduper;

Tri65552117
Posted: Wednesday, May 07, 2008 1:39:02 PM
Groups: Member

Posts: 2
I can fix the precision error now, but it gives me an error when I try to run MatchcodeExample.

Exception in thread "main" java.lang.UnsatisfiedLinkError: DTDebugMessages
at DtApi.DTDebugMessages(Native Method)
at MatchcodeExample.main(MatchcodeExample.java:30)


This must be cause by failure to load Dt3Api.dll lib. How do you run the example to load native language library?

Paul Nelson
Posted: Thursday, May 08, 2008 6:49:46 AM
Groups: Administration

Posts: 88
Yes, the Java runtime needs to be able to find the dt3api.dll. In the help file, under Concepts | The Programmer's Interface | Java, there's a small section "DLL Locations", which lists the 5 locations that windows (and the JRE) will search for the DLL. For troubleshooting, I usually just suggest copying dt3api.dll into the Java folder.
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by Yet Another Forum.net