File
menu, select New Java Project
JRE
area, select use an execution environment JRE J2SE-1.5
Project Layout
area, select Use project folder as root for sources and class files
Finish
button, even if you don't speak Finnish.Preferences
at the bottom (or press Alt-Enter
)Libraries
Add External JARs
KarelJRobot.jar
file you downloaded earlierOpen
buttonApply and Close
buttonRobotRunner
to test it out:import kareltherobot.*; public class RobotRunner implements Directions { public static void main(String[] args) { World.setDelay(150); World.placeBeepers(4, 3, 2); World.setVisible(); } }