Difference between revisions of "JDownloader"
Watermel0n (talk | contribs) |
Kynikos.bot (talk | contribs) (use https for links to archlinux.org) |
||
(9 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Internet | + | [[Category:Internet Applications]] |
− | |||
JDownloader is a Download Manager written in Java. JDownloader can download normal files, but also files from online file hosting services like Rapidshare.com. | JDownloader is a Download Manager written in Java. JDownloader can download normal files, but also files from online file hosting services like Rapidshare.com. | ||
Line 8: | Line 7: | ||
===Requirements=== | ===Requirements=== | ||
For running JDownloader you need Java installed. I recommend OpenJDK, it works flawless with jDownloader. | For running JDownloader you need Java installed. I recommend OpenJDK, it works flawless with jDownloader. | ||
− | # pacman -S | + | # pacman -S openjdk6 |
===Installing=== | ===Installing=== | ||
− | You can use the [ | + | You can use the [https://aur.archlinux.org/packages.php?ID=29288 jdownloader package] in the AUR. |
===Running=== | ===Running=== | ||
Line 18: | Line 17: | ||
==Configuration== | ==Configuration== | ||
When you first start JDownloader you can choose your preferred language and also your download directory. On the next window, JDownloader asks you if you want to install FlashGot, a Firefox extension. I recommend clicking on Cancel. If you want this extension, you can still download it through [http://addons.mozilla.org the official mozilla addons website]. | When you first start JDownloader you can choose your preferred language and also your download directory. On the next window, JDownloader asks you if you want to install FlashGot, a Firefox extension. I recommend clicking on Cancel. If you want this extension, you can still download it through [http://addons.mozilla.org the official mozilla addons website]. | ||
+ | |||
+ | If you enable the Light(GTK) theme and the fonts appear to lack anti-aliasing, modify {{ic|~/.bashrc}} as appropriate following the directions [https://wiki.archlinux.org/index.php/Java_Fonts_-_Sun_JRE#Anti-aliasing here]. | ||
==Tips and tricks== | ==Tips and tricks== | ||
Line 26: | Line 27: | ||
Choose User Interface and then switch the style to Light(GTK). (If you're using GNOME). | Choose User Interface and then switch the style to Light(GTK). (If you're using GNOME). | ||
+ | |||
+ | ==Alternatives== | ||
+ | [[pyLoad]] available in [https://aur.archlinux.org/packages.php?ID=34434 AUR]. | ||
+ | |||
+ | [http://tucaneando.com/index.html Tucan Manager] available in [https://www.archlinux.org/packages/community/x86_64/tucan/ community] | ||
+ | |||
+ | [http://code.google.com/p/plowshare/ plowshare] available in [https://aur.archlinux.org/packages.php?ID=24601 AUR] (CLI). | ||
+ | |||
+ | [http://urlget.sourceforge.net/ uGet] available in [https://aur.archlinux.org/packages.php?ID=25887 AUR] (GTK). |
Revision as of 00:47, 6 December 2012
JDownloader is a Download Manager written in Java. JDownloader can download normal files, but also files from online file hosting services like Rapidshare.com.
Contents
Installation
Requirements
For running JDownloader you need Java installed. I recommend OpenJDK, it works flawless with jDownloader.
# pacman -S openjdk6
Installing
You can use the jdownloader package in the AUR.
Running
Use the command jdownloader to start JDownloader. When you just installed JDownloader from AUR, this will run the update tool to download some required files for JDownloader, else this will start JDownloader directly.
Configuration
When you first start JDownloader you can choose your preferred language and also your download directory. On the next window, JDownloader asks you if you want to install FlashGot, a Firefox extension. I recommend clicking on Cancel. If you want this extension, you can still download it through the official mozilla addons website.
If you enable the Light(GTK) theme and the fonts appear to lack anti-aliasing, modify ~/.bashrc
as appropriate following the directions here.
Tips and tricks
Making JDownloader faster
In its default configuration, JDownloader is very slow and uses a lot of resources. You can atleast make it a bit faster by applying the following changes in the Settings Tab.
Choose General and then turn the logging level to OFF.
Choose User Interface and then switch the style to Light(GTK). (If you're using GNOME).
Alternatives
Tucan Manager available in community