Hi, i am trying to call a simple method of a *.dll which i had wriiten in c# from Java using jna ..i have set jna.jar & platform.jar in the classpath but i m getting this error
my complete code is
Edit: when i try i get this that means library is loaded successfully but i dont understand the mapping part , i mean why is this things are added prefix to my method GetWallpaper ?
could any one please help ?