Hi, You should use Ant or Make or some similar build tool for that. There's a brief description of how to set that up in the JDE user's guide, section "Building Java Applications". You can find the user's guide under <your JDE install dir>/doc/html/jde-ug/jde-ug.html. For more information about Ant, there's been a lot of discussions around that on this mailing list, so use the searchable archive at http://www.mail-archive.com/[email protected]/maillist.html.
Best of luck, Petter > -----Original Message----- > From: Arnold, Madeleine [mailto:[EMAIL PROTECTED]] > Sent: den 10 januari 2002 17:34 > To: '[EMAIL PROTECTED]' > Subject: compiling packages > > > Hi there > I'm a JDE newbie of 2 days. Can anyone help with this question: > Is there a way in JDE to compile all classes within a particular > package? I've found the build command that calls javac on the > application's main class, but my application has several > packages, and I often want to recompile only a particular package > rather than the entire application. > Thanks > Madeleine >
