如何设置 Eclipse 插件分析器
我想使用 Eclipse Plugin Profiler 来分析我的应用程序。但是,我在安装时遇到了问题。我将分析器解压后的文件夹复制到 Eclipse 根文件夹中的plugins 文件夹中。但是,当我打开 Eclipse 时,运行->运行配置->并单击探查器,我收到以下错误:
“发生错误。有关更多详细信息,请参阅错误日志。 ru/nlmk/eclipse/plugins/profiler/launch/ProfilerTab"
我认为分析器 dll 的位置有问题,但我不知道把它放在哪里。
我如何使这个插件工作?谢谢进步
I want to use the Eclipse Plugin Profiler to profile my applications. However, I am facing problems while installing it. I copied the unzipped folder of the profiler into the plugins folder in the root eclipse folder. However when i open eclipse, run->run configurations-> and click on profiler, i receive the following error:
"An error has occurred. See error log for more details.
ru/nlmk/eclipse/plugins/profiler/launch/ProfilerTab"
I think there is a problem in the location of the profiler dll, but i don't know where to put it.
How do i make this plugin work? thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正确安装步骤定义于http://eclipsecolorer.sourceforge.net/ index_profiler.html,DLL 应位于 JRE 安装的
bin
文件夹中。The right steps for installation are defined at http://eclipsecolorer.sourceforge.net/index_profiler.html, and the DLL should be in your
bin
folder of your JRE installation.