Java Installation guide

1.)Steps for MAC
    A.)Download and install java from  
    http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

    B.)Set path
          a.)Finder->Go->Utilities->Terminal
            Type
              open ~.bash_profile
OR
              sudo   nano ~.bash_profile
           Note:- If  ~.bash_profile is not present Then

            Type
            vi ~.bash_profile

    b.)Edit bash_profile
               export JAVA_HOME=$(/usr/libexec/java_home)

    C.)Verify
        Type "java -version" in Terminal

2.)Steps for Windows
    A.)Download and install java from  
    http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

    B.)Set environmental variable path under System level

    C.)Verify
        Type "java -version" in Terminal
     

Comments

Popular posts from this blog

API Automation using Rest Assured

Security Testing

Manage Jenkins