eclipse files created outside of its workspace, Why? -


while opening eclipse chose workspace in d:\education\myworkspace after closing eclipse find

  • metadata
  • configuration
  • remotesystemstempfiles
  • somemorefiles

aree created in d:\, not in workspace - why?

simply spoken, because eclipse stores information in different places.

some go workspaces, go other places. see here starters. can see, eclipse differentiates between install, configuration , instance areas.

if want to, can give command line arguments eclipse binary in order change default settings; example force eclipse use same configuration space, when going different workspaces.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -