XoomCode / AcidMaps

Interpolated Images Generator
GNU Lesser General Public License v3.0
33 stars 10 forks source link

Exception about no acid-maps-jni in java.library.path #4

Closed helloworldlove closed 13 years ago

helloworldlove commented 13 years ago

I did all the steps that you post! But there is a exception occured java.lang.UnsatisfiedLinkError: no acid-maps-jni in java.library.path (ps:I have copied the acid-maps-jni.dll to the system libary --window/system32 ) The dll I downloaded was compiled on Windows 7, I thought maybe this is the cause of it, so I download the source of jni and comiled it on windows xp,the problem persists. could you give me some suggestion? Thanks in advance!

helloworldlove commented 13 years ago

additional remarks: my system is windows xp, can it support windows xp?????

maurimiranda commented 13 years ago

We haven't tried AcidMaps within Windows XP.

Please, try copying the dll to your Java extensions path. I got the same error in Mac OSX and that was the solution I found.

helloworldlove commented 13 years ago

it works..thanks.