All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mac.startup.vtl Maven / Gradle / Ivy

Go to download

Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X or GNU/Linux executables and create installers for them

The newest version!
#!/bin/bash
# MacOS startup script generated by JavaPackager plugin
SCRIPTPATH=`cd "$(dirname "$0")" ; pwd`
osascript -e "do shell script quoted form of \"$SCRIPTPATH\" & \"/universalJavaApplicationStub $@\" with administrator privileges" &




© 2015 - 2024 Weber Informatics LLC | Privacy Policy