Is there any program like LINQPad for Java?

JPad - A java scratchpad for running snippets

JPAD Java scratchpad IDE

Since I also couldn't find one I've decided to write one. Currently it can:

  1. Run java snippets (no class / imports / public blah... needed).
  2. Contains drivers for MS/MySQL/Postgres.
  3. Output results as HTML tables

It's very rough but I will add to it over time. Feedback is definitely welcome.


This may help : http://www.browxy.com:9000/codeRunner

EDIT: Url seems to have changed to http://www.browxy.com


You can use the Groovy web console ; it's possible to speak java in groovy land.


Java Snippet Runner: Does something similar to Linqpad (jar file, not just for macs)

http://mac.softpedia.com/get/Development/Java/Java-Snippet-Runner.shtml

Code Runner (Commercial): for Mac's only, it'll run code snippets in Java, and lots of other languages too (e.g. Objective C)

http://krillapps.com/coderunner/