如何让jar文件在启动时运行
我有一个游戏,它有一个充当更新程序的辅助应用程序。更新程序可以每小时、每天或每周检查更新。我希望这个更新程序在启动时运行,以便它可以检查更新。如何使我的可执行 jar 文件在 Windows XP 和 Windows 7 上启动时运行?
I have a game that has a side application that acts as an updater. The updater can check for updates hourly, daily or weekly. I want this updater to be ran at startup so that it can check for updates. How do i make my executable jar file run at startup on a windows xp and windows 7?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
1. 转到开始 ->运行,然后写入“REGEDIT”,
转到 HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/Windows/Current Version/Run
在右侧添加一个字符串,并设置 JAR 文件的路径。
2. 或者您可以将 JAR 文件添加到“开始/所有程序/自动启动”中
1. goto Start -> Run and then write "REGEDIT"
goto HKEY_LOCAL_MACHINE/SOFTWARE/MICROSOFT/Windows/Current Version/Run
Add a String on the right side, and set the Path for your JAR file.
2. Or you can add your JAR file into START/ALL PROGRAMS/Autostart