Search code examples
javaeclipsebluej

Call method in Eclipse IDE like bluej


The only thing I even slightly like about bluej is the fact that you can call methods without having a String[] args bit. Is there any equivalent in eclipse ide? I am in a computer science class so we don't always make full pieces of code, it is normally writing methods to return things.


Solution

  • I believe this is what you are looking for: Eclipse Scrapbook

    Pretty simple tutorial and great if you are just looking to test some snippets of code.