如何设置 Eclipse TPTP

发布于 2024-07-06 06:00:05 字数 613 浏览 7 评论 0原文

我需要为客户分析一个 Java 应用程序。 这是一个 eclipse/maven 项目,所以我决定使用 eclipse TPTP ( http://www.eclipse.org/tptp< /a>)。

我尝试通过标准 Eclipse 安装中的更新管理器来安装 Eclipse TPTP,但由于令人难以置信的复杂设置和下载具有非常神秘名称的依赖项,我放弃了。

然后我从 http 下载了“all in one TPTP 4.5.1”包://www.eclipse.org/tptp/home/downloads/?ver=4.5.1 但是当我启动它时,它会弹出一个错误,提示“Eclipse 可执行启动程序无法找到它的同伴共享图书馆”。

我运行的是 Windows XP、Sun Java 1.5,并在解压的 eclipse TPTP 安装中单击“eclipse.exe”。

我需要做什么才能让 eclipse TPTP 运行?

I need to profile a java application for a customer. It's an eclipse/maven project, so I decided on using eclipse TPTP ( http://www.eclipse.org/tptp ).

I tried to install eclipse TPTP through the update manager from a standard eclipse installation, but I gave up because of the unbelievable complex setup and downloading of dependencies with very cryptic names.

Then I downloaded the "all in one TPTP 4.5.1" package from http://www.eclipse.org/tptp/home/downloads/?ver=4.5.1 but when I start it up, it pops up an error saying "The eclipse executable launcher was unable to locate it's companion shared library".

I'm running Windows XP, Sun Java 1.5, and clicked on "eclipse.exe" in the unpacked eclipse TPTP installation.

What do I need to do to get eclipse TPTP running?

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

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

发布评论

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

评论(5

银河中√捞星星 2024-07-13 06:00:05

如果您更新到 Java 1.6u7 或更高版本,您将可以访问与 Netbeans Profiler 本质上相同的 VisualVM 工具。

我尝试使用 Eclipse 测试和性能工具包,但它的工作效果不如 Netbeans 分析器。

If you update to Java 1.6u7 or better, you'll get access to the VisualVM tool that is essentially the same as the Netbeans Profiler.

I tried to use the Eclipse Test and Performance Tools package, but it just didn't work as well as the Netbeans profiler.

伴我老 2024-07-13 06:00:05

另一种方法是使用 Netbeans 来分析 Eclipse 应用程序。

我在下面的链接上有一篇博客文章,解释了如何配置这两个应用程序:

http://www .jroller.com/ortegon/entry/on_profiling_eclipse_rcp_applications

它工作得很好。 一年多以来我一直以这种方式进行分析。 易于使用,易于设置,图形也很漂亮。

我发现安装 TPTP 很痛苦,至少我使用的版本与 Eclipse 集成得不是很好。 我花了很长时间才让它正常工作。 Netbeans 的学习和跟上速度要快得多。 在较新的版本中,还可以使用特殊的 netbeans 插件导入 Eclipse 项目的源代码(尽管需要单独下载)。

An alternative is to use Netbeans to profile an Eclipse Application.

I have a blog post on the link below that explains how to configure both applications:

http://www.jroller.com/ortegon/entry/on_profiling_eclipse_rcp_applications

It works very well. I've been profiling this way from over a year. Easy to use, easy to setup and nice graphics also.

I found installing TPTP a pain, at least the version I used is not very well integrated with Eclipse. It took me a very long time to get it to work correctly. Netbeans was way quicker to learn and to get up to speed. In the newer versions, it is also possible to import the source code of the Eclipse Projects using a special netbeans plugin (albeit it needs to be downloaded separately).

毁梦 2024-07-13 06:00:05

真奇怪。 我已经尝试过多合一包,它在使用 Java 1.5 的 Windows XP 上运行没有问题
难道你不能使用64位版本的Windows吗? 也许这可能是问题的原因。

我个人不太使用TPTP。 我认为 NetBeans 分析器提供了更多(至少更容易理解)的信息。

It's strange. I've tried the all in one package and it works without a problem on Windows XP with Java 1.5
Is it not possible that you use 64 bit version of Windows? Maybe that could be the cause of the problem.

I personaly don't use TPTP very much. I think NetBeans profiler gives more - at least more understandable - information.

心意如水 2024-07-13 06:00:05

也许尝试从以下位置下载“Java 1.5+ (JVMTI) Profiler SDK”(运行时)
http://www.eclipse.org/tptp/home/downloads /?ver=4.5.1

我也认为IBM最新的Rational Developer集成了这项技术(有60天的试用期)。 您可以在那里看到他们如何配置它。

Maybe try downloading the "Java 1.5+ (JVMTI) Profiler SDK" (runtime) from
http://www.eclipse.org/tptp/home/downloads/?ver=4.5.1

I also think IBM's latest Rational Developer integrates this technology (there is 60 days trial). You can see how they configure it there.

李不 2024-07-13 06:00:05

VisualVM 1.1.1 是使用 NetBeans 的一个很好的替代方案,它是一个独立的应用程序,因此您不需要不必将 Maven/Ant/Eclipse 项目引入其项目格式。 它可以在打开时看到任何本地 Java 进程,因此只需在 Java 进程列表中双​​击您的应用程序即可。 您可以:

  1. 进行堆转储
  2. 比较内存快照
  3. 使用 VisualGC 插件查看垃圾回收
  4. 运行 BTrace 脚本 以添加运行时分析和分析 对您的代码的调试建议。

VisualVM 1.1.1 is a nice alternative to using NetBeans, being a standalone app, so you don't have to bring a Maven/Ant/Eclipse project into it's project format. It can see any local Java process upon opening, so just double click your app in the list of Java processes and off you go. You can:

  1. Take Heap Dumps
  2. Compare Memory Snapshots
  3. View garbage collection with the VisualGC plugin
  4. Run BTrace scripts to add run-time profiling & debugging advice to your code.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文