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 Webstart 应用程序,但不希望它显示 Webstart 启动屏幕或“下载应用程序”框。有什么办法可以关闭它们吗?(我可以显示权限请求框,但仅此而已)。
是的,使用 -nosplash 选项。
放置这个:
<argument>-nosplash</argument>
在您的 JNLP 文档中。
或者您可以使用您的启动图像:
MyProject1.0 我的公司。MyProject1.0 的应用程序启动器 ....
请注意,对于生产用途,您可能希望向用户提供视觉反馈,以避免“今天无法正常工作”(必须通过缓慢的线路下载大型更新,导致启动时间长)。