How to launch IntelliJ on Ubuntu?
I've unpacked the IntelliJ IDEA distribution file and I've typed 'sudo ./idea.sh' in bin directory to launch it but i've got message:
sudo: /bin/idea.sh: command not found
What am I missing?
Please sign in to leave a comment.
why are you using sudo?
just run ./idea.sh
(you might need to make it executable by chmod +x )
You're right, problem fixed