I had this problem recently after installing the sun jdk 1.3, but after
some experimentation I found that javac automatically performed
dpendency checking and recompiled out of date classes. If you want, you
can also specify 'oldjavac' as your java compiler and get back the sun
1.2 compiler. This behavior is poorly documented on the sun website at:
http://java.sun.com/j2se/1.3/docs/tooldocs/tools.html
Alexander Matukhin wrote:
>
> Hello:
>
> I am trying to use build from the JDE menu to build the project.
> I am using jdk 1.3 and its javac utility does not support neither
> -Xdepend nor -depend options.
> When I use build -Xdepend is inserted by default as an option for
> javac and javac complains about unrecognizable option.
>
> Questions:
> 1. How to suppress the -Xdebug option.
> 2. How do I make sure that dependencies are still checked and out of
> date classes rebuilt ( is it default in 1.3 ? ).
>
> Thanks
>
> Alexander Matukhin