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.
我使用 Jni4Net 从 C# 调用 Java,它工作得很好,但是如果创建一个实现 Java 接口的 C# 类,我不能使用 Java 接口的默认实现。这个问题有解决方案或解决方法吗?或者我在哪里可以找到解释如何调用默认实现的有关 JNI 的文档?