跨计算机共享 Eclipse 工作区?

2023-08-20Java开发问题
7

本文介绍了跨计算机共享 Eclipse 工作区?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我需要设计或使用 5 到 10 台 PC(使用 eclipse)但使用相同的工作区,我该怎么做?我已经尝试过了,但是我无法共享工作区的文件夹,请帮助

I need to design or use 5 to 10 PCs (with eclipse) but with the same workspace, how can I do that? I already tried but I can not share the folder of the workspace, please help

推荐答案

你到底想达到什么目的?

What do you want to achieve, actually?

因为工作区应该是用户特定的.它包含诸如设置、如何设置透视图、显示位置的视图等内容.这意味着如果两个用户共享一个工作区,他们将不断地写下彼此的设置.

Because the workspace is supposed to be user specific. It contains things like settings, how perspectives are setup, which view to show where. Which means if two users share a workspace they will continually write of each others settings.

为了强制执行这一点,一旦您使用工作区启动 Eclipse,它就会被锁定以防止其他人使用它.

And to enforce this, as soon as you starts Eclipse with a workspace, it is locked preventing someone else to use it.

所以共享工作空间不是一个好主意.

So sharing workspace is not a good idea.

我猜你真正想要实现的是在几个开发人员之间共享项目.使用项目集是一个很好的方法.查看我的回答,了解有关此问题的不同问题.

What I guess you really want to achieve is to share the projects between several developers. Using project sets is a good way to do that. Check out my answer for a different question regarding this.

如果您想与其他用户分享偏好,请查看这个问题获取有关进口/出口偏好的建议.

If you want to share preferences with other users, then check out this question for advice on import/export of preferences.

这篇关于跨计算机共享 Eclipse 工作区?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

Eclipse 在尝试启动 Android 应用程序时卡住了
Eclipse gets stuck when trying to launch Android app(Eclipse 在尝试启动 Android 应用程序时卡住了)...
2024-08-25 Java开发问题
14

Eclipse:无法初始化监视器线程:无法建立环回连接
Eclipse: Failed to initialize Monitor Thread: Unable to establish loopback connection(Eclipse:无法初始化监视器线程:无法建立环回连接)...
2024-08-25 Java开发问题
4

Eclipse-找不到JDK
Eclipse- JDK not found(Eclipse-找不到JDK)...
2024-08-25 Java开发问题
6

如何让 Eclipse 在 Windows 7 任务栏中表现良好?
How to make Eclipse behave well in the Windows 7 taskbar?(如何让 Eclipse 在 Windows 7 任务栏中表现良好?)...
2024-08-25 Java开发问题
9

本机方法中的致命错误:JDWP 未初始化传输,jvmtiError=AGENT_ERROR_TRANSPORT_INIT
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)(本机方法中的致命错误:JDWP 未初始化传输,jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197))...
2024-08-25 Java开发问题
107