Looking for a Java equivalent to .NET's Snippet Compiler [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more.开发者_运维技巧 You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI 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.
The lightest is notepad + javac.
But, Eclipse has a snippet compiler. And the size has a reason, it is a very powerful tool.
精彩评论