如何在 OpenSUSE 或 Ubuntu 中调出 java 控制台?

发布于 2024-07-29 10:39:22 字数 140 浏览 2 评论 0原文

我正在开发一个 java applet,我想知道 Ubuntu/OpenSUSE 中的 System.out 到底去哪儿了。 在 Windows 中,我只是拉起 jconsole,但我在 Ubuntu/OpenSUSE 中没有找到它。

谢谢。

I'm working on a java applet, and I was wondering where the heck System.out was going in Ubuntu/OpenSUSE. In windows, I just pull up jconsole, but I've not found this in Ubuntu/OpenSUSE.

Thanks.

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

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

发布评论

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

评论(2

终止放荡 2024-08-05 10:39:22

运行命令jcontrol。 在高级选项卡上,展开Java 控制台并选择显示控制台。 重新启动 Firefox,下次您在浏览器中打开 Java 小程序时,控制台应该会打开。

Run the command jcontrol. On the Advanced tab expand Java console and select Show console. Restart Firefox and the console should open the next time you open a Java applet in the browser.

债姬 2024-08-05 10:39:22

另外,您可以从终端运行 firefox 来查看 jconsole 输出。 Jconsole 输出转到 Firefox 的标准输出。

Also, you can run firefox from the terminal to see jconsole output. Jconsole output goes to firefox's standard out.

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