Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个使用嵌入式码头容器的 java 应用程序。当我们通过 mvn jetty:run 在 OSX 上通过 maven 启动它时,会打开一个带有 title 的 java 应用程序org.codehaus.plexus.classworlds.launcher.Launcher。当它打开时,它会从前景中的任何东西中窃取焦点。有什么办法可以预防吗?
org.codehaus.plexus.classworlds.launcher.Launcher
运行
-Djava.awt.headless=true
您可以在您的 Mac 机器环境中的 MAVEN_OPTS 中添加它(即,在 ~/.profile 或您的外壳查找的任何内容中)