mirror of
https://github.com/badvision/jace.git
synced 2024-11-05 11:04:51 +00:00
10 lines
269 B
Bash
Executable File
10 lines
269 B
Bash
Executable File
#!/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
|
|
|