I'm trying to build a simple jdbc database call application. I have the jars in the buildpath and and my sqljdbc_Auth.dll is in the folder:
C:\Program Files (x86)\jdbc\sqljdbc_4.0\enu\auth\x64
I'm getting this error message
Error: Could not find or load main class Files
my VM arguments: looks like this...
-Djava.library.path=C:\Program Files (x86)\jdbc\sqljdbc_4.0\enu\auth\x64
And that's what I know so far. Is loading the sqljdbc_auth.dll file in the java.library.path
more involved than that?