cloudcoderdotorg / CloudCoder

A web-based programming exercise system.
GNU Affero General Public License v3.0
71 stars 59 forks source link

Openjdk-7-jre-headless has no installation candidate. #96

Open ferrabacus opened 7 years ago

ferrabacus commented 7 years ago

Exactly as it sounds, I am in the process of installing cloud coder with PuTTY and the inability to find this package is crashing the download. What should I do?

yss14 commented 7 years ago

Solved it by installing JDK7 manually...

DavidRGriswold commented 6 years ago

This works, and should potentially be added to bootstrap.pl

sudo add-apt-repository ppa:openjdk-r/ppa

dilipwk commented 6 years ago

edit bootstrap.pl

search for Openjdk-7-jre-headless and replace with Openjdk-8-jre-headless