33 | | |
34 | | ---- |
35 | | |
36 | | ==== Ubuntu 10.04 installation of Java |
37 | | |
38 | | Enable the Partner repository in order to install Sun Java. |
39 | | {{{ |
40 | | sudo add-apt-repository "deb http://archive.canonical.com/ubuntu lucid partner" |
41 | | }}} |
42 | | |
43 | | then install the software |
44 | | {{{ |
45 | | sudo apt-get update && sudo apt-get install sun-java6-jdk sun-java6-plugin sun-java6-jre |
46 | | }}} |
47 | | |
48 | | If another version of Java has been installed previously, this command will make the latest Sun Java installation as default. |
49 | | {{{ |
50 | | sudo update-java-alternatives -s java-6-sun |
51 | | }}} |
52 | | |
53 | | In order for Subversion to work properly, this is required: |
54 | | {{{ |
55 | | sudo apt-get install subversion libsvn-java |
56 | | }}} |