Is there a way to run or simulate running Java statements (kind of like IDLE - the Python GUI) without compiling and running the executable? I want to quickly test statement
you might want to checkout janino http://docs.codehaus.org/display/JANINO/Home also ..