Re: remove old .class files

2009-04-29 Thread David Weintraub
On Wed, Apr 29, 2009 at 2:03 PM, Mighty Tornado wrote: > Can I run the command in such a way that if I deleted java file > which was previously compiled, it will remove its .class file from the > classes directory when it builds again? That's a limit on how Java works. The Java compiler compares

remove old .class files

2009-04-29 Thread Mighty Tornado
Hi, Can I run the command in such a way that if I deleted java file which was previously compiled, it will remove its .class file from the classes directory when it builds again? Thanks, Ramy.