我可以在Eclipse中的哪里更改默认工作区?
当前回答
文件>切换工作空间>添加您喜欢的工作空间> Eclipse将使用您想要的工作空间重新启动。
其他回答
在Ubuntu上我去了
~/.eclipse/org.eclipse.platform_4.3.0_1473617060_linux_gtk_x86_64/configuration/config.ini
并在底部加了这一行
osgi.instance.area.default=@user.home/workspace
并将工作空间更改为dir路径,从我的家到我放置工作空间的地方。
我把@Frank的回答和@Ronan Quillevere的评论结合起来
您可以检查启动eclipse时出现的选项。请看下图
打开命令提示符。 切换到eclipse主目录并输入"eclipse -clean" 如。 C: / eclipse > eclipse抹杀的
这将要求选择工作区。它还将强制将其设置为默认工作区。
进入“eclipsehome—>configuration—>settings”文件夹。
在记事本中打开org.eclipse.ui.de.prefs。
将此属性从false设置为true。
SHOW_WORKSPACE_SELECTION_DIALOG = true
每次都会要求您选择工作空间。
我认为这个问题的意思是如何更改默认工作空间,以便在Eclipse启动时自动加载所需的工作空间:
Go under preferences then type "workspace" in the search box provided to filter the list. Alternatively you can go to General>Startup and Shutdown>Workspaces. There you can set a flag to make Eclipse prompt you to select a workspace at startup by checking the "Prompt for workspace at startup" checkbox. You can set the number of previous workspaces to remember also. Finally there is a list of recent workspaces. If you just remove all but the one you want Eclipse will automatically startup with that workspace.
如果您想要更改程序执行的目录,请转到“运行”选项卡中的“运行配置”。
然后选择你的项目,转到“Arguments”选项卡,你可以在那里更改目录。默认情况下,它是项目的根目录。
推荐文章
- 如何更改Eclipse中的默认文本文件编码?
- 如何防止Eclipse在启动时挂起?
- Java编译器级别与安装的Java项目facet的版本不匹配
- 升级到Ubuntu 13.10后,Eclipse菜单不会显示
- 如何使用Eclipse比较两个文件?Eclipse是否提供了任何选项?
- 升级到ADT 22后,库不再被添加到APK
- 应用程序无法打开,因为它来自一个身份不明的开发者
- 在XML中“图像上缺少contentDescription属性”
- 哪些Eclipse文件属于版本控制?
- 如何在Eclipse Classic中安装Eclipse市场?
- 为什么logcat没有显示任何东西在我的Android?
- Eclipse中的Java项目:无法解析Java .lang. object类型。它是从必需的.class文件中间接引用的
- 开发Android应用最好的IDE是什么?
- 在Eclipse中查找TODO标记
- 从现有源代码创建新项目时,Eclipse“无效项目描述”