Showing posts with label Workspace. Show all posts
Showing posts with label Workspace. Show all posts

May 03, 2017

Eclipse reset/enable workspace preference on startup

Hi all,

Today, I have come across a situation where I want to choose the one of the workspaces i have worked before.

In general, eclipse will prompt for workspace location on startup
But, if you have checked "Consider this as default workspace and don't ask again" option, then next time when you start eclipse, you won't get the prompt for workspace selection.

Re-enable/Reset workspace preference on eclipse startup


  1. Click on eclipse "Window->Preferences"
  2. Go to "General->Startup/Shutdown->Workspaces"
  3. Check "Prompt for workspace on startup" or use keyboard shortcut "Alt+w" 
  4. Now, exit the eclipse
  5. Start the eclipse
You should be able to see the workspace selection on eclipse startup screen.

Happy coding!!

Please send your comments and feedback to psrdotcom@gmail.com

July 20, 2012

Solved the problem of import project in eclipse

Hi users,

I had been facing this issue for sometime. I didn't concentrate much on this issue. Today finally it got solved.

Problem:
Unable to import projects into eclipse

Solution:
  • Remove any projects from the workspace with the same name (Cut and Paste in some folder as backup)
  • Check whether you have android-8 (min) in your project properties target platform
Note: You can view the existing projects (closed projects also) in your eclipse by clicking on package explorer


Remove the unused projects, name conflict projects.
Please restart the eclipse (File->Restart)
Now, you will be able to import your projects into eclipse.

Note: Please write your comments (or) mail to psrdotcom@gmail.com

Featured Post

Java Introdcution

Please send your review and feedback to psrdotcom@gmail.com