I have a Java application written that transfers the selected files to an ssh server. I want this application to start automatically every time Windows starts.
I know that this question has been asked several times, and I have followed these findings. I tried Java Service Wrapper (which is no longer available due to a DNS problem), Apache Daemon and JSL. Although I sometimes had to install the application as a service, I could never get it to work normally at boot time, or even start it manually from the command line.
My question is whether anyone knows about the first first step in the final tutorial on how to make this work. I came across several things, but all of them either assume that you have implemented what they do not explain how to implement, or rely on applications that I have not installed.
thanks
source share