View Single Post
  #51  
Old 28.10.2014, 13:24
mehmeh
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by raztoki View Post
You no longer need GhostAWT to run a headless instance.

grab JDownloader.jar,
and run in unix/linux/mac
Code:
java -Djava.awt.headless=true -jar JDownloader.jar
or windows use
Code:
javaw -Djava.awt.headless=true -jar JDownloader.jar
:w00t: thanks

now, I'm using JD2 headless into my raspberryPi and it works fine.
I have started JD2 using this command:
Code:
java -Djava.awt.headless=true -jar JDownloader.jar &
and after some minutes I have closed the ssh connection, and JD2 has continued to run.
I use JD2 using the myJdownloader website.

But I have a problem, how can I stop JD2 without corrupt the JD2 files and download?
thanks
Reply With Quote