Is it possible to install a JDK on Linux (specifically RH 7.x) so that it exists in only a specific user's space?
Thanks!
IVR Avenger
|
feedback
|
|
Download the JDK unpack, add "bin/" to your $PATH and change/add $CLASSPATH, $JAVAHOME if needed. Ex:
And your'e done.. | ||||
|
feedback
|
|
What's stopping you just using discretionary access control (i.e. users and groups) to achieve this? | |||||||
feedback
|