About 272,000 results
Open links in new tab
  1. Create a new workspace in Eclipse - Stack Overflow

    What should I use to create a new workspace and move some of the projects from existing default workspace to a new workspace? I am using Windows with Eclipse 3.7.

  2. Eclipse: Should I create a workspace for each project?

    Mar 4, 2011 · 29 I create Eclipse workspaces around products, because for me, a product can have multiple projects within them, for example like having core libraries compiled into one jar …

  3. How to change the Eclipse default workspace? - Stack Overflow

    Mar 3, 2011 · If you want to create a new workspace - simply enter a new path in the textfield at the "select workspace" dialog. Eclipse will create a new workspace at that location and switch …

  4. how to create an eclipse workspace with command line without …

    Nov 20, 2012 · Is there any command to create an eclipse workspace without actually launching eclipse? I want the command be part of script. After the workspace is created, it will be …

  5. How to Clone an Eclipse Workspace - Stack Overflow

    Jan 31, 2011 · I am wondering how to create new clean Eclipse workspace but having all settings from an existing one. Maybe something like cloning but without projects?

  6. How to change the default Eclipse startup workspace?

    Mar 6, 2012 · 29 After installing eclipse and opening for the first time, I had specified a workspace and selected the checkbox, which says, 'use this as default workspace'. From then, when I …

  7. Eclipse Workspaces: What for and why? - Stack Overflow

    Nov 25, 2012 · The workspace framework comes down to the eclipse.core.resources plugin and it naturally by design makes sense. Projects have natures, builders are attached to specific …

  8. Eclipse changing workspace and directory - Stack Overflow

    In fact, I would recommend to keep them separate: Your project folders contain the project's code, together with Eclipse .project and .classpath files. Your workspace on the other side contains …

  9. java - Eclipse: Error ".. overlaps the location of another project ...

    Jul 31, 2012 · 2) create the new Eclipse project in the default workspace (one level above the cloned Git repo folder) 3) export the new Eclipse project from the default workspace to the …

  10. Eclipse workspace equivalent in IntelliJ? - Stack Overflow

    May 26, 2015 · 3 The workspace equivalent term refers to Project Window in intellij. It will consists of modules which are equivalent of individual projects in Eclipse. EDIT: You can right click on …