Updating java tarball updates

Issues related to applications and software problems
Post Reply
phil.e
Posts: 97
Joined: 2018/02/13 20:28:14

Updating java tarball updates

Post by phil.e » 2018/06/13 16:31:13

(hopefully this question isn't too open-ended)

What is the proper way to update Java installed via a tarball? (i.e. not a yum or rpm install) More specifically, I'm concerned about applications that link to a specific java file location that is probably going to change in an update.

Each system has multiple versions of java installed - I'm not too worried about the ones installed and updated via yum; it's the versions that were manually installed via the tarball that are mostly likely to break something in an update.

Phil.e

Whoever
Posts: 1357
Joined: 2013/09/06 03:12:10

Re: Updating java tarball updates

Post by Whoever » 2018/06/15 02:44:23

Those applications should point to a link, and you make sure the link points to the correct installation of Java.

Post Reply