Eclipse:
How to launch Eclipse with -clean option using command line on Mac OS X?
Benefits of Launching Eclipse with -clean option:
* Cleans cached data used by the OSGi framework and Eclipse runtime.
* Try to run Eclipse once with this option if you observe startup errors after install, update, or using a shared configuration.
Steps to launch:
1. Make sure you are "cd" to Eclipse folder where you installed on Mac.
For ex:
myname-mymacbook:~ myname$ cd library
myname-mymacbook:library myname$ cd eclipse
2. Use the command "./eclipse -clean -vmargs -XstartOnFirstThread" (without quotes) to launch Eclipse with -clean option.
For ex:
myname-mymacbook:eclipse myname$./eclipse -clean -vmargs -XstartOnFirstThread
Source found from:
http://www.brooksandrus.com/blog/2007/06/30/run-eclipse-from-the-command-line-on-os-x/
That's it.
Cheers,
M.P.Prabakar
Systems Analyst.
Have fun and be addictive by playing "TossRing" marvelous iPhone game. Link is below..
http://itunes.apple.com/us/app/tossring/id358100360?mt=8
Sunday, March 21, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment