I am trying to get Android Studio running. I have installed jdk and jre
sudo apt-get install default-jre
sudo apt-get install default-jdk
I have set up my .bashrc and /etc/environment
file to
export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
export PATH=$JAVA_HOME/bin:$PATH
but still nothing.
$JAVA_HOME
returns correct value and so do java -version
and whereis javac
What am I missing?
Following step worked for me
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With