关闭 Java 控制台后如何在 Firefox 3 中重新打开它
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/80634/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to re-open the Java Console in Firefox 3 after I've closed it
提问by AndrewR
I'm using firefox3 to run a Java Applet (on Linux). normally, when the JVM launches the Java Console window opens so I can see output from the Applet (stack traces etc.).
我正在使用 firefox3 运行 Java Applet(在 Linux 上)。通常,当 JVM 启动时,Java 控制台窗口会打开,因此我可以看到 Applet 的输出(堆栈跟踪等)。
However, if I closethe console there appears to be no way of getting it back short of restarting Firefox (I have to close the console because it makes startup of the applet hang for some reason, which is another problem).
但是,如果我关闭控制台,似乎无法在重新启动 Firefox 之前将其恢复(我必须关闭控制台,因为它使小程序的启动因某种原因挂起,这是另一个问题)。
There was a Firefox extension called "Open Java Console" that solved this problem, but it hasn't been ported to Firefox3.
有一个名为“Open Java Console”的 Firefox 扩展解决了这个问题,但它没有被移植到 Firefox3。
Is there a way to re-open the Java console in Firefox3 ?
有没有办法在 Firefox3 中重新打开 Java 控制台?
Note that I'm using Firefox3 on Linux(Ubuntu 8.04), where the "Tools->Java Console" menu option does not appear for some reason
请注意,我在Linux(Ubuntu 8.04)上使用 Firefox3 ,其中“工具->Java 控制台”菜单选项由于某种原因没有出现
采纳答案by Ross A
I have the Web developer add-on, so pressing Ctrl-Shift-O opens the Java console. (Firefox 3 on Ubuntu)
我有 Web 开发人员插件,所以按 Ctrl-Shift-O 会打开 Java 控制台。(Ubuntu 上的 Firefox 3)
回答by HalfBrian
I also have the Web Developer add-on, but I couldn't get it to open the Java Console, so now I right click the Java icon in the task bar and click "Open Console" and that does it for me.
我也有 Web Developer 插件,但我无法打开 Java 控制台,所以现在我右键单击任务栏中的 Java 图标,然后单击“打开控制台”,这对我来说就完成了。

