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
1616### Prerequisites
1717
1818```
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
2121```
2222
2323### Installing
@@ -27,6 +27,7 @@ git clone the project through “github.com/UCSDOalads/JavaSketchPad” or throu
2727```
2828git clone https://github.com/UCSDOalads/JavaSketchPad.git
2929cd JavaSketchPad
30+ ant run
3031```
3132
3233
Original file line number Diff line number Diff line change 1313 </target >
1414
1515 <target name =" run" depends =" compile" description =" Running the program" >
16+ <java classname =" ui.MainFrame" fork =" true" classpath =" ${ build.dir } " />
1617 </target >
1718
1819 <target name =" clean" >
You can’t perform that action at this time.
0 commit comments