如何移动 NetBeans 工作区?

发布于 2025-01-05 20:51:32 字数 74 浏览 0 评论 0原文

我已将 NetBeans 安装在 C 驱动器中,现在我想将其移至另一个驱动器。

NetBeans 中有可用的选项吗?

I have installed NetBeans in C drive and now I want to move it to another drive.

Is there any option available in NetBeans?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

小伙你站住 2025-01-12 20:51:32

有项目组的选项。

文件>项目组。

您可以在此处根据文件夹位置创建项目组。

然后您可以在选定组内的项目之间切换。

在项目组之间切换不需要关闭 IDE。

它看起来像 Eclipse 的工作区。

希望它会有所帮助!

There is the option of project group.

File > Project group.

Here you can create a project group based on a folder location.

Then you can switch between projects within selected group.

Switching between project groups doesn't require closing the IDE.

It look like Workspace for Eclipse.

Hope it will help!

你与清晨阳光 2025-01-12 20:51:32
  1. 右键单击您的项目
  2. 在上下文菜单中,选择“移动...”选项
  3. 选择要将项目移动到的位置
  1. Right click on your project
  2. In the context menu, select "Move..." option
  3. Choose the location you want to move your project to
陌若浮生 2025-01-12 20:51:32

您想要复制所谓的“userdir”。

详情请参阅常见问题解答:

http://wiki.netbeans.org/FaqWhatIsUserdir

http://wiki.netbeans.org/NetBeansUserFAQ#Configuration

You want to copy the so called "userdir".

For details, please refer to the FAQ:

http://wiki.netbeans.org/FaqWhatIsUserdir

http://wiki.netbeans.org/NetBeansUserFAQ#Configuration

素手挽清风 2025-01-12 20:51:32

我在 Windows 7 上使用 NetBeans 8.0.2。

我的工作区中的项目也位于一组项目根目录的“项目组”中。 (Eclipse 将所有项目称为“工作空间”,或项目子集的“工作集”。)

C:\Users\\AppData\Roaming\NetBeans\8.0.2\ 中config\Preferences\org\netbeans\modules\projectui\groups\.properties 列出了项目组的路径。

在资源管理器中,将工作区目录移动(:或复制,如果您足够偏执的话:)到新驱动器。

编辑此文件并更改该组的驱动器位置。

现在,NetBeans 在打开并加载工作区和组时将看到新位置。

使用文件/项目组...确保您正在查看您认为正在查看的组。

I am using NetBeans 8.0.2 on Windows 7.

The projects in my workspace are also in a "Project Group" by root directory for a suite of projects. (What Eclipse would call a "workspace" for all projects, or a "Working Set" for a subset of projects.)

In C:\Users\<myname>\AppData\Roaming\NetBeans\8.0.2\config\Preferences\org\netbeans\modules\projectui\groups\<mygroup>.properties is listed the path to the group of projects.

In Explorer, move (: or copy if you are paranoid enough :) your workspace directories to the new drive.

Edit this file and change the drive location for the group.

NetBeans will now see the new location when it opens and loads the workspace and groups.

Use File / Project Groups ... to ensure you are looking at the group you think you are looking at.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文