Not able to start Intellij
已回答
Hi all,
Im trying to run Intellij community edition
- Version: 2020.2.3
- Build: 202.7660.26
on a Linux Mint 16, Ubuntu 7.3.0 .
I get back this error:
/usr/bin/dirname: invalid option -- 'b'
Try '/usr/bin/dirname --help' for more information.
alias egrep='egrep --color=auto': command not found
alias egrep='egrep --color=auto': command not found
alias egrep='egrep --color=auto': command not found
IDE has not been initialized yet
Can someone help me?
Thanks
请先登录再写评论。
basically, the "IDE has not been initialized yet" message means there is an IDE instance already running. When you see it again, please check with
ps -x | grep javawhether it's actually the case.