Code Monkey home page Code Monkey logo

java-installs-week01's Introduction

Lambda School Web API: Java Course

Software installations for Week 1

For All Operating Systems

To be done after installing the software for your specific operating system

Video to Install JDK

The Jet Brains IntelliJ IDEA Ultimate Version is installed from your GitHub Student Package. You can find how to access your GitHub Student Package from the Lambda School Dashboard (using your own first name and last name)

https://dashboards.lambdaschool.com/students/firstname-lastname/

We do need the Ultimate Version for the class. When installing, taking the defaults is the best way to proceed.

This video shows how your instructor has configured his IDE. You may have your own preferences.

Some notes on configuration:

  • Under Code Folding, only the show Code Folding Menu should be checked
  • All Braces placement should say Next Line
  • All places should say Force Braces
  • Only Annotations should be wrapped
  • Remember to connect your GitHub profile to IntelliJ

For Windows 10 Operating System

Install JDK Version 11 on a Windows 10 based computer

Video to Install JDK

The basic steps to installing the software are:

Note that you have to accept the licensing agreement before you can download the software

  • add to environment variable JAVA_HOME C:\Program Files\Java\jdk-11.0.2
  • add to path C:\Program Files\Java\jdk-11.0.2\bin

To test the installation

  • java -version
  • javac -version

Install the Sublime Text Editor on a Windows 10 based computer

Video to Install Sublime

Download and install the Windows software from https://www.sublimetext.com/


Install Git Bash on a Windows 10 based computer

Video to Install Git Bash

Surf to the site https://gitforwindows.org/

Download and install the software

To configure Git, enter the following from a command prompt

  • git config --global user.name " < Your Name > "
  • git config --global user.name " < Your GitHub email address > "

For Mac OS

Install Homebrew on a Mac OS computer

Video to Install Homebrew

To install Homebrew, first install the Xcode CLI. Alternatively, install the full Xcode software provided by Apple.

  • To install the Xcode cli, from a terminal prompt enter
    xcode-select --install
  • To install Homebrew, from a terminal prompt enter
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • To test the Homebrew installation, from a terminal prompt enter
    brew doctor

Install JDK 11 on a Mac OS computer

Video to Install JDK 11

Download and install the dmg software from https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html In order to download the software, first accept the licensing agreement.

To configure the software

  • determine the java home path. From a terminal prompt enter
    /usr/libexec/java_home -v11
  • Go to your home directory. Enter
    cd
  • Edit your user profile. Enter
    nano .bash_profile
  • At the end of the file, add
    export JAVA_HOME="<directory found earlier>"
  • Exit nano and restart your computer.

To test the software, from a terminal prompt enter

  • java -version
  • javac -version both should respond with version numbers

Install Sublime Text edit on a Mac OS Computer

Video to Install Sublime

Surf to the website https://www.sublimetext.com/ and install the software


For Linux specifically Ubuntu 18

Install JDK Version 11 on a Linux Computer

Video to Install JDK

From a terminal prompt, enter

  • sudo add-apt-repository ppa:linuxuprising/java
  • sudo apt update
  • sudo apt install oracle-java11-installer
  • sudo apt install oracle-java11-set-default

To test the installation, enter

  • java -version
  • javac -version
    Both should respond with version numbers

Install Sublime Text Editor on a Linux Computer

Video to Install Sublime

From a terminal prompt, enter


Install Git on a Linux Computer

Video to Install Git

From a terminal prompt, enter

  • sudo apt upgrade
  • sudo apt install git

To configure Git, enter the following from a terminal prompt

  • git config --global user.name " < Your Name > "
  • git config --global user.name " < Your GitHub email address > "

java-installs-week01's People

Contributors

jrmmba8314 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.