JNI. generate dll
Hi all ! I Generate dll on 64bit system with Visual studio 2008. Run it with the help of technology JNI. On my laptop home runs, all gud. But on the other computer says error:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to start application because of its parallel configuration is incorrect. Additional information is contained in the application event log, or use the command line sxstrace.exe for more information.
error on russian language:
Не удалось запустить приложение, поскольку его параллельная конфигурация неправильна. Дополнительные сведения содержатся в журнале событий приложений или используйте программу командной строки sxstrace.exe для получения дополнительных сведений.
I guess I do not have any libraries from visual studio. Here are some current, who knows?
I put the package of Visual C + + 2008 Redistributable Package (x64). But all the same error. Tell me please.