zoukankan      html  css  js  c++  java
  • eclipse修改默认工作空间

    新安装的myEclipse(eclipse)第一次启动时就会弹出让你选择工作空间的对话框

    如果勾选了Use this as the default and do not ask again 下次要启动时不会再次显示修改工作空间的选择,
    要改变工作空间的方法,有3中方法可以更改workspace的路径设置.

    1. 启动Eclipse/MyEclipse后, 打开"Window -> Preferences -> General -> Workspace", 点Workspace页上的"Startup and Shutdown", 然后勾选"Startup and  Shutdown"页中的"Prompt for workspace on startup";

    2. 用记事本打开"eclipseconfiguration.settingsorg.eclipse.ui.ide.prefs", 将"SHOW_WORKSPACE_SELECTION_DIALOG"的值改为"true";

    P.S.: "RECENT_WORKSPACES"的值表示设置过的workspace绝对路径. 第一个路径是当前设定的路径, 向后依次之前曾设置过的. 各路径之间用" "分隔.

    3. 删掉"eclipseconfiguration.settingsorg.eclipse.ui.ide.prefs".

    执行上述操作后, 再次启动, 又会弹出"Workspace Launcher"对话框, 可以重新设置了.

  • 相关阅读:
    WebView用法与JS交互(2) 响应webview中的图片点击事件
    出栈序列(栈和队列)
    Log Files
    Mr. Frog’s Game
    Comparison of Android versions
    Linearization of the kernel functions in SVM
    Game of Nuts
    Easy Summation
    Automatic Judge
    Coprime Sequence
  • 原文地址:https://www.cnblogs.com/zunpeng/p/3296574.html
Copyright © 2011-2022 走看看