Skip to content

Commit

Permalink
Moving HelloWorld project to Chapter1
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrena committed Nov 5, 2014
1 parent 219d410 commit 615cc42
Show file tree
Hide file tree
Showing 72 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ Once you have the example in your eclipse, run ANT file to install the applicati
Open a shell terminal and execute ssh to connect with your EV3 Brick. In the path: /home/lejos/programs/ execute the following command:

lejos@(none):~/programs$ jrun -jar HelloWorld.0.1.jar
lejos@(none):~$ su -c "jrun -jar HelloWorld.0.1.jar"
lejos@(none):~/programs$ su -c "jrun -jar HelloWorld.0.1.jar demo"

Open your web browser Chrome and type:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classes.dir = ${build.dir}
classes.src.zip = ${project.name}-src.zip
classes.jar = ${dist.dir}/${jar.name}

main.class = livingrobots.ev3.ch8.helloWorld.HelloWorld
main.class = livingrobots.ev3.ch1.helloWorld.HelloWorld7

dist.include =
dist.exclude = ${build.dir}/** bin/** dist/** local.properties build.properties
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package livingrobots.ev3.ch8.helloWorld;
package livingrobots.ev3.ch1.helloWorld;

/**
* HelloWorld is an example designed to understand the environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package livingrobots.ev3.ch8.helloWorld;
package livingrobots.ev3.ch1.helloWorld;

/**
* HelloWorld is an example designed to understand the environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package livingrobots.ev3.ch8.helloWorld;
package livingrobots.ev3.ch1.helloWorld;

/**
* HelloWorld is an example designed to understand the environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package livingrobots.ev3.ch8.helloWorld;
package livingrobots.ev3.ch1.helloWorld;

/**
* HelloWorld is an example designed to understand the environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package livingrobots.ev3.ch8.helloWorld;
package livingrobots.ev3.ch1.helloWorld;

/**
* HelloWorld is an example designed to understand the environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package livingrobots.ev3.ch8.helloWorld;
package livingrobots.ev3.ch1.helloWorld;

/**
* HelloWorld is an example designed to understand the environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package livingrobots.ev3.ch8.helloWorld;
package livingrobots.ev3.ch1.helloWorld;

/**
* HelloWorld is an example designed to understand the environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package livingrobots.ev3.ch8.helloWorld;
package livingrobots.ev3.ch1.helloWorld;

import java.io.BufferedReader;
import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package livingrobots.ev3.ch8.helloWorld;
package livingrobots.ev3.ch1.helloWorld;

public interface IHelloWorld {
public void showMessage();
Expand Down

0 comments on commit 615cc42

Please sign in to comment.