Friday, 23 December 2016

How to install java on Windows 7/8/8.1/10 ( 64bit/32bit)

# Follow These Steps To Install Java Manually On Windows:

1.  Open any browser and go to google.com
2.  Search for java jdk
3.  Open the official orracel link
4.  Select java platform (JDK)
5.  Accept license agreement and download the file for Windows x86 (for 32bit) or Windows x64 (for 64bit).
     (I am demonstrating here for Window x64)
6.  Open the downloaded folder and run the jdk installer.
     (leave everything at default and install java jdk)
7.  After the installation go to: This Pc > Windows (C:) > Program Files > Java
8.   You will see two folder JDK (java development kit) and JRE (java run-time environment)
9.   Open jdk and goto bin folder and copy its path.
10. Open this Pc and right click on the blank area and select properties > advanced system settings
11. Under advanced tab select environment variables.
12. Go to system variables and select path and hit edit.
13.  In 'Edit environment variable' window hit edit text button
14.  Edit system variables window will appear. Under this window select variable value and go to the end of the  variable value and put a ";" (semicolon) and paste the path of the jdk bin folder that we have copied.
15.  Now add the path of jre bin folder similarly and hit: OK > OK > OK.
   
       (Now check whether java has been installed on the pc properly or not)

16.  Right click the start menu button and open command prompt (Admin).
17.  Type "javac" and hit enter.
        It will show you all the commands of java and what it does.
      (This verifies that java has been installed on the pc properly)

......You can watch video for further help......




Tuesday, 13 December 2016

CREATE YOUR OWN BLOG

#STEPS TO CREATE A BLOG...

Blog is a personal space where we can express our views on the topic of our liking.

Follow these steps to create your own blog and become a blogger-
1. Navigate to google.com and login to your google account (if not then create a new account).
2. Select google apps tab (looks like 9 dots), scrol down and select blogger.
3. You will see 'create a new blog' button in the center of the page click it.
4. You will see a window asking to fill title of your blog, address of your blog, select template.
5. After that you will have your own blog...

!!!!NOW YOU CAN COMPOSE POST AND PUBLISH IT ON YOUR BLOG !!!!
...You can watch video for further help...