how_to_install_the_library_in_eclipse
This is an old revision of the document!
How to Install kareljrobot.jar in an Eclipse Project
- Go tho the workbench, Under the
File
menu, selectNew Java Project
- In the
JRE
area, selectuse an execution environment JRE J2SE-1.5
- In the
Project Layout
area, selectUse project folder as root for sources and class files
- Uncheck
create module-info java file. - Press the
Finishbutton, even if you don't speak Finnish. - Now right-click the new Project and select
Preferencesat the bottom (or press
Alt-Enteror press
Command-Ion a mac or
Control-Ion Windows) - Click once on the left to select
Java Build Path- Click once on the third tab called
- Click once on
Classpath- Click the second button down called
Add External JARs- Place the
KarelJRobot.jarfile you downloaded earlier into your new project folder (Do this using
Finderin Mac or
Fileson Windows) - Go back to eclipse and select the
KarelJRobot.jarfile you just dropped into the project folder. - Press the
Openbutton - Press the
Apply and Closebutton - Make a new class
RobotRunnerto test it out: From the File menu, select
New → Class(or press the
C+button. ) and name class
RobotRunner''. Paste the follwing code:
import kareltherobot.*; public class RobotRunner implements Directions { public static void main(String[] args) { World.setDelay(150); World.placeBeepers(4, 3, 2); World.setVisible(); } }
how_to_install_the_library_in_eclipse.1693063820.txt.gz · Last modified: 2023/08/26 11:30 by frchris