On Thu, 31 Dec 2009, Jacek Konieczny wrote: > such places: '#!' script headers (not applicable to java, though), sudo Why not? It is applicable to java. Just try it: echo '#!/usr/bin/java -jar' > file.jar cat some_java_app.jar >> file.jar chmod a+x file.jar ./file.jar :) -- Pozdrawiam, Paweł