bookish-spoon
Prerequisite for Java Class
Installation Instructions for Java
We will be using Java 8 for the class due to its support with netbeans 8.2. It won't be any difference. Sorry for the mention of latest version in the previous post.
- Set the environment variable
- For Linux
- Get installation path by running
sudo update-alternatives --config java
. You'll get path of Java there - Open Environment file by
sudo gedit /etc/environment
- Add Java installation path you got from 1 in the end of the file
JAVA_HOME="<Path here>"
- For reloading the variables
source /etc/environment
- Get installation path by running
- For Windows Can refer to this article
- For Linux
Installation Instructions for Netbeans IDE
Please install Netbeans 8.2 as it that will be a lot easier. And install JDK before installing netbeans, else an error will be thrown.
- Download the appropriate installer according to your OS from the link.
- Use the following command to install the downloaded package
- For Linux
- Open terminal in the location where installer script is downloaded
- Give execute permission by
chmod +x <script_name.sh>
- Run the script by
./<script_name.sh>
- For Windows
Install the exe as you always do!!! xP
- For Linux
P.S
In case of any query, feel free to contact any coordinator. 😄