Hi Friends,
Whats up? From the past few days I was working on eclipse galileo for development into the php or in a broad for drupal. It was working fine till yesterday when I installed Android on the same instance. Didn't got the reason but after that my eclipse started giving me problem and it was crashing on each time I tried to make any changes to my drupal instance through eclipse. So to resolve the issue I did following things.
For Android or others you need to google for that.
Whats up? From the past few days I was working on eclipse galileo for development into the php or in a broad for drupal. It was working fine till yesterday when I installed Android on the same instance. Didn't got the reason but after that my eclipse started giving me problem and it was crashing on each time I tried to make any changes to my drupal instance through eclipse. So to resolve the issue I did following things.
- turn off all Eclipse instances
- delete following files:
WORKSPACE/.metadata
~/.mozilla/eclipse
~/.eclipse
- add
-Dorg.eclipse.swt.browser.XULRunnerPath=/usr/lib64/xulrunner-1.9.2.10/libxpcom.so
to the end of your eclipse.ini file (actual path to your libxpcom.so may be different) - you are done. You may use your Eclipse safely
For Android or others you need to google for that.
No comments:
Post a Comment