We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在加载插件时,出现加载失败: java.lang.ClassNotFoundException: Didn't find class XX
实际上在插件单独运行调用第三方库时,如果没有调用第三方库的初始化方法,也会报一样的错: java.lang.ClassNotFoundException: Didn't find class XX。
能否在加载插件时先调用第三方库的初始化方法呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在加载插件时,出现加载失败:
java.lang.ClassNotFoundException: Didn't find class XX
实际上在插件单独运行调用第三方库时,如果没有调用第三方库的初始化方法,也会报一样的错:
java.lang.ClassNotFoundException: Didn't find class XX。
能否在加载插件时先调用第三方库的初始化方法呢?
The text was updated successfully, but these errors were encountered: