Applying Java minor updates

0

A bit of a noob question here, but I can't seem to update my Java from 8u31 to 8u45 or 8u51 (Linux Mint 17.2).

I can switch between my Java 7/8/9 easily, but these minor versions are really annoying me, especially when certain programs require 8u45/51 to run because of security issues with 8u31. I downloaded the updates and put them in my /usr/java/ directory, but they don't contain all the files needed to run java, so I have to fall back to the installations in my /usr/lib/jvm/ directory, which contains 8u31. How can I change this?

DonkeyCore

Posted 2015-07-25T22:10:31.187

Reputation: 103

Answers

0

When you have problems updating java to a newer version, remove the old version first, then install the newer version. Java is not always succesful in removing the old version first, which is probably the reason you are having this issue.

LPChip

Posted 2015-07-25T22:10:31.187

Reputation: 42 190

Yup! After uninstalling it and reinstalling it, followed by a bit of configuring, it worked! Thanks :) – DonkeyCore – 2015-07-26T02:38:06.320