How to Install Android NDK on Lubuntu 16.04 Xenial LTS Easy Guide
Android NDK Lubuntu 16.04 - Setting Up JDK
-
8. Installing JDK
How to Install Recommended Oracle Java JDK on Lubuntu
-
9. Setting UP Java Path
Finally, to Set Up JDK_PATH Env Variable.
nano ~/.bashrc
Example Append (Following your JDK Installation Location):
/nexport JDK_PATH=/usr/lib/jvm/jdk1.[X]*/bin/nexport PATH=$PATH:$JDK_PATH
Just Change the [X] following the Installed JDK Release!
Load the New Environment Variables simply with:bash