Java REPL onsole
- by Don
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