User Tools

Site Tools


how_to_install_the_library_in_eclipse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
how_to_install_the_library_in_eclipse [2019/08/15 18:33] – created frchrishow_to_install_the_library_in_eclipse [2019/08/15 19:06] frchris
Line 1: Line 1:
 ====== How to Install kareljrobot.jar in an Eclipse Project ====== ====== How to Install kareljrobot.jar in an Eclipse Project ======
-  - Ordered List Item+  - Go tho the workbench, Under the ''File'' menu, select ''New Java Project'' 
 +  - Give the project a name (for example ''Karel at SFHS'') {{:eclipserobotproject.png|}} 
 +  - In the ''JRE'' area, select '' use an execution environment JRE J2SE-1.5''   
 +  - In the ''Project Layout'' area, select ''Use project folder as root for sources and class files'' 
 +  - Press the ''Finish'' button, even if you don't speak Finnish. 
 +  - Now right-click the new Project and select ''Preferences'' at the bottom (or press ''Alt-Enter''
 +  - Click once on the left to select ''Java Build Path'' 
 +  - Click once on the third tab called ''Libraries'' 
 +  - Click the second button down called ''Add External JARs'' 
 +  - Select the ''KarelJRobot.jar'' file you downloaded earlier 
 +  - Press the ''Open'' button 
 +  - Press the ''Apply and Close'' button 
 +  - Make a new class ''RobotRunner'' to test it out: 
 +<code java> 
 +  import kareltherobot.*; 
 +  public class RobotRunner implements Directions 
 +  { 
 + public static void main(String[] args)  
 +
 + World.setDelay(150); 
 + World.placeBeepers(4, 3, 2); 
 + World.setVisible(); 
 +
 +  } 
 +</code>
how_to_install_the_library_in_eclipse.txt · Last modified: 2023/08/26 11:51 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki