在 Java 运行时扩展或添加新类
有没有办法在 java 运行时添加(或扩展现有)类。 我遇到了一个问题,我必须在运行时扩展现有的类并将其添加到类路径中,以便选择这个新类。
谢谢,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法在 java 运行时添加(或扩展现有)类。 我遇到了一个问题,我必须在运行时扩展现有的类并将其添加到类路径中,以便选择这个新类。
谢谢,
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您绝对应该写下为什么需要此功能。
如果您尝试在运行时添加或替换逻辑,您可能需要查看 脚本 API 和一些实际的实现。
You should definitely write why you need this feature.
If you attempt to add or replace logic at runtime you might want to have a look at the scripting API and some actual implementations.
有多种方法可以做到这一点。
我想还有其他选择。
There are a number of ways you could do this.
I imagine there are other options.
您可能想查看 BCEL。 如果没有关于您需要做什么的更多信息,就很难给出更具体的答案。
You might want to look at BCEL. Without any more information about what you need to do, it's tricky to give a more specific answer.