how_to_install_the_library_in_eclipse
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
how_to_install_the_library_in_eclipse [2023/08/26 11:20] – frchris | how_to_install_the_library_in_eclipse [2024/09/03 18:08] (current) – frchris | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== How to Install | + | ====== How to an Add an External Library like kareljrobot.jar in an Eclipse Project ====== |
- Go tho the workbench, Under the '' | - Go tho the workbench, Under the '' | ||
- | - Give the project a name (for example '' | + | - Give the project a name (for example '' |
- In the '' | - In the '' | ||
- In the '' | - In the '' | ||
+ | - Uncheck '' | ||
- Press the '' | - Press the '' | ||
- Now right-click the new Project and select '' | - Now right-click the new Project and select '' | ||
- Click once on the left to select '' | - Click once on the left to select '' | ||
- Click once on the third tab called '' | - Click once on the third tab called '' | ||
- | - Click once on '' | ||
- Click the second button down called '' | - Click the second button down called '' | ||
- | - Place the '' | + | - Place the '' |
- Go back to eclipse and select the '' | - Go back to eclipse and select the '' | ||
- Press the '' | - Press the '' | ||
- Press the '' | - Press the '' | ||
- | - Make a new class '' | + | - Make a new class '' |
<code java> | <code java> | ||
+ | import java.awt.Color; | ||
import kareltherobot.*; | import kareltherobot.*; | ||
- | public class RobotRunner | + | public class RCRunner |
- | | + | |
- | public static void main(String[] args) | + | // Main entry point |
- | { | + | public static void main(String[] args) { |
- | World.setDelay(150); | + | World.setDelay(10); |
- | World.placeBeepers(4, 3, 2); | + | |
- | World.setVisible(); | + | |
+ | | ||
} | } | ||
- | | + | } |
</ | </ |
how_to_install_the_library_in_eclipse.1693063256.txt.gz · Last modified: 2023/08/26 11:20 by frchris