开发者

Java version compatibility for JNI library

开发者 https://www.devze.com 2023-02-17 09:43 出处:网络
I have a .so library that is used by a jni library compiled with java 5 version. Is it ok to us开发者_开发问答e java 6 to run this? Or should the .so library be recompiled with java 6?It is perfectly

I have a .so library that is used by a jni library compiled with java 5 version. Is it ok to us开发者_开发问答e java 6 to run this? Or should the .so library be recompiled with java 6?


It is perfectly OK. Must be the same platform, of course.

0

精彩评论

暂无评论...
验证码 换一张
取 消