Setting Default JRE In Eclipse

From Documentation
Revision as of 02:16, 6 December 2010 by Peterkuo (talk | contribs) (Created page with '== Introduction == This document will guide you to setup Eclipse IDE use Java Development Kit (JDk) as the default compile JRE for it's projects. == Setup Default JRE as JDK ==…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

This document will guide you to setup Eclipse IDE use Java Development Kit (JDk) as the default compile JRE for it's projects.

Setup Default JRE as JDK

  1. Once you have started Eclipse, click [Window]/[Preference]:
    SettingJREinEclipse01.png

  2. Select Java/Install JREs on the left, click the Add... button on the right side.
    SettingJREinEclipse02.png

  3. On the first page of popup wizard, select "Standard VM", then click Next.
    SettingJREinEclipse03.png

  4. Click Directory...,
    SettingJREinEclipse04.png

  5. Select JDK's path then press OK.
    SettingJREinEclipse05.png
    Note: on Windows 32bit machine, the default install path of JDK would be C:\Program Files\Java\jdk[version_number]

  6. On next page, verify the the JRE name and it's System libraries are recognized properly by Eclipse itself, then click Finish.
    SettingJREinEclipse06.png

  7. Check the just created JRE entry on the list, then press OK.
    SettingJREinEclipse07.png