Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Eclipse beginner

Besides the fact that this question would better have been asked in the 
eclipse newsgroup:

  Project properties > Java Build Path > Source

There you can specify differing source and build directories.

- Boris

On Fri, 2 Aug 2002, Ana Lozano Fernandez wrote:

> 
> Dear all,
> 
> I have been using Eclipse for few weeks and I have a doubt, I hope that you
> can help me. I worked before with Jbuilder 3 and everytime I compiled a java
> file the .class file was safe in a specific directory (which was specified
> by my self) so at the end I had all the classes in one directory. But in
> eclipse every .class is stored in the same place as the correspondence .java
> file. Do you know while creating the project is it posible to specify only
> one place (or two, I want to create beans and servlets classes) where to
> store all the .classes files? If so, how can i do this?
> 
> Thanks in advance
> 
> 
> Regards,
> 
> Ana Lozano Fernández
> 
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
> 
> 

-- 
"Engineering does not require science. Science helps a lot but 
people built perfectly good brick walls long before they knew why 
cement works." - Alan Cox




Back to the top