Skip to content


JDownloader on OpenSuSE 11.3

Download JDownloader (backup link below, linux version), unzip, and a bunch of files appear. Sure, java -jar JDownloader.jar, freezes if I’m not on root…

To run JDownloader properly, do the following:

chown -R $USER:users [JDownloader Directory]
chmod -R +r [JDownloader Directory]
chmod +x [JDownloader Directory]/JDownloader.jar

If you also want to link it as a command, do:

vi /usr/bin/jdownloader

Write:

#!/bin/bash
java -jar [PATH TO JDownloader.jar] &

Download: JDownloader [Linux]

Posted in Information. Tagged with , .