FAQ¶
How do I do to run Java 7?¶
Java 7 is not available on the cluster… sorry! We will sove this soon.
Meanwhile, please follow instructions below (credit to Ricardo Dias).
- Download Java 7 from http://uni-smr.ac.ru/archive/dev/java/SDKs/sun/j2se/7/jdk-7u21-linux-x64.tar.gz
- Unpack it in your $HOME dir
- Add these lines below to the file "$HOME/.bashrc"
export JAVA_HOME=$HOME/jdk1.7.0_21 export PATH=$JAVA_HOME/bin:$PATH