Is there possible to code the Java Swing applic开发者_运维问答ation to run when Windows start up?
Create a batch file which runs your program, save it in Start menu > Programs > Startup
for example in win XP this folder would be C:\Documents and Settings\All Users\Start Menu\Programs\Startup or C:\Documents and Settings[YOURUSERNAME]\Start Menu\Programs\Startup
http://en.wikipedia.org/wiki/AutoRun
http://www.nthelp.com/40/autorun.htm
精彩评论