View Single Post
  #22  
Old 18.09.2014, 12:40
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,614
Default

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
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 18.09.2014 at 12:49.
Reply With Quote