Package Details: jdownloader2 latest-17

Git Clone URL: https://aur.archlinux.org/jdownloader2.git (read-only, click to copy)
Package Base: jdownloader2
Description: Download manager, written in Java, for one-click hosting sites like Rapidshare and Megaupload. Uses its own updater.
Upstream URL: https://jdownloader.org/
Keywords: download hoster internet jdownloader manager oneclick
Licenses: GPL
Conflicts: jdownloader
Replaces: jdownloader
Submitter: None
Maintainer: miten
Last Packager: Derson5
Votes: 421
Popularity: 2.34
First Submitted: 2011-09-07 23:08 (UTC)
Last Updated: 2022-02-14 15:53 (UTC)

Dependencies (4)

Required by (0)

Sources (21)

Latest Comments

1 2 3 4 5 6 .. 13 Next › Last »

xiota commented on 2023-09-20 07:54 (UTC)

Please remove replaces directive. Thank you.

korimitsu commented on 2023-05-28 08:59 (UTC)

I'll mark it as out of date until changes are made to meet XDG.

sant0s commented on 2023-05-07 08:35 (UTC)

Could you please update changePath() to something like this to respect the XDG Directory Specification?

function changePath(){
  # check the groups of the current loggedin users
  groups | grep -q -E '(\s|^)jdownloader(\s|$)' >/dev/null
  if [ "$?" -eq  0 ] || isRoot ; then
    export JD_SCOPE="global"
    echo "[global JDownloader scope]"
    umask u=rwx,g=rwx,o=rx
    cd '/opt/JDownloader'
  else
    export JD_SCOPE="user"
    echo "[user JDownloader scope]"
    mkdir -p "${XDG_DATA_HOME}/jdownloader2"
    cd "${XDG_DATA_HOME}/jdownloader2"
  fi
}

evh5150 commented on 2023-02-06 12:18 (UTC) (edited on 2023-02-07 22:43 (UTC) by evh5150)

An update has broken this for me. One line from the error is: Illegal reflective access by org.appwork.utils.ReflectionUtils

EDIT: fixed by making a later version of OpenJDK the default.

lollilol commented on 2022-09-05 16:13 (UTC)

I fixed the font issue by putting --> _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on' <-- in $HOME/.profile and then signing out

Creto commented on 2022-05-19 21:54 (UTC)

I temporarily solved my problem with installing JDownloader2 by installing zlib-git https://forum.biglinux.com.br/t/solucao-quanto-ao-erro-no-jdownloader2/1696

Nanook commented on 2022-04-24 23:25 (UTC) (edited on 2022-04-24 23:30 (UTC) by Nanook)

@achilleas8095 & @mezzocorso: it's an issue with zlib 1.2.12; (temporarily) downgrading it to 1.2.11 fixes it. See issues on JDownloader forums and zlib issue #46.

achilleas8095 commented on 2022-04-20 14:28 (UTC)

Hi i am trying to install jdownloader2 and i get the following error

An unexpected IO error occurred during the update. Please try again or contact our support. This Error is cause by org.tukaani.xz.CorruptedInputException: XZ Index is corrupt at org.tukaani.xz.index.IndexHash.validate(Unknown Source) at org.tukaani.xz.SingleXZInputStream.read(Unknown Source) at org.tukaani.xz.XZInputStream.read(Unknown Source) at java.base/java.io.InputStream.read(InputStream.java:218) at org.appwork.updatesys.client.UpdateClient.runPackageExtraction(UpdateClient.java:4039) at org.jdownloader.update.UpdateManager.runUpdateLoop(UpdateManager.java:1227) at org.jdownloader.update.PendingUpdate.run(PendingUpdate.java:19) at org.jdownloader.update.UpdateManager$23.run(UpdateManager.java:1666) at java.base/java.lang.Thread.run(Thread.java:833)

mezzocorso commented on 2022-04-03 10:14 (UTC)

Hi upgrading jdownloader fails with a IO error: org.tukaani.xz.CorruptedInputException: XZ Index is corrupt

Spixmaster commented on 2022-03-24 08:24 (UTC)

Can the out of date flag be handled?