问题标签 [attach-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
classloader - ClassLoader 不包含类
我有一个需要更改应用程序类的代理,因为我使用的是 Attach API + Javassit。首先我尝试使用:
但是我收到一个异常,说找不到该类。
要将类添加到 Javassist 路径,我使用了以下代码:
我从 Javassist 得到了一个名为 NotFoundException 的异常。有过迭代所有通过ClassLoader加载的类的想法
使用此代码:
我检查了输出中的所有行,但没有找到 net.minecraft.client.multiplayer.PlayerControllerMP 类。
我哪里错了或发生了什么?