Bear with me, I'm new to sysadmin stuff. We have a server running RHEL 6 (2.6.32). We have a Pentaho application that interacts with the server as a pentaho
user, and we have a team
user under whose home directory most of our work is stored (we have reasons and are working on separate logins for this).
The problem is that the pentaho
user can no longer save files to the team
user's directory, despite never having an issue with this before. Nothing has changed as far as permissions are concerned.
It appears to be an issue with the version of Java (looks like JDK 1.8.0 got installed) that the user/application is using, so my question is this: how can I control the specific version of Java used by or seen by a specific user or application? How can I tell what versions of JDK are available?