简体   繁体   中英

Installing Oracle Java 8 in Linux Mint 19.1

After installing Oracle Java 8 in Linux mint, When I typed java --version on terminal it says

bash: /usr/bin/java: Permission denied.

Can I know why this is happening??

Try giving executable permission to java using chmod.

sudo chmod a+x /usr/bin/java

where '/usr/bin/java' is the java path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM