mirror of
https://github.com/badvision/jace.git
synced 2024-11-17 14:06:57 +00:00
10 lines
269 B
Bash
10 lines
269 B
Bash
|
#!/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
|
||
|
|