Existing Files in New Project [message #37676] |
Sat, 19 March 2005 01:20 |
Eclipse User |
|
|
|
Originally posted by: jim_stanley.earthlink.net
Why is it that there's no intuitive way to take an existing set of Java
files and create a new project using them in Eclipse? I've got some
sample Java files, they compile just fine in the command line. How can
I start a new project and add files?
The only option I see is to add a "File System", whatever that means.
Y'know, the environment works fast and looks cool - but it seems to have
a "geek filter" that discourages even seasoned developers.
Any replies appreciated.
Jim Stanley
Media Services
|
|
|
Re: Existing Files in New Project [message #38519 is a reply to message #37676] |
Mon, 21 March 2005 17:18 |
Eclipse User |
|
|
|
Originally posted by: john.eclipsefaq.org
File > Import > File system. This doesn't add a File System, but rather
it imports files from the file system (which just means files on a
disk). Just pick the directory where the files are located, and click
Finish.
--
Jim Stanley wrote:
> Why is it that there's no intuitive way to take an existing set of Java
> files and create a new project using them in Eclipse? I've got some
> sample Java files, they compile just fine in the command line. How can
> I start a new project and add files?
>
> The only option I see is to add a "File System", whatever that means.
>
> Y'know, the environment works fast and looks cool - but it seems to have
> a "geek filter" that discourages even seasoned developers.
>
> Any replies appreciated.
>
> Jim Stanley
> Media Services
|
|
|
Re: Existing Files in New Project [message #38585 is a reply to message #38519] |
Mon, 21 March 2005 23:01 |
Eclipse User |
|
|
|
Originally posted by: wegener.cboenospam.com
John Arthorne wrote:
> File > Import > File system. This doesn't add a File System, but rather
> it imports files from the file system (which just means files on a
> disk). Just pick the directory where the files are located, and click
> Finish.
> --
> Jim Stanley wrote:
>> Why is it that there's no intuitive way to take an existing set of Java
>> files and create a new project using them in Eclipse? I've got some
>> sample Java files, they compile just fine in the command line. How can
>> I start a new project and add files?
>>
>> The only option I see is to add a "File System", whatever that means.
>>
>> Y'know, the environment works fast and looks cool - but it seems to have
>> a "geek filter" that discourages even seasoned developers.
>>
>> Any replies appreciated.
>>
>> Jim Stanley
>> Media Services
If you want to develop in the location where the files already reside,
uncheck the use default location when creating the project and point to
the location in the file system where the source is located. Eclipse will
look for .java files in the new project location and automatically add
them to the new project
|
|
|
Powered by
FUDForum. Page generated in 0.08998 seconds