3

Possible Duplicate:
Is there any program like LINQPad for Java?

My question is similar to Is there any program like LINQPad for Java?, but not the same.

Like the author of the original question, I am not interested in the database quering capabilities provided by LinqPad.

What I am looking for is a desktop utility to run short java code snippets. I am not interested in any web based solutions, so groovy web console is out of the question.

(Showing Java byte code is a bonus, but not a must)

Thanks.

Community
  • 1
  • 1
mark
  • 59,016
  • 79
  • 296
  • 580

1 Answers1

1

This can be done using Eclipse scrapbook pages.

Rich
  • 15,602
  • 15
  • 79
  • 126
  • 1
    the scrapbook is sooooooo *painful* to use, you have to select all the lines you want to evaluate, click on a button to evaluate it, manually System.println on variables you want to view, *ugrh*! feels like 90s technology, beyond unusable :P – Joe Sep 12 '13 at 04:35