简体   繁体   English

Windows上.so文件中调用本机方法的可能性

[英]possibility of call native methods in .so file on Windows

I only have android sdk(java library to call natively) and .so file which has native methods where java program can call to it. 我只有android sdk(可本地调用的Java库)和.so文件,这些文件具有Java程序可以调用的本地方法。

So is there any possibility that I can do a java swing application to call that native methods in .so file on windows platform. 所以我有可能做一个Java swing应用程序来在Windows平台上的.so文件中调用该本地方法。

不能。.so文件是Linux共享库,不能在Windows上使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM