Don't forget to also checkout my second blog containing articles to all other related ICT topics!!
Showing posts with label Eclipse. Show all posts
Showing posts with label Eclipse. Show all posts

Friday, May 25, 2012

Using Scala interpreter from Eclipse

It is possible to use the Scala interpreter from most IDE's. Here is a short description how to use it in Eclipse. You will first need to create a new Scala project however.
  • Window => Open perspective =>  Scala
  • Create new Scala project
  • Window => Show view => Scala interpreter
  • Select the newly created project and press ok
  • Start typing any expression in the Evaluate textbox and press enter