there is no sense if your application not required any user input to start.
you can put the whole command into "/etc/rc.local" file. so whenever you boot your machine it will automatically start your application without login into system.
Code:
#cat /etc/rc.local
/path/to/my/application