Changes between Version 74 and Version 75 of DeveloperInstructions


Ignore:
Timestamp:
07/16/14 10:14:13 (10 years ago)
Author:
Vangel Ajanovski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInstructions

    v74 v75  
    3131}}}
    3232you should get the version of the installed java compiler
    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 }}}
    5733
    5834----