Is it possible to install a JDK on Linux (specifically RH 7.x) so that it exists in only a specific user's space?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
Download the JDK unpack, add "bin/" to your $PATH and change/add $CLASSPATH, $JAVAHOME if needed. Ex:
And your'e done.. |
||||
|
|
|
What's stopping you just using discretionary access control (i.e. users and groups) to achieve this? |
|||||||
|