1

I get this persistent error while attempting to install NetBeans using the installer `netbeans-8.2-javase-linux.sh"

error screen shot

I have checked the log message the only complain I noticed is:

java.io.IOException: error=13, Permission denied [2018-03-14 07:30:58.791]:

Some about permissions of which I am running the installer with administrative privilege.

Can anyone help?

7
  • @AkhilVarma After observing the log, I had to. Commented Mar 14, 2018 at 7:21
  • Try this chmod 755 /path/of/file/netbeans-8.2-javase-linux.sh then execute it. Commented Mar 14, 2018 at 7:29
  • 1
    @AkhilVarma It already had such permission. Anyway, I tried again still same error. Commented Mar 14, 2018 at 7:32
  • Can you paste the output of ls -l /path/of/file/netbeans-8.2-javase-linux.sh here below Commented Mar 14, 2018 at 7:40
  • 1
    @AkhilVarma The link actually helped, I had to double check again permission of JVM this unexpected because i have been running other programs with Java, i realized all subfiles, programs, and directory in my installation directory belong to group root..... anyways I change group to "me", problem fixed. Thanks Commented Mar 14, 2018 at 8:15

1 Answer 1

0
  • Issue is related to permissions [follow comments above]
    Refer the Link Below, It May Help
    Click here

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.