- last login
- 2024-8-23
- online
- 1027 hour
- regtime
- 2011-11-28
- readperm
- 200
- credits
- 3955
- posts
- 501
|
Test OS:ubunt 10.04 desktop 32bits、11.10 server 64bits
Conclusion:The processure of installation is successful until now and work ok.
Jdownloader work on desktop environment and invoke java.
If reader use the server version os of ubuntu, please install the x2go server.
Because of the Java Development Kit (JDK) in ubuntu system is default compatible the OpenJDK
and I think reader more like the sunjdk, we need to install the sunjdk befor we install the JDownloader.
A---------------------------------------------------Install java----------------------------------------------------
There are many methods to install the sunjdk
One of these is use PPA download, but the version of sunjdk may too old.
You can search by google find may homepages of PPA download.
Then, go to LffL Java and you can get newer version of sunjdk.
- sudo add-apt-repository ppa:ferramroberto/java
- sudo apt-get update
- sudo apt-get update
- sudo apt-get install sun-java6-jdk sun-java6-plugin
Copy the Code The java version still old version, because the station head of Lffl jave have already stop to update for six months ago.
- Package: sun-java6-jdk
- Source: sun-java6
- Priority: optional
- Section: java
- Installed-Size: 61548
- Maintainer: Ferramosca Roberto <[email]ferramroberto@gmail.com[/email]>
- Architecture: amd64
- Version: 6.26-1~lffl~oneiric~ppa
- Suggests: sun-java6-demo, default-jdk-doc, sun-java6-source
- Provides: java-compiler, java-sdk, java2-compiler, java2-sdk, java5-sdk, java6-sdk
- Depends: sun-java6-bin (>= 6.26-1~lffl~oneiric~ppa), libc6, libx11-6
- Pre-Depends: debconf (>= 0.5) | debconf-2.0
- Filename: pool/main/s/sun-java6/sun-java6-jdk_6.26-1~lffl~oneiric~ppa_amd64.deb
- Size: 20396630
- MD5sum: 12e3f19e233f2d98bfefce20a4913a75
- SHA1: b3215a2ab2d589dcb26c444001a3a87ef79b0755
- Description: Sun Java(TM) Development Kit (JDK) 6
- The JDK(TM) is a development environment for building applications,
- applets, and components using the Java programming language.
- .
- The JDK includes tools useful for developing and testing programs
- written in the Java programming language and running on the Java
- Platform.
- .
- NOTE: You must accept Sun's EULA prior to successfully installing
- this package
Copy the Code Other one method is to get the sunjdk from the other site.
Compare the sunjdk with the above PPA sunjdk version, this version is newer, so I use this method to install sunjdk.
See Packages.bz2 line 409 to 440
- Package: sun-java6-jre
- Source: sun-java6
- Priority: optional
- Section: java
- Installed-Size: 14316
- Maintainer: Debian Java Maintainers <[email]pkg-java-maintainers@lists.alioth.debian.org[/email]>
- Architecture: all
- Version: 6.26-2lucid1
- Recommends: gsfonts-x11
- Replaces: ia32-sun-java6-bin, sun-java6-bin
- Suggests: sun-java6-plugin | ia32-sun-java6-plugin, sun-java6-fonts, ttf-baekmuk | ttf-unfonts | ttf-unfonts-core, ttf-kochi-gothic | ttf-sazanami-gothic, ttf-kochi-mincho | ttf-sazanami-mincho, ttf-arphic-uming
- Provides: java-runtime, java-runtime-headless, java-virtual-machine, java2-runtime, java2-runtime-headless, java5-runtime, java5-runtime-headless, java6-runtime, java6-runtime-headless
- Depends: java-common (>= 0.24), locales, sun-java6-bin (>= 6.26-2lucid1) | ia32-sun-java6-bin (>= 6.26-2lucid1)
- Conflicts: j2se-common
- Pre-Depends: debconf (>= 0.5) | debconf-2.0
- Filename: pool/partner/s/sun-java6/sun-java6-jre_6.26-2lucid1_all.deb
- Size: 6370988
- MD5sum: 376ace494f406cc067399f804b39a5dd
- SHA1: c679ec27d116e860f9a460df7adcbba3bb28545e
- Description: Sun Java(TM) Runtime Environment (JRE) 6 (architecture independent files)
- The Sun Java Platform Standard Edition Runtime Environment (JRE) 6
- contains the Java virtual machine, runtime class libraries, and
- Java application launcher that are necessary to run programs written
- in the Java progamming language. It is not a development environment and
- doesn't contain development tools such as compilers or debuggers.
- For development tools, see the Java Development Kit JDK(TM) 6
- (package sun-java6-jdk).
- .
- NOTE: You must accept Sun's EULA prior to successfully installing
- this package
- .
- This package contains architecture independent files.
Copy the Code Start to install sunjdk.(for example ubuntu 10.04 desktop)
- sudo add-apt-repository 'deb http://archive.canonical.com/ lucid partner'
- sudo apt-get update
- sudo apt-get update
- sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts
Copy the Code
B---------------------------------------------------Install JDownloader----------------------------------------------------
Use theofficial PPAdownload the JDownloader
- sudo vi /etc/apt/sources.list
- (add)(for example:ubuntu 11.10 server 64bits)
- deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu oneiric main
- deb-src http://ppa.launchpad.net/jd-team/jdownloader/ubuntu oneiric main sudo add-apt-repository ppa:jd-team/jdownloader
- sudo apt-get update
- sudo apt-get update
- sudo apt-get install jdownloader
Copy the Code Then, you can enter desktop and use the JDownloader.
###THE END###
--------------------------------------------------------REFERENCE---------------------------------------------------------
http://blog.sudobits.com/2011/09/14/how-to-install-jdk-on-ubuntu-11-10/
http://www.ubuntugeek.com/how-install-sun-java-runtime-environment-jre-in-ubuntu-10-04-lucid-lynx.html
|
|