Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 492 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 492 Bytes

reddeer-helloworld

Run from maven -> type "mvn clean verify"

Run from Eclipse -> Install RedDeer Runtime/API and RedDeer UI from http://download.eclipse.org/reddeer/snapshots/ then right click on project Run As -> RedDeer test

This example will

  • create Java Project
  • create Java class
  • add 'System.out.println("Hello RedDeer!");' to psvm method of created Java class
  • run the project
  • check if console contains 'Hello Reddeer!'
  • check error log for any errors or warnings