Pop quiz

Bradford Wetmore bradford.wetmore at oracle.com
Wed Mar 31 11:39:08 PDT 2010


> NetBeans or any other IDE?  emacs?  vi??

I primarily use vi (who just called me a dinosaur?) when I know the code
and want to have a bunch of side-by-side windows open.

When I'm learning a new piece of functionality or writing code, it's
netbeans.  I usually compile with DEBUG_CLASSFILES=true, then set the
JDK library to my JDK7 build, point to the JDK sources (including
build/<arch>/gensrc), then use the debugger to see what's actually going
on in my JDK7 libraries.

In most cases, when I'm writing/debugging, I have both styles going.

Brad

P.S.  Emacs is the spawn of...[1]...oh never mind, James G. might be
reading this...  ;)

[1]  I'm making a joking reference to the Holy Wars [2], this is not an
invitation to open a new battlefront here.
[2]  http://en.wikipedia.org/wiki/Editor_war



On 3/31/2010 10:47 AM, Jonathan Gibbons wrote:
> JDK 7 folk,
> 
> I'm curious, what tools do people use to work on JDK 7 source code?
> 
> NetBeans or any other IDE?  emacs?  vi??
> 
> As we start using new language features within JDK itself, it would be
> good to be able to estimate the impact on JDK developers.
> 
> -- Jon


More information about the jdk7-dev mailing list