How to launch IntelliJ on Ubuntu? Permanently deleted user 创建于 2012年06月12日 22:37 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 foundWhat am I missing?
why are you using sudo?
just run ./idea.sh
(you might need to make it executable by chmod +x )
You're right, problem fixed