Is there possible to code the Java Swing application to run when Windows start up?
2 Answers
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
1 Comment
Kaz
This answer is incorrect. This runs the application when a user logs in, not when Windows starts.