I'd like to start a wrapper application specifying additional vm parameters and application arguments to the process on the command line.
Something like this :
app -Dlog.level=DEBUG start -file path/to/file.txt
The syntax would be :
<script> [jvm argument]... (start|console) [argument]...