Announcement

Collapse
No announcement yet.

Jdownloader doesn't start

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Jdownloader doesn't start

    Hi all,

    I'm using kubuntu 13.04 x64 and I'm trying to install jdownloader.

    My stepts have been:

    Install Java
    Code:
    sudo apt-get install openjdk-7-jdk openjdk-7-jre
    Download and install jdownloader:
    Code:
    wget http://installer.jdownloader.org/jd_unix_0_9.sh
    sudo chmod +x jd_unix_0_9.sh
    sudo bash ./jd_unix_0_9.sh
    Then jdownloader starts ok and works, update himself and all this stuff.

    The problem comes when I restart, then if i try to run jdownloader it seems to be loading for a moment but nothing, and if i try to run the updater I get this error:


    Code:
    java.lang.NoClassDefFoundError: jd/gui/UserIO
    
        at jd.utils.JDUtilities.getDatabaseConnector(JDUtilities.java:876)
        at jd.config.SubConfiguration.<init>(SubConfiguration.java:77)
        at jd.config.SubConfiguration.getConfig(SubConfiguration.java:106)
        at jd.update.WebUpdater.getConfig(WebUpdater.java:74)
        at jd.update.Main.main(Main.java:121)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
        at com.install4j.runtime.launcher.Launcher.main(Unknown Source)
    Caused by: java.lang.ClassNotFoundException: jd.gui.UserIO
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
        ... 11 more
    ¿Any help?

    Many thanks in advance

    #2
    Why not install from the ppa ? I tried it and it works fine

    Code:
    sudo add-apt-repository ppa:jd-team/jdownloader
    sudo apt-get update
    sudo apt-get install jdownloader-installer jdownloader
    uget and fatrat are also good download managers.

    Comment


      #3
      Originally posted by silver_moon View Post
      Why not install from the ppa ? I tried it and it works fine

      sudo add-apt-repository ppa:jd-team/jdownloader
      sudo apt-get update
      sudo apt-get install jdownloader-installer jdownloader
      uget and fatrat are also good download managers.
      Many thanks silver_moon,

      I've install using this procedure and the first time I open JD I get this message (it also happened to me before):
      Code:
      A new Java version has been released recently. We discovered that upgrading previous java versions > to java 1.6.0_26 will cause your JDownloader download list to dissapear.
      
      So if you are planning to upgrade to java 1.6.0_26 > first complete your downloads. empty your list, and only then continue with the java update. After the upgrade is done you can continue adding new links to your JDownloader safely.
      If I press read more it takes me to this web: LINK

      I've not update java since I don't know how to, but not Jdownloader works after restarting

      Would it be adviceable upgrading Java?? How can i??

      Many thanks!

      Comment


        #4
        you can upgrade java later I guess, first try installing jdownloader and see if it works.

        Comment


          #5
          Originally posted by silver_moon View Post
          you can upgrade java later I guess, first try installing jdownloader and see if it works.
          Thanks again Silver_moon,

          As I told in the last post, I did, I mean, I installing using your procedure and it works now

          The question is: Is adviceable upgrading java? If so, how to do it?

          Many thanks for all

          Comment

          Working...
          X