吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1582|回复: 4
收起左侧

[求助] aip接口过期,应该怎么改,求大佬帮忙搞一下啊

[复制链接]
·小萌新· 发表于 2019-8-27 22:23
本帖最后由 ·小萌新· 于 2019-8-27 22:25 编辑

public static void loadLibrary(File file) {
    try {
        URLClassLoader cl = (URLClassLoader) ClassLoader.getSystemClassLoader();
        Method method = URLClassLoader.class.getDeclaredMethod("addURL", URL.class);
        method.setAccessible(true);
        method.invoke(cl, file.toURL());这里报错
    } catch (Exception e) {
        e.printStackTrace();
    }
}这是过期的一段代码完整代码在https://www.lanzouj.com/i5u3qed

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

zx411502 发表于 2019-8-27 23:11
过期了能怎么改。。。
固执与偏见 发表于 2019-8-27 23:17
首先说你要干嘛?
然后入参是什么?你想要什么结果?报什么错?
这是正确的提问方式
kesai 发表于 2019-8-27 23:46
nws0507 发表于 2019-8-28 00:07
你要干嘛,详细的说一下
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-27 02:48

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表