Updated REAME and run.sh

This commit is contained in:
Michaelangel007 2016-01-10 11:39:18 -08:00
parent 07c71f0117
commit 9a6737e8f0
2 changed files with 27 additions and 1 deletions

View File

@ -1,7 +1,24 @@
Java Apple Computer Emulator
====
[Version 2.0b Source Tarball](https://github.com/badvision/jace/archive/v2.0b.tar.gz)
Download:
* [Version 2.0 Snapshot](target/jace-2.0-SNAPSHOT.jar)
Or:
* [Version 2.0 Snapshot with dependencies](target/jace-2.0-SNAPSHOT-jar-with-dependencies.jar)
To Run:
* See [run.sh](run.sh)
or `java -jar target/jace-2.0-SNAPSHOT-jar-with-dependencies.jar`
To Build:
* See [build.sh](build.sh)
[Download current version with built-in IDE](https://github.com/badvision/jace/releases/download/v2.0b/jace-2.0-SNAPSHOT.zip)

9
run.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
#java -jar target/jace-2.0-SNAPSHOT.jar
# http://stackoverflow.com/questions/9689793/cant-execute-jar-file-no-main-manifest-attribute
#java -cp target/jace-2.0-SNAPSHOT.jar jace.JaceApplication
java -jar target/jace-2.0-SNAPSHOT-jar-with-dependencies.jar