We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a829e27 commit f3c835dCopy full SHA for f3c835d
2 files changed
README.md
@@ -16,8 +16,8 @@ These instructions will get you a copy of the project up and running on your loc
16
### Prerequisites
17
18
```
19
-Eclipse for Java (Eclipse Neon recommended)
20
-Java System Library [JavaSE 1.8]
+Java Runtime Environment, J2SE 1.8
+Ant Build Tool
21
22
23
### Installing
@@ -27,6 +27,7 @@ git clone the project through “github.com/UCSDOalads/JavaSketchPad” or throu
27
28
git clone https://github.com/UCSDOalads/JavaSketchPad.git
29
cd JavaSketchPad
30
+ant run
31
32
33
build.xml
@@ -13,6 +13,7 @@
13
</target>
14
15
<target name="run" depends="compile" description="Running the program">
+ <java classname="ui.MainFrame" fork="true" classpath="${build.dir}"/>
<target name="clean">
0 commit comments