mirror of
https://github.com/badvision/jace.git
synced 2024-11-24 15:30:51 +00:00
Updated REAME and run.sh
This commit is contained in:
parent
07c71f0117
commit
9a6737e8f0
19
README.md
19
README.md
@ -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
9
run.sh
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user