Skip to content

SettingUpEclipseforgithubandj2mepolish

richard-nkrumah edited this page Jul 22, 2011 · 3 revisions

Setting Up Eclipse For GitHub and J2ME Polish

J2ME Polish is developed with Eclipse and everybody using the source directly should use it too.

There are two ways to organize your Eclipse workspace to use J2ME Polish.

  1. Clone the j2mepolish repository directly in the workspace. Use this if you work with several workspaces at once. We do not recommend this as git can handle several branches at once.

  2. Clone the j2mepolish repository somewhere in your filesystem. This guide will use this approach.

Prerequisits

  • Install Eclipse 3.7.
  • Install the eGit plugin and its dependencies.
  • Eclipse has a workspace without any J2ME Polish projects in it.

Steps

  1. Goal: Let Eclipse Know About Your Repository
    1. Choose 'File/Import...'.
    2. Choose 'Git/Projects from Git'.
    3. Choose 'Clone...'.
  2. Goal: Import Projects