Saturday, May 11, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 7773  / 2 Years ago, thu, september 1, 2022, 4:57:59

Well , I've tried to compile and install Eclipse 3.6.2 using the instructions in :
How to update Eclipse 3.5.2 to 3.6.2? .



But Eclipse doesn't open.



user@s-HP-550:~$ eclipse
bash: /usr/bin/eclipse: Permission denied


Edit :



user@s-HP-550:~$ ls -l /usr/bin/eclipse
-rw-r--r-- 1 root root 70 2011-06-12 18:15 /usr/bin/eclipse


user@s-HP-550:~$ file /usr/bin/eclipse
/usr/bin/eclipse: POSIX shell script text executable

More From » 11.04

 Answers
6

I see a little error in that procedure.



Show the output of



ls -l /usr/bin/eclipse


if it is not executable, do



sudo chmod +x /usr/bin/eclipse


Il gives an error of unquoted string, edit it



sudo nano /usr/bin/eclipse


and add a double quote at end of "$@, that should read "$@"


[#44663] Friday, September 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ingssex

Total Points: 21
Total Questions: 122
Total Answers: 98

Location: Sweden
Member since Fri, Mar 26, 2021
3 Years ago
ingssex questions
;