You are not logged in.
Pages: 1
I have installed jre package for java and then downloaded JDownloader.
When i open the program with the command:
java -Xmx512m -jar ~/jd/JDownloader.jar
JDownloader fails to load and it doens't start. It stops when loading languages.
Is there someone who has managed to make it work?
PS: When i was on ubuntu it was perfect
Offline
Offline
Also with "java -jar JDownloader.jar" i have the same problem. It appears the splash screen and it blocks on loading languages. I also try installing openjdk6 but nothing...
But Ghost1227 what similar program do you advice better than JDownloader?
Offline
Are you specifically looking for something that supports rapidshare downloading?
Yes and other similar services like megaupload and other...
Offline
Are you using Sun Java, OpenJDK or something different?
Offline
Are you using Sun Java, OpenJDK or something different?
I installed JRE and JDK so i think Sun Java.
Offline
Are you using Sun Java, OpenJDK or something different?
I installed JRE and JDK so i think Sun Java, but then i installed openjdk6 too but i have always the same result.
Offline
It's only because i read somewhere something (you see real good information ) about problems with OpenJDK and JDownloader. Make sure to use Sun's JRE.
What you can try next is:
*) try to start JDownloader with this command: export "LIBXCB_ALLOW_SLOPPY_LOCK=true" && java -Xmx1512m -jar JDownloader.jar
If this doesn't help:
*) Post the commandline output when you (try to) start JDownloader
*) Post the output of "java -version"
*) Redownload JDownloader
Offline
I tried all the tips above and JDownloader still doesn't work. It stops when "loading languages" too.
Java versión: 1.6.0_10
And the output (nothing significant, I guess):
Thanks in advance.
Offline
For those who may be interested, waiting for a few minutes it finally starts.
Offline
i use this bash script for rapidshares and it works great if you dont need a gui.
http://code.google.com/p/megaupload-dl/wiki/RapidShare
Offline
Thanks, drogg. I'll have a look at that script. But, anyway, JDownloader has the advantage of being able to download files from a lot of sites, as I usually do.
Offline
¡¡¡¡Gracias, fernando!!!!
Despite that it started in the end, it was really annoying. )))))
Offline
i'm having the same problem, it freezes in "Loading Languages", i have my local ip and localhost as my hostname in /etc/hosts
alos i'm using jre_beta 6u12 for 64bits arch. Can samobody help me out ?
Offline
If your /etc/hosts looks like this:
127.0.0.1 localhost.localdomain localhost
try adding:
127.0.1.1 myhost.localdomain myhost
where "myhost" is your hostname
Offline
Thnks Sosonok that solved the problem !
Offline
Pages: 1