java - Changing the location of eclipse folder -


hey working on android application.my eclipse folder in c drive there no more space in c drive. want change location of eclipse folder.how can it? changing location effect projects or not ??

in general, eclipse resilient parts being moved around, long parts maintain own integrity. there 2 major parts of eclipse need aware of , move.

the first part eclipse installation - program. can move folder contains entirety of eclipse drive, , eclipse run did before.

the second part workspace - contains information such preferences, projects (by default). folder, location of chose when first opened eclipse, , may ask each time opens. can move whole folder drive. eclipse, when starting, ask location of workspace, , can enter new location of workspace.

so, clarify in terms of steps:

  1. move folder containing eclipse new drive.
  2. move workspace folder new drive.
  3. open eclipse.
  4. when prompted, instruct eclipse open workspace in new location.

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -