Re: Eclipse setup questions

2005-11-17 Thread Seak, Teng-Fong
I'm using MyEclipse too, but IIRC it mostly export war files (or the whole directory structure in Tomcat). Exporting jar file is still the job of Eclipse. To the original poster: do you mean you're exporting individual java classes or jar files? OTOH, if you're developing some clas

RE: Eclipse setup questions

2005-11-17 Thread Eviano Afiemo
ng in the right direction. Regards Eviano >-Original Message- >From: Allistair Crossley [mailto:[EMAIL PROTECTED] >Sent: 16 November 2005 14:01 >To: Tomcat Users List >Subject: RE: Eclipse setup questions > > >We use the MyEclipse range of plugins www.myeclipseide.com wh

RE: Eclipse setup questions

2005-11-16 Thread Allistair Crossley
37 To: Tomcat Users List Subject: Re: Eclipse setup questions I want to be able export my java classes, automatically when the project is built. I do not want to export them manually by clicking on file ->export etc. Is there any such setting ? Thanks ! On 11/16/05, Seak, Teng-Fong <[EMAI

Re: Eclipse setup questions

2005-11-16 Thread Developer Developer
I want to be able export my java classes, automatically when the project is built. I do not want to export them manually by clicking on file ->export etc. Is there any such setting ? Thanks ! On 11/16/05, Seak, Teng-Fong <[EMAIL PROTECTED]> wrote: > > Some more precisions are needed. What "outp

Re: Eclipse setup questions

2005-11-16 Thread Seak, Teng-Fong
Some more precisions are needed. What "output" type are you referencing to? Jar? War? Or something else? But in any case, the general way is File > Export, and then choose your type and in the next screen, specify your export destination. You could use default settings for the rest.