简体   繁体   English

java 7更新导致启动器出现在mac应用程序切换器中

[英]java 7 update causes launcher to appear in mac application switcher

My Mac is running OS X 10.6. 我的Mac正在运行OS X 10.6。 Previously I had Java 1.6.0_37 plus 1.7b06 installed, and 1.6 was set to be the default for command line use. 以前我安装了Java 1.6.0_37加1.7b06,并且1.6被设置为命令行使用的默认设置。

I frequently do command-line android builds. 我经常做命令行android构建。 Prior to installing the Java 1.7b09 update these would execute without the window focus ever leaving the terminal window from which I invoked the build. 在安装Java 1.7b09更新之前,这些将在没有窗口焦点的情况下执行,而不会离开我调用构建的终端窗口。 Nothing "new" would appear in the application switcher. 应用程序切换器中不会出现任何“新”内容。

AFTER installing 1.7b09, when I launch an android build from a command prompt, a new application ("Launcher") appears in the application switcher menu (command-tab) and window focus shifts from the terminal to this new Launcher app. 安装1.7b09之后,当我从命令提示符启动android构建时,应用程序切换器菜单(命令选项卡)中会出现一个新应用程序(“Launcher”),窗口焦点从终端转移到这个新的Launcher应用程序。

My question: What setting should I twiddle to get back to the way things worked pre-1.7b09 install? 我的问题:我应该采取什么样的设置来回到1.7b09安装前的工作方式?

Java version 1.6 was deployed by Apple, however, this changed since Java version 1.7. Apple已部署Java版本1.6,但自Java版本1.7以来,此版本已发生变化。 Oracle is now responsible for the deployment of new releases . Oracle 现在负责部署新版本

By the way, the Launcher application is a sandbox-like environment which is the default as of Java version 1.7. 顺便说一句, Launcher应用程序是一个类似沙箱的环境,这是Java 1.7版本的默认环境。 Personally, I think it's a bad idea to disable the sandbox-setting. 就个人而言,我认为禁用沙盒设置是个坏主意。 It is there for a reason . 这是有原因的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM