-3

Am i need some way of starting my Java application without forcing the user to run the application manually. i have birthday reminder jar file. Now i need to popup the window when the user have birthday it will popup a message or vice versa . Can anyone provide any assistance?

  • 2
    Duplicates: http://stackoverflow.com/questions/5953525/run-java-application-at-windows-startup?rq=1 http://stackoverflow.com/questions/18874414/automatically-running-a-java-application-at-os-startup?rq=1 http://stackoverflow.com/questions/22712080/how-to-run-java-application-on-startup-of-ubuntu-linux?rq=1 –  Dec 31 '15 at 07:16

1 Answers1

0

In Ubuntu make you application as service and start it while os boot up(using chkconfig). and in Windows you can add it your application in startup(make a .bat file and put it to windows startup folder)

Shriram
  • 4,343
  • 8
  • 37
  • 64