|
10 | 10 |
|
11 | 11 | 1d) **Unzip** the downloaded file (by right clicking it) and then click on 'extract all'(Win) or 'unzip'(Mac) to unzip it. |
12 | 12 |
|
13 | | -1e) **Open** the upzipped TKP folders and find the **'TKP_Launcher.jar'** file. |
| 13 | +1e) **Open** the unzipped TKP folders and find the **'TKP_Launcher.jar'** file. |
14 | 14 |
|
15 | 15 | 1f) **Run** the 'TKP_Launcher.jar file by double-clicking it. Wait for it to run. |
16 | 16 |
|
17 | 17 | If the jar file runs ok, then Eclipse will launch with the TKP workspace open. |
18 | 18 |
|
19 | | - If an error MessageBox pops up, read the message and go to the **Fixing Installation Errors** |
20 | | - section at the bottom of this document. |
| 19 | + If an error MessageBox pops up, read the message and go to |
| 20 | + the 'Fixing Installation Errors' section at the bottom of this document. |
21 | 21 |
|
22 | 22 | A successful install should look like the screenshot below: (you can test with two lines of code below) |
23 | 23 |
|
@@ -47,13 +47,13 @@ If the standard install doesn't work, then there are a couple of possible reason |
47 | 47 |
|
48 | 48 | \TeachingKidsProgramming.Java |
49 | 49 |
|
50 | | -When done your dir should include |
| 50 | +After you do this, then your working directory should include the following folders: |
51 | 51 |
|
52 | 52 | ` |
53 | | - .metadata |
54 | | - TeachingKidsProgramming` |
| 53 | + \.metadata & \TeachingKidsProgramming` |
| 54 | + |
55 | 55 |
|
56 | | - d) Failure due to **Unable to write to file system location(s)** -> some school districts apply various 'locking' permissions to student computer lab laptops. Try to 'run as administrator' (for Windows) or 'run as root' (for Mac) so that the downloaded TKP files can be unzipped. Another variation of this locked down state is that some schools create a virtual (and sometimes shared C:\ drive). If this is the case, unzip Eclipse to the C:\ drive and then unzip the TKP.zip to each student's C:\temp directory. |
| 56 | + d) Failure due to **Unable to write to file system location(s)** -> some school districts apply various 'locking' permissions to student computer lab laptops. Try to 'run as administrator' (for Windows) or 'run as root' (for Mac) so that the downloaded TKP files can be unzipped. Another variation of this locked down state is that some schools create a virtual (and sometimes shared C:\ drive). If this is the case, unzip Eclipse to the C:\ drive and then unzip the TKP.zip to each student's **C:\temp** directory. |
57 | 57 |
|
58 | 58 | [1]: https://github.com/TeachingKidsProgramming/TeachingKidsProgramming.Java/archive/master.zip |
59 | 59 | [2]: https://dl.dropboxusercontent.com/u/41301272/downloadZip.png |
|
0 commit comments