Java REPL shell
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
9:03 UTC
Read the original article
Hit count: 462
Hi,
I'm looking for a REPL shell 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, commonly used Java packages like:
java.io.*
java.util.*
should be automatically imported, 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