Installing JDownloader in Ubuntu
JDownloader is an excellent download manager. When I had a Mac I used Speed Downloader, but when the free trial period ran out I switched back to DownThemAll, a download manager plugin for Firefox.
The only thing I missed about Speed Downloader was its ability to store my Rapidshare Password: a feature not supported by DownThemAll – no more returning to the computer to find my downloads folder filled with useless .html files as I’d forgot to make sure the Rapidshare Cookie was set… JDownloader can not only store one’s Rapidshare details, it can store details for just about every other download service imaginable.
JDownloader also has an option to capture the clipboard – copy a link and it will automatically open a “Add download” window – surprisingly useful. Downloads can be organised into packages. JDownloader will attempt to unpack compressed files automatically (there is an option to turn this off).
It’s pretty great – I’m sure it’ll give whatever download manager you’re currently using a run for your money.
Installing it (properly) in Ubuntu:
If you’re using a flavour of (Ubuntu) linux, you may want to set JDownloader up so you don’t have to start it by right-clicking on “JDownloader.jar” and selecting “Open with Sun Java JRE”. I know I did.
How to ‘install’ JDownloader:
This tutorial assumes you have Java installed and working. If you don’t have Java installed: How to Install Java in Ubuntu.
Download JDownloader, extract it to your Desktop. Download a JDownloader icon, rename it to “JDownloader.png” and put it in the JDownloader folder.
Open a Terminal (Accessories -> Terminal).
Create a JDownloader install directory:
sudo mkdir /opt/JDownloader |
Move the extracted files to their new home (replace “X” with version number):
sudo mv ~/Desktop/JDownloader\ X.X.XXX/* /opt/JDownloader/ |
Change their ownership:
sudo chown -R $USER:$USER /opt/JDownloader sudo chmod -R +r /opt/JDownloader |
Make the JDownloader.jar file executable:
sudo chmod +x /opt/JDownloader/JDownloader.jar |
Make JDownloader runnable from Terminal:
sudo touch /usr/local/bin/JDownloader sudo nano /usr/local/bin/JDownloader |
This opens the file for editing within the Terminal. Paste the following:
#! /bin/sh java -jar /opt/JDownloader/JDownloader.jar |
To save and close the file, press CTRL + X, then Y, then ENTER.
Make a menu item for JDownloader:
sudo nano /usr/share/applications/JDownloader.desktop |
Paste the following:
[Desktop Entry] Encoding=UTF-8 Name=JDownloader Comment=Download Manager Exec=java -jar /opt/JDownloader/JDownloader.jar Icon=/opt/JDownloader/JDownloader.png Terminal=false Type=Application Categories=GNOME;Network; StartupNotify=True |
Enjoy!
Credit to Kmassada for his post about installing Eclipse 3.4


[...] folder, in JDownloader’s root directory. For me, as I used this method to install JDownloader, the folder was in “/opt/JDownloader/”. Find the most recent “backup.zip” [...]
[...] launchable application. Works like a charm now!! Here's the tutorial for future references. Blog of Interest / ????? __________________ PS2 Version: I cba to set this PS2 Region: NTSC-U Backup Method: Swap [...]
Interesting weblog
Thanks :)
That image you link to is hilarious, btw.
i just selected linux and downloaded the first one,run in a terminal and now it’s installing…
Yes, this tutorial is rather old now, I wouldn’t be surprised to hear that they’ve improved their linux installer :)
This tutorial is terrific!!!! It helps me to run JDownloader after installing, I’m new in Ubuntu and I’ve no idea. But I have a doubt:
I install JDownloader throught console according to jdownloader.org but when I press the minimize button jdownloader don’t go to the menu bar. Can someone help me?
Which window manager are you using?