| Author |
Eclipse workspace directory
|
Jason Kretzer
Ranch Hand
Joined: May 31, 2001
Posts: 280
|
|
Is there anyway to use Eclipse without having to place anything you want to work on inside that blasted workspace directory? Thanks,
|
Jason R. Kretzer<br />Software Engineer<br />System Administrator<br /><a href="http://alia.iwarp.com" target="_blank" rel="nofollow">http://alia.iwarp.com</a>
|
 |
V Bose
Ranch Hand
Joined: Jul 10, 2003
Posts: 113
|
|
Create a new Project. In the 'New Java Project' dialog box, Uncheck 'Use default' and then specify the Directory where your source code resides... Have recently started using Eclipse...must say its neat the way everything fits together.
|
 |
Dan Kehn
Dastardly Dan the Author
Ranch Hand
Joined: Jun 11, 2003
Posts: 120
|
|
There's also the notion of 'links' in version 2.1. Select File > New > File and then the Advanced >> button. In version 3.0M4, you can also open arbitrary files directly (see Open External Files). -- Dan
|
Co-author of <a href="http://www.jdg2e.com" target="_blank" rel="nofollow">The Java Developer's Guide to Eclipse</a>, 2nd Edition<br />(Yahoo group <a href="http://groups.yahoo.com/group/JDG2E/" target="_blank" rel="nofollow">JDG2E</a>)
|
 |
Jason Kretzer
Ranch Hand
Joined: May 31, 2001
Posts: 280
|
|
OK, I have created a new project and not used the default path. Is there any way to remove certain packages from the project without deleting them from the directory? I mean, I have a decent size package structure and the eclipse project is located at the top level of it(else the packages will not compile correctly). I would like to be able to remove packages that are not needed from the project structure without deleting them. Anyone know if it is possible? Best Regards,
|
 |
 |
|
|
subject: Eclipse workspace directory
|
|
|