I have a .dll file, which i have to use in java. This .dll file has a parameterised method, which should return type as string. When i am passing parameter to it, i get the mes
Try having a look at JNA, it provides a nice wrapper layer around native code.
https://github.com/twall/jna