Java REPL onsole

Posted by Don on Stack Overflow See other posts from Stack Overflow or by Don
Published on 2010-04-14T08:51:14Z Indexed on 2010/04/14 8:53 UTC
Read the original article Hit count: 448

Filed under:

Hi,

I'm looking for a console that I can use to test out snippets of Java code. Either a desktop app, or a web app (like the Groovy web console). Ideally, the console should automatically import commonly used package like

java.io.*
java.util.*

So that I can copy and paste code from a class without having to add a bunch of imports. Does such a thing exist?

Thanks, Donal

© Stack Overflow or respective owner

Related posts about java