User Tools

Site Tools


how_to_install_the_library_in_bluej

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
how_to_install_the_library_in_bluej [2024/09/10 09:03] frchrishow_to_install_the_library_in_bluej [2024/09/10 09:04] (current) frchris
Line 7: Line 7:
   - It will tell you to restart the Virtual Machine, press the ''Okay'' button   - It will tell you to restart the Virtual Machine, press the ''Okay'' button
   - Under the ''Tools'' menu select ''Reset Java Virtual Machine'' (or press **Ctrl-Shift-R**){{::reset.png?400|}}  Sometimes it is best to simply Quit and relaunch BlueJ.   - Under the ''Tools'' menu select ''Reset Java Virtual Machine'' (or press **Ctrl-Shift-R**){{::reset.png?400|}}  Sometimes it is best to simply Quit and relaunch BlueJ.
-  - To test the APLU Turtle Library {{ ::jturtle-0.1.1.jar |jturtle-0.1.1.jar}}, try this  example program: +  - To test the APLU Turtle Library {{ ::jturtle-0.1.1.jar |jturtle-0.1.1.jar}}, try this  example program:<code java>
-<code java>+
 import ch.aplu.turtle.*; import ch.aplu.turtle.*;
 import java.awt.Color; import java.awt.Color;
Line 41: Line 40:
 } }
 </code> </code>
-  - To test our the ''kareljrobot.jar''installation, make a new class ''RobotRunner'' to test it out: +  - To test our the ''kareljrobot.jar''installation, make a new class ''RobotRunner'' to test it out:<code java>
-<code java>+
   import kareltherobot.*;   import kareltherobot.*;
   public class RobotRunner implements Directions   public class RobotRunner implements Directions
how_to_install_the_library_in_bluej.1725973408.txt.gz · Last modified: 2024/09/10 09:03 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki