Pop quiz
Kelly O'Hair
kelly.ohair at oracle.com
Wed Mar 31 12:27:44 PDT 2010
On Mar 31, 2010, at 10:47 AM, Jonathan Gibbons wrote:
> JDK 7 folk,
>
> I'm curious, what tools do people use to work on JDK 7 source code?
Makefiles and scripting work, vi/vim. Although I may move to NetBeans
gradually,
with the C/C++ plugin, it does a reasonable job when editing scripts
and makefiles.
For Java code, NetBeans, even without a NetBeans project setup,
NetBeans editing of
Java source is the easiest for me. I create projects as I go.
C code, used vi in the past, but will be moving to NetBeans the next
time I need
to work on it, but it's been a long time since I worked on any C 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.
Ah... Java code... NetBeans. If NetBeans can't handle the new
language features,
I would be heart broken. :^(
-kto
>
> -- Jon
More information about the jdk7-dev
mailing list