java - How to open this project imported from Github? -
https://github.com/dwdyer/uncommons-maths
need analyze software project, , our group doesn't understand how running. i'm hoping here can help! i've imported eclipse , tried running few things no luck.
this project build ant. run download ant https://ant.apache.org/bindownload.cgi or use provided ide (if there is, maybe plugin needed too), go project root directory (with build.xml file) , type command in terminal: ant (assuming have ant in $path)
after successful build go ./dist directory , run generated jar: java -jar file-name.jar
Comments
Post a Comment