View Single Post
  #4  
Old 13.11.2016, 15:25
Enqueue90
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Jiaz View Post
Please upgrade to use Oracle JVM/install Oracle JVM. Synology installs by default the ZeroVM JVM which is 80-100 times slower because it does not bring any JIT-Compiler. It is a interpret only JVM.
Thanks for your confirmation and explaination. As I've written in my post already: The problem disappeared with the proper Oracle JDK.

Quote:
Originally Posted by Jiaz View Post
Also just for your information. JDownloader does not require GhostAWT!
With the Java7 package I had installed previously on my Synology GhostAWT was still required. JDownloader does graphical operations also in the headless mode (e.g. loading icons and sending them to the browser). In the old Java7 Synology/ARM package that was available for me, the libs for all graphical operations (even headless) were completely missing. This caused JD to crash since not even the awt-headless mode could be initialized.

Now with the new Java8 package I can run JD without GhostAWT.

Last edited by raztoki; 13.11.2016 at 23:09.
Reply With Quote