I have problems building my projects with JDE. When I use C-c C-v C-b to invoke the build function, I get a message that "No application main class specified." What???
Here is my jde-settings in my .emacs file: (jde-build-use-make t) (jde-read-make-args t) (jde-make-program "ant") (jde-compiler "jikes") I use Ant and Jikes (but the problem still exists even if I don't) on a Win2K machine. Thank you for your help! Thomas
