How to solve unable to locate package oracle-java8-installer

1,011 views
Skip to first unread message

Kayleen

unread,
Apr 9, 2020, 7:39:01 AM4/9/20
to 3D Genomics
Hi all! 

For those running aws windows juicer for the first time, you will encounter an error here: 

Before running Juicer for the first time, you should also update to the latest version of Java and scripts from Github by running the following

sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
sudo apt-get install -y oracle-java8-installer

This is because the oracle-java8 PPA has been discontinued. You will encounter problems while running juicer pipeline if you do not update java. 

To workaround this situation, you can download openjdk8 instead: 

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

java -version


I hope this helps anyone who faced the same error as me! 


Matt Romero

unread,
Feb 2, 2021, 4:50:16 PM2/2/21
to 3D Genomics
This was a huge help! I ran into this problem and this helped!
Thanks!!
Reply all
Reply to author
Forward
0 new messages