Is there a cross platform way to make my java application auto-start? If there is no cross platform way, is there at least a Windows 7 & Windows 8 technique?
I need to know how this is possible using java code.
Thank you, in advance.
For windows, create a .bat batch file and put following command
@javaw -jar jar-path-directory arguments
put the batch file in startup directory