Difference between revisions of "SUNScholar/Prepare Ubuntu/S03"
Jump to navigation
Jump to search
m |
m |
||
| Line 3: | Line 3: | ||
</center> | </center> | ||
==Step 3. Install Java Software Dependencies== | ==Step 3. Install Java Software Dependencies== | ||
| + | '''<font color="red">*** Please ensure you have enabled the [[SUNScholar/Install_Ubuntu/S04#Setup_the_software_repositories|Ubuntu partner repositories]] before continuing. ***</font>''' | ||
| + | |||
'''''<font color="red">Please note:</font>''''' | '''''<font color="red">Please note:</font>''''' | ||
| Line 9: | Line 11: | ||
===Step 3.1: Install Java=== | ===Step 3.1: Install Java=== | ||
| − | |||
| − | |||
;''Note: With the Tomcat install, during installation, using "tasksel", the "default-jre" was installed.'' | ;''Note: With the Tomcat install, during installation, using "tasksel", the "default-jre" was installed.'' | ||
Revision as of 12:47, 19 December 2014
STEP 4
Step 3. Install Java Software Dependencies
*** Please ensure you have enabled the Ubuntu partner repositories before continuing. ***
Please note:
If using Ubuntu 12.04 LTS and DSpace versions => 4.2, then check:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Upgrading/DSpace/Release_Notes/4.X#Java_Version_Upgrade
Step 3.1: Install Java
- Note: With the Tomcat install, during installation, using "tasksel", the "default-jre" was installed.
Type as follows:
sudo apt-get install default-jdk
List the Java alternatives by typing as follows:
sudo update-java-alternatives -l
You should get something like the following
java-1.6.0-openjdk-amd64 1061 /usr/lib/jvm/java-1.6.0-openjdk-amd64
Step 3.2: Install Ant
Type as follows:
sudo apt-get install ant ant-optional
