Trouble installing Intellij ......
Hi All
Right i am trying to install Intellij on Xubuntu 10:10 and i get this error
No JDK found to run IDEA. Please validate either IDEA_JDK or JDK_HOME points to valid JDK installation
exec: 67: /bin/java: not found
This is my bashrc environment settings
## JAVA_HOME ##
export JAVA_HOME=/usr/lib/jvm/jdk1.6.0_21
export PATH=$PATH:$JAVA_HOME/bin
## JDK_HOME ##
export JDK_HOME=/usr/lib/jvm/jdk1.6.0_21
export PATH=$PATH:$JDK_HOME/bin
## IDEA_JDK ##
export IDEA_JDK=/usr/lib/jvm/jdk1.6.0_21
export PATH=$PATH:$IDEA_JDK/bin
export JRE_HOME=/usr/lib/jvm/jdk1.6.0_21/jre
export PATH=$PATH:$JRE_HOME/bin
Any suggestions please ???
Many thanks ![]()
请先登录再写评论。
Hello Julian,
If you're setting the environment variables in .bashrc, they won't be picked
up when you run IntelliJ IDEA from a desktop shortcut. You'll need to define
them globally.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Julian,
Please check this thread for IJ Linux configuration details.
Regards, Denis
Hello Dmitry
Well i have just downloaded the trial again, and this time it works straight away ... Excellent
So what would be the best way to create a menu instead of from terminal ?
Many thanks