Hello
I like to do a link from /usr/bin/java to /usr/java14_64/jre/bin. So that every user can find the java environment, without a change of the profiles.
# ls -la |grep java
lrwxrwxrwx 1 bin bin 23 Aug 11 09:05 java -> /usr/java14_64/jre/bin/
The problem is:
# java -version
/usr/bin/java: The file access permissions do not allow the specified action..
Any idee??
Thanks a lot
I like to do a link from /usr/bin/java to /usr/java14_64/jre/bin. So that every user can find the java environment, without a change of the profiles.
# ls -la |grep java
lrwxrwxrwx 1 bin bin 23 Aug 11 09:05 java -> /usr/java14_64/jre/bin/
The problem is:
# java -version
/usr/bin/java: The file access permissions do not allow the specified action..
Any idee??
Thanks a lot