[need help!!! eclipse problem]

hi you all,I am trying to import some files into eclipse, but I only want a link but not an actual copy of the files into my workspace.how can I do that? your help will be really appreciated!!!Ken
[231 byte] By [Kenkena] at [2007-11-27 7:09:31]
# 1
The easiest way to import files is to import them using import>>file system . But this will include all files within the directories. What are you needing the files for?
ita6cgra at 2007-7-12 19:00:54 > top of Java-index,Java Essentials,New To Java...
# 2

> The easiest way to import files is to import them

> using import>>file system . But this will include

> all files within the directories. What are you

> needing the files for?

the files are checked out through a svn-client, they are actually from many projects, and the codes are not being placed under one directory, so I just want to link them into the workplace so that I can check in stuff if I do some changes ;)

Kenkena at 2007-7-12 19:00:54 > top of Java-index,Java Essentials,New To Java...
# 3
You could try using a subversion plugin for eclipse. Google subclipse its what I use and is relatively simple to integrate.
ita6cgra at 2007-7-12 19:00:54 > top of Java-index,Java Essentials,New To Java...
# 4

> You could try using a subversion plugin for eclipse.

> Google subclipse its what I use and is relatively

> simple to integrate.

I do have subclispe, but the thing is there are many projects I should check out and the .java files are under many subdirectories... so the best way to do is to check all of them(including .pdf, .txt, and so on) out firstly and link the sources into workspace. I 've seen someonoe's done that, but don't know how ;)

Kenkena at 2007-7-12 19:00:54 > top of Java-index,Java Essentials,New To Java...