gpt4 book ai didi

java - 子类的 JNI FindClass 格式?

转载 作者:太空狗 更新时间:2023-10-29 23:00:11 26 4
gpt4 key购买 nike

加载子类的正确 FindClass 标识符语法是什么?例如:

package a.b.c;

class Foo {
class Bar {
...
}
}

要获取 Foo,我可以执行 (*env)->FindClass(env, "/a/b/c/Foo"),但要获取 Bar 通过 (*env)->FindClass(env, "a/b/c/Foo/Bar") 抛出 ClassNotFoundException。是否有不同的语法来表示子类?

最佳答案

没关系,javap 工具在这里很有用。正确的语法是:

a/b/c/Foo$Bar

关于java - 子类的 JNI FindClass 格式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9949674/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com