dib-lab / eel-pond

mRNAseq assembly, evaluation, and expression analysis
2 stars 2 forks source link

OpenJDK 8 JRE not available on Ubuntu 14.04 #18

Open standage opened 7 years ago

standage commented 7 years ago

Just keeping track of issues. Until we can address these issues, we're stuck with 15.10: Java and Python issues with 14.04, FastQC issues with 16.04. :-/

standage commented 7 years ago

Potential solution

sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt-get install openjdk-8-jre

All subsequent commands worked fine w/ copy-n-paste after running these steps.

(ht http://askubuntu.com/a/464894/42857)