all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: hazlup <robjsargent@gmail.com>
To: Help-gnu-emacs@gnu.org
Subject: Re: Java development with Emacs
Date: Mon, 8 Mar 2010 10:59:11 -0800 (PST)	[thread overview]
Message-ID: <27825883.post@talk.nabble.com> (raw)
In-Reply-To: <20100308140638.GA4487@srevilak.net>




Steve Revilak-2 wrote:
> 
>>Okay, so I think I'm just about done with NetBeans.  Thus far the only
>>thing giving me a rash is the editor, which is made marginally useful
>>(for me) through the Emacs key binding set.  Unfortunately, that last
>>"ten percent" I'm missing has proven to be such a source of annoyance
>>that...well...I just can't take it anymore, man! *sniff*
>>
>>What is the done thing when it comes to writing Java applications
>>using Emacs?  There's obviously a mode for writing the code, but what
>>other packages and .emacs magic might I want to use to get the most
>>from it?  I could easily Google some how-tos and whatnot, I'm sure,
>>but I'm also highly interested in the opinions of people actually
>>working with Java today as to the usability of Emacs for the task of
>>writing programs spanning multiple files and such.
>>
>>So if you're writing Java applications with Emacs as your
>>center-piece, how are you doing it and what other tools are you using?
> 
> This topic comes up every once in a while, and I'm sure you'll find
> plenty of opinions in the archives of help-gnu-emacs.
> 
> I use emacs for java development.  My setup is very simple, but it
> works well for me.
> 
>   - java mode for java editing
> 
>   - ant for compilation, javadoc generation, and general integration
>     with third-party java development tools.
> 
>     I set the shell environment variable ANT_ARGS=-emacs so that ant
>     outputs file and line numbers in a format that compilation mode
>     understands.  Within emacs, I 
> 
>     (setq compile-command "ant -find build.xml ")
> 
>   - gnu global for source code indexing and symbol navigation.
> 
>   - emacs' existing facilities for interacting with version control
>     systems (cvs-mode, vc, etc)
> 
>   - A web browser for viewing javadoc
> 
>   - Occasionally, I use eclipse as a debugger.  (Primarily because
>     I've never come to terms with jdb.)
> 
> Steve
> 
> 
Add the gtags package to quickly walk to class and member definitions
-- 
View this message in context: http://old.nabble.com/Java-development-with-Emacs-tp27812504p27825883.html
Sent from the Emacs - Help mailing list archive at Nabble.com.





  reply	other threads:[~2010-03-08 18:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-07 16:26 Java development with Emacs Jeff Clough
2010-03-08 12:21 ` Tim Visher
2010-03-08 14:06 ` Steve Revilak
2010-03-08 18:59   ` hazlup [this message]
     [not found]   ` <mailman.2453.1268074776.14305.help-gnu-emacs@gnu.org>
2010-03-09  1:33     ` zugzwang
2010-03-09 11:32       ` José A. Romero L.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=27825883.post@talk.nabble.com \
    --to=robjsargent@gmail.com \
    --cc=Help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.