B
ba.hons
Hello,
i am using some classes which were written to be executed by a web
service and am trying to use them in a test application which will use
a simple main method.
the class am trying to use has a
System.loadLibrary("thedll");
and then has a number of native methods which i asume are all stored
within "thedll"
each time i attempt to execute any the native methods i get:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
theMethodAmCalling
i have tried using dependencywalker application make sure i have all
the dependent dll's and from what i can see they are all stored in my
system32 directory, i have made sure my PATH variable has this
directory as well so it isnt that, and anyway it doesnt through an IO
error so it must actually find the dll.
ANY IDEAS would be really great
thanks in advance
ADAM
i am using some classes which were written to be executed by a web
service and am trying to use them in a test application which will use
a simple main method.
the class am trying to use has a
System.loadLibrary("thedll");
and then has a number of native methods which i asume are all stored
within "thedll"
each time i attempt to execute any the native methods i get:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
theMethodAmCalling
i have tried using dependencywalker application make sure i have all
the dependent dll's and from what i can see they are all stored in my
system32 directory, i have made sure my PATH variable has this
directory as well so it isnt that, and anyway it doesnt through an IO
error so it must actually find the dll.
ANY IDEAS would be really great
thanks in advance
ADAM