views:

82

answers:

1

I am looking for a Java equivalent to .NET's Snippet Compiler. Is there any such utility out there? That or a really light weight Java IDE for Windows? Eclipse and NetBeans seem too heavy-weight to practice basic syntax.

+1  A: 

The lightest is notepad + javac.

But, Eclipse has a snippet compiler. And the size has a reason, it is a very powerful tool.

Thorbjørn Ravn Andersen
It would help to mention where in Eclipse it is and how to use it.
duckworth