单击一个图标必须运行另一个可运行的 jar
我已经为我的应用程序创建了一个可运行的 jar。我想更改该罐子的默认图标。搜索了近两天,大多数网站都说这取决于操作系统,无法更改。所以我想这样做,通过单击不同的图标,我的可运行程序必须运行。有什么办法可以实现这一点吗?
I have created a runnable jar of my application. I want to change the default icon of that jar. Searched for almost two days and most of the sites said it depends on OS, can't be changed. So I think to do like this, by clicking on a different icon, my runnable has to run. Is there any way to achieve that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
启动应用程序。使用 Java Web Start。作为桌面集成的一部分,它提供了为桌面快捷方式(或菜单项)设置图标的功能。
JWS 可在“两种”Windows、*nix 和 *nix 中工作。苹果。
Launch the app. using Java Web Start. As part of the desktop integration it offers the ability to set an icon for the desktop shortcut (or menu item).
JWS works in 'both' Windows, *nix & Mac.