Reputation: 11
I have a problem with Eclipse. I use Eclipse on Linux to code J2ME program. I choose workspace different from default workspace, and I set eclipse show dialog to choose workspace every start. I create a J2ME project and run it, then close it when done. But when I re-start Eclipse, Eclipse don't show workspace diaglog ! It choose default workspace: /home/username/workspace ! I try re-start, re-install a lot, but it still not work right way. Somebody can help me ? Thanks !
Upvotes: 1
Views: 1980
Reputation: 12329
Please take a look at Eclipse startup error. While Tristan has provided the best answer, you might also want to try this from the command line, from your Eclipse directory:
eclipse.exe -clean -showlocation -data "C:\<my workspace location>"
This will give you a clean start, will show the location of your workspace in the title bar, and will start from the workspace you specify.
Upvotes: 2
Reputation: 9111
You should be able to choose this in Windows > Preferences > General > Startup and Shutdown > Workspaces, and check "Prompt for workspace on startup"
EDIT : off course, if this does not work as expected, it's a bug, you can submit it...
Upvotes: 2