Building and deploying dll on windows: SxS, manifests and all that jazz

后端 未结 8 885
野性不改
野性不改 2021-02-04 21:47

Since VS 2005, I see that it is not possible to simply build a dll against MS runtime and deploy them together (http://www.ddj.com/windows/184406482). I am deeply confused by ma

8条回答
  •  佛祖请我去吃肉
    2021-02-04 22:30

    If you intend to deploy the Microsoft DLLs/.manifest files and are using Java JNI then you will need to put them in the bin directory of your JDK/JRE.

    If you are running the app in JBoss, then you will need to put them in the JBoss/bin directory.

    You can put your JNI DLL where appropriate for your application.

提交回复
热议问题