Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8338757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:41:34+00:00 2026-06-09T04:41:34+00:00

the following scenario: We wanna use one root-folder for our eclipse projects. Since i

  • 0

the following scenario:

We wanna use one root-folder for our eclipse projects. Since i saw, that eclipse don’t support multi-user workspaces (many user at the same time on the same workspace), i was looking for another solution.

Randomly i created a “New Project” with no default location, but rather than our location outside the workspace (every client getting his own workspace).

Eclipse will generate under {workspace}/.metadata/.plugings/org.eclipse.core.resources/.projects/

an folder that just holds information about the location of the project and some other data (.safeable, .tree).
So it’s possible to rename a project and it automatically refresh’s at the other client’s.
For the most part, it doesn’t look so bad.

My Question:
I have a bad feeling with that. To create those “linked projects” through source-code, i need to use “internal packages”. And i’m not sure, if this is the proper behavior at all.

So how you guys would handle a scenario, where some user’s need to share binary-data in a eclipse application. SVN and .git are not very comfortable with binary-files.

I appreciate any suggestions. Thanks.

Update

How i solved the problem:

Every User has his own workspace. Beside of that, there is the “central-workspace”. It’s just a normal workspace, but from where every IProject in the user-workspace get linked.

Here’s the source-code to link a IProject that’s located outside the own workspace:

IProjectDescription description = null;
description = ResourcesPlugin.getWorkspace().loadProjectDescription(new Path(path +"/.project"));
IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(description.getName());
project.create(description, IProject.FORCE, null);
if (!project.isOpen()) {
    project.open(null);
}

You should run this code in a WorkspaceJob.

After that, you can work with IProject’s which are not really located in your workspace with unlimited users. And in that case, you don’t use any internal packages.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T04:41:36+00:00Added an answer on June 9, 2026 at 4:41 am

    Sharing project’s is possible with Eclipse but there are some important points which you need to keep in mind:

    Eclipse doesn’t expect someone else to modify the files in a project. This is especially true when a compiler is assigned to the project. If you have a Java project, there is a Java compiler and this compiler will get really confused if someone else changes the files in the output folder. Never shared projects which have a compiler/builder.

    Another solution is to put the binary data in a shared location on the file system and then import them into your project using links. See the online help for Creating linked resources. This doesn’t copy the files, it just makes the resources appear in the view.

    So this approach works well if you need to see the files but it doesn’t help when code in the project needs to access them (say, unit tests) because these links are purely virtual: They only exist in the Eclipse UI.

    Lastly, both SVN and git can cope perfectly well with binary data. They might need a lot of memory when you checkout/update/commit but if the data doesn’t change, you should be perfectly fine (unless the data is > 1GB).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider following scenario: I have RESTful URL /articles that returns list of articles user
I've the following scenario, I've to copy multiple (about 10,50,200,...) files. I do that
Following Scenario: I have a = UIViewController A that contains a UIScrollView I have
The following scenario came up in our project: We have hierarchical business objects. The
Imagine the following scenario. I have a checkbox that the user can check to
I have following scenario. Some people use approach 1 and some use approach 2.
I have the following scenario: a Bitmap that is used as background and another
The following scenario bothers me: I have a simple WPF Window that has a
Following scenario: We use the Fluent API to register all components in an assembly
I have the following scenario: I have 2 projects: Proj1 Proj2 Each of these

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.