JDK/JRE packaging

Paweł Zuzelski z at xatka.net
Thu Dec 31 14:43:47 CET 2009


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ł


More information about the pld-devel-en mailing list