Re: compile java file
vedm <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Pedro Sa da Costa <[email protected]> writes: > I have a java file in project/src/foo.java. And, when i compile it, i > want that the foo.class goes to project/classes. > > What should i have to do, to achieve this. > > Thanks, > Pedro > (setq jde-compile-option-directory "./classes") (assuming that your prj.el file is in the "project" directory) -- vedm