• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

eclipse/myeclipse dislikes relocation

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
tried to do some housecleaning on my laptop this morning. among other things, moved eclipse to another directory. expected some problems and was not disappointed.

changed shortcut properties, grep'd around ini, prefs and xml files, updating references to workspace and jdks.

still, upon startup, eclipse and myeclipse both would just sit w/ splash screen displayed and progress no further. log entries did not reveal anything enlightening.

futzed and futzed with it on the train and for some time after getting to office. scanned the registry, looking for related values. was really stretching for what the problem was and why eclipse would not startup.

eventually admitted defeat and moved eclipse back to its original location. a couple final quick edits to prefs file and all was fine again.

just in time too: coworker called moments later needing help with a bug.
[ August 02, 2005: Message edited by: Erick Reid ]
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might try using the Eclipse -clean commandline option to force Eclipse to reset its cached configuration information. Many times this is needed upon modification of the Eclipse configuration such as installing new plugins and possibly relocating the installation.

Good luck.

W
 
Anonymous
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
wayne,

thanks for the tip. i may try it, but for now am content to leave eclipse where it is at. got bigger fish to fry than spend time re-org'ing my laptop.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic