使用 JDK5 进行 btrace

发布于 2024-11-18 23:38:49 字数 140 浏览 3 评论 0原文

我们可以在 JDK5 或更低版本中使用 bTrace 吗?如果没有,JDK6 中提供的使 bTrace 工作的东西是什么?

我的理解是,btrace 致力于 Java 字节码检测,JDK5 也有该功能。 bTrace 是否正在利用仪器的一些额外功能?

Can we use bTrace with JDK5 or lesser versions? If not, what is that things which is provided in JDK6 that makes bTrace work?

My understanding is that btrace working on Java Byte Code Instrumentation which was there for JDK5 as well. is there some extra features of instrumentation which is being exploit by bTrace?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

灵芸 2024-11-25 23:38:49

请参考此处:http://kenai.com /projects/btrace/forums/forum/topics/13112-running-BTrace-on-JRE

以下是他们的回答:

此场景未经测试。理论上,将tools.jar 复制到默认类路径选择的位置就足够了(或者向BTrace 提供包含tools.jar 的类路径)。
如果您能测试一下那就太好了 - 我很想听听结果。

Please refer here: http://kenai.com/projects/btrace/forums/forum/topics/13112-running-BTrace-on-JRE

Here is what have they answered:

this scenario is not tested. In theory, it should suffice to copy tools.jar to a location picked by the default classpath (or provide BTrace with the classpath containing tools.jar).
It would be great if you could test it out - I would love hearing the results.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文