Is there C/C++ code or a Bash script that can sign Java .jar files without using a JVM? Such code might be useful for embedded applications that serve a jar file with a small HTTP server, or other situations where a jar file might need to be edited and re-signed programmatically but there is insufficient storage space for a JVM.
Does anyone need this type of Javaless jarsigner?