Heini Aarela writes:
 > I have been using only the Compile and Run commands from JDE menu, and
 > that has been enough because I am not doing serious programming at the
 > moment. Anyhow, I would like to know how to use the Build command in JDE
 > menu; it hasn't worked out for me yet, no matter what I do. The problem
 > is that jde Build adds the option "-Xdepend" to the javac command, but I
 > am using jdk 1.3 which does not support the option.
 > 

This needs to be fixed. In fact, the Java version of the build command
should probably be eliminated because it is not reliable. You should
use either the make or the ant version of the build command, i.e.,
you should create an ant file or makefile for the projects you
want to build

- Paul

Reply via email to