Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有很多关于在 Android 上为 Java 编写 ANE 的教程/详细信息,但不是在 Windows 上为 Java 编写的。是否有可能做到这一点?
要将 Java 代码打包到 Windows 上的本机扩展中,您需要一个 C 包装器(使用 JNI 调用 API)。您可能需要分发一个完整的 JVM(尽管取决于您对目标机器的了解,您可能可以假设定义了 JVM 和 JAVA_HOME)。