JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 24.11.2020, 12:39
hannesflo hannesflo is offline
Modem User
 
Join Date: Nov 2020
Posts: 1
Question Apple Silicon Compatibility

I am curious how well JDownloder works on Apple's ARM based Mac devices.

I have seen some reports about Java support, but they were contradicting each other and only based on theory, not testing.

So if you are an early bird and using those Macs, feedback would be very helpful.

Thank you.
Reply With Quote
  #2  
Old 24.11.2020, 14:15
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

JDownloader runs perfectly fine on BigSur with AppleSilicon, just tested yesterday
Extraction support will follow shortly with upcomming JDownloader updates.

At the moment only manual installation will work.
Installer will follow as soon as BigSur/AppleSilicon is supported by the software we use to create installer.

1.) Download supported Java. eg from Zulu
azul.com/downloads/zulu-community/?architecture=arm-64-bit&package=jdk

2.) Create folder for JDownloader, eg in your user home and download JDownloader.jar into it
https://jdownloader.org/jdownloader2 , see Other

3.) Start JDownloader.jar
At the moment the Java package from Zulu is zip only, means you have to manually start JDownloader.jar via /path/bin/java -jar JDownloader.jar. Once full installer dmg package is available, you should be able to normal double click JDownloader.jar
__________________
JD-Dev & Server-Admin

Last edited by Jiaz; 24.11.2020 at 14:19.
Reply With Quote
  #3  
Old 24.11.2020, 14:20
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

Community feedback is welcome
__________________
JD-Dev & Server-Admin
Reply With Quote
  #4  
Old 25.11.2020, 18:01
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

Update: Great work @Apple, even our normal X86 Installer/Bundle+Extraction works perfectly fine/smooth on AppleSilicon!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #5  
Old 02.02.2021, 15:53
MOM2010
Guest
 
Posts: n/a
Default

when do you think a installer for m1 is ready to use?

which azul version was used in your test. 8, 11? the zip file or the tar.gz or the dmg?
Reply With Quote
  #6  
Old 02.02.2021, 16:18
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,084
Default

Hi,

Use jdk8, the zipped version and install manually via JDownloader.jar method.
The idea of a native installer hasn't been forgotten but there is no ETA available either.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #7  
Old 17.02.2021, 19:40
Mickfromle Mickfromle is offline
Modem User
 
Join Date: Feb 2021
Posts: 1
Default

thanks for the tip

Last edited by Mickfromle; 17.02.2021 at 21:27.
Reply With Quote
  #8  
Old 21.04.2021, 00:42
mccoy88f mccoy88f is offline
Modem User
 
Join Date: Apr 2021
Posts: 2
Default

Hi to all.
Here Is an alternative Launcher that WORKS on Mac M1 Apple Silicone (arm64)
github.com/mccoy88f/JDownloader-Launcher-M1-ARM64
(Link is my mccoy88f repo in GitHub)
In readme repo is writed how It works.
Thanks

Last edited by Jiaz; 21.04.2021 at 11:47.
Reply With Quote
  #9  
Old 21.04.2021, 11:52
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

@mccoy88f:
What tool did you use to create the launcher?

For me (MacMini M1) JDownloader works perfectly fine with rosetta and also native via Azul-JDK.
But most important, I cannot reproduce the reported issue with
Quote:
Know Issue: · Adding premium account seems do not open ui for adding
Works fine here. Also shows up dock icon fine for me. Sounds like issues caused by the launcher.
I just launch JDownloader directly via JDownloader.jar and installed Azul-JDK or via terminal
java -jar JDownloader.jar
__________________
JD-Dev & Server-Admin
Reply With Quote
  #10  
Old 23.04.2021, 18:31
meadow meadow is offline
Baby Loader
 
Join Date: Apr 2021
Posts: 5
Default

Using OpenJDK from Azul for Mac arm64 seems to be working fine. HOWEVER, do not install Java 16, but use 15 or even lower. with Java 16, the dock icon is not shown correctly, and submenus like the premium menu or "add links" are no longer opening.
you can find out about the main installed version with terminal using: "java --version".

You can uninstall java version by deleting branches in /Library/Java/JavaVirtualMachines.

For a convenient launcher: you can also right-click Jdownloader.JAR in the finder and make an alias for it. this is a shortcut you can put anywhere.
Reply With Quote
  #11  
Old 23.04.2021, 19:03
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

Thanks for the report. The Java 16 issues will be fixed (as good as possible) with next update
__________________
JD-Dev & Server-Admin
Reply With Quote
  #12  
Old 23.04.2021, 19:36
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

Update is live. Fixed the issues and Windows/Dock icon works fine again with Java>=16 Thanks again for the report
__________________
JD-Dev & Server-Admin
Reply With Quote
  #13  
Old 23.04.2021, 19:44
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

@meadow: Please update and give it another try
__________________
JD-Dev & Server-Admin
Reply With Quote
  #14  
Old 23.04.2021, 22:29
mccoy88f mccoy88f is offline
Modem User
 
Join Date: Apr 2021
Posts: 2
Default

How to create a better alias with icon?
Reply With Quote
  #15  
Old 25.04.2021, 08:48
meadow meadow is offline
Baby Loader
 
Join Date: Apr 2021
Posts: 5
Default Better icon?

Quote:
Originally Posted by mccoy88f View Post
How to create a better alias with icon?
this helps:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

right click the Alias in the finder, then "Get Info" and just drop the icon of e.g. your launcher over the coffee cup icon in the information box on the upper left corner.
Reply With Quote
  #16  
Old 26.04.2021, 09:23
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

Quote:
Originally Posted by Jiaz View Post
@meadow: Please update and give it another try
feedback would be nice
__________________
JD-Dev & Server-Admin
Reply With Quote
  #17  
Old 29.04.2021, 00:02
meadow meadow is offline
Baby Loader
 
Join Date: Apr 2021
Posts: 5
Default

Quote:
Originally Posted by Jiaz View Post
@meadow: Please update and give it another try
Thanks, tried it with Java Zulu 16.30+15 for ARM and it seems to work flawless now. Dock icon, submenu opening - everything works.
Reply With Quote
  #18  
Old 29.04.2021, 12:32
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

Thanks for the feedback
__________________
JD-Dev & Server-Admin
Reply With Quote
  #19  
Old 22.05.2021, 08:47
meadow meadow is offline
Baby Loader
 
Join Date: Apr 2021
Posts: 5
Default

After in-app-updating Jdownloader the program restarts, but then the GUI is less beautiful until it is launched normally. just a small bug though as simply restarting the app helps. Using Java Zulu 16.30+15. screenshot attached.d
Attached Images
File Type: png Screenshot 2021-05-22 at 08.43.32.png (160.3 KB, 1 views)
Reply With Quote
  #20  
Old 23.05.2021, 14:33
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

@meadow: That is a known issue and unconnected to MacOS or java version. It always can happen on first restart after an update. Just do another restart and it will be fine again. It is known issue but not easy to reproduce/debug and in my eyes a very minor bug because it can be resolved by another restart of JDownloader. But of course I still try to fix it
__________________
JD-Dev & Server-Admin
Reply With Quote
  #21  
Old 25.05.2021, 11:38
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

Latest MacOS 11.4 update broke Java/Zulu compatibility.
11.3.2 worked fine and 11.4 instandly crashes native java.
eg. ittone.ma/ittone/macos-apple-siliconm1-11-4-get-a-java-error-jdk16/
__________________
JD-Dev & Server-Admin
Reply With Quote
  #22  
Old 30.05.2021, 15:58
meadow meadow is offline
Baby Loader
 
Join Date: Apr 2021
Posts: 5
Default

Latest Azul Java release 16.30 should be ok.Have not tested it yet.
Here are the release notes: **External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #23  
Old 31.05.2021, 11:39
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

@meadow: thanks! latest release just works fine again!
__________________
JD-Dev & Server-Admin
Reply With Quote
  #24  
Old 29.03.2022, 13:00
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,517
Default

just wanted to let you know that we know have native M1 installer, see
mega.nz/#!eI8C0YgY!MzvJNyYnWm-QjWTuvNgNoTAkkrd3VsonqjQOneI7Tmo
In case you encounter any issues, please let us know!
__________________
JD-Dev & Server-Admin
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 10:24.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.