Eclipse Installation


  1. Install JDK
    1. Download JDK
      • Goto Java SE download site @ http://www.oracle.com/technetwork/java/javase/downloads/index.html.
      • Under "Java Platform, Standard Edition" ⇒ "Java SE 8u{xx}", where {xx} is the latest update number ⇒ Click the "JDK Download" button.
      • Look for the latest "Java SE Development Kit 8u{xx}" ⇒ Check "Accept License Agreement".
      • Choose the JDK for your operating system, e.g., "Windows x64" (for 64-bit Windows OS) or "Windows x86" (for 32-bit Windows OS). You can check whether your Windows OS is 32-bit or 64-bit via "Control Panel" ⇒ (Optional) System and Security ⇒ System ⇒ Under "System Type".
    2. Install JDK and JRE
      1. Run the downloaded installer (e.g., "jdk-8u{xx}-windows-x64.exe"), which installs both the JDK and JRE. 
      2. By default, the JDK will be installed in directory "C:\Program Files\Java\jdk1.8.0_xx", where xx denotes the upgrade number; and JRE in "C:\Program Files\Java\jre1.8.0_xx".
    3. Include JDK's "bin" Directory in the PATH
  2. Download

Comments

Popular posts from this blog

Import a GitHub project into Eclipse

Create Dynamic Web Project