So, didnt do an update to this for quite some time (alas, AlltagsGrauen is offline, so .. no opportunity to do that anyway :D). Without further ado, the current system infrastructure I’m using these days (or am going to use in the near future): Current main system: Thinkpad T520, i5 2520M, 16 GB RAM, 512 […]
Category: Ubuntu
Ubuntu LTS 14.04: Fix Java 1.8 issues
Quick shot for fixing issues with missing Java 1.8: 1. Add PPAs Get yourself the right PPA – apparently JDK 1.8 is still not available for Ubuntu 14.04 (correct me if I’m wrong though), thus: sudo apt-add-repository ppa:openjdk-r/ppa sudo add-apt-repository ppa:maarten-fonville/ppa sudo apt-get update Source: https://askubuntu.com/a/613324 As I’m happily using Synaptic, the next line would […]