File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ These instructions will get you a copy of the project up and running on your loc
16
16
### Prerequisites
17
17
18
18
```
19
- Eclipse for Java (Eclipse Neon recommended)
20
- Java System Library [JavaSE 1.8]
19
+ Java Runtime Environment, J2SE 1.8
20
+ Ant Build Tool
21
21
```
22
22
23
23
### Installing
@@ -27,6 +27,7 @@ git clone the project through “github.com/UCSDOalads/JavaSketchPad” or throu
27
27
```
28
28
git clone https://github.com/UCSDOalads/JavaSketchPad.git
29
29
cd JavaSketchPad
30
+ ant run
30
31
```
31
32
32
33
Original file line number Diff line number Diff line change 13
13
</target >
14
14
15
15
<target name =" run" depends =" compile" description =" Running the program" >
16
+ <java classname =" ui.JavaSketchPad" fork =" true" classpath =" ${ build.dir } " />
16
17
</target >
17
18
18
19
<target name =" clean" >
You can’t perform that action at this time.
0 commit comments