如何在 OpenSUSE 或 Ubuntu 中调出 java 控制台?
我正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
运行命令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.
另外,您可以从终端运行 firefox 来查看 jconsole 输出。 Jconsole 输出转到 Firefox 的标准输出。
Also, you can run firefox from the terminal to see jconsole output. Jconsole output goes to firefox's standard out.