Netbeans 6.8 没有分析器?
我想在不同的系统上分析我的项目,但 netbeans 安装在那里 似乎没有可用的分析器。 这是那个盒子上的java -version
; (1.6.0_18)
OpenJDK 运行时环境 (IcedTea6 1.8.3) (fedora-46.1.8.3.fc13-x86_64) OpenJDK 64 位服务器 VM(构建 14.0-b16,混合模式)
可能是配置原因,还是我必须摆弄 netbeans 设置?
I wanted to profile my project on a different system but the netbeans installed there
doesn't seem to have the profiler available.
This is java -version
on that box; (1.6.0_18)
OpenJDK Runtime Environment (IcedTea6 1.8.3) (fedora-46.1.8.3.fc13-x86_64)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Could the configuration be the reason, or I have to fiddle with netbeans settings?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开
工具->插件
,选中“已安装”选项卡。如果那里没有“Java Profiler”插件,您可能需要通过“可用”选项卡安装它。或者,如果它位于“已安装”选项卡中,但未标记为活动状态,您可能需要激活它。Open
Tools->Plugins
, check the "Installed" tab. If there is no "Java Profiler" plugin there, you may need to install it through the "Available" tab. Or you may need to activate it if it's in the "Installed" tab, but not marked as active.