If I have a jar that I need to run using java -jar FOO.jar
on unix, does this depend on the read, write or execute bit? Or some combination thereof?
You will need read , since the jar is virtually executed by java (of course java needs to have exec permissions).
install_jar( ) installs a JAR file in the database and declares a JAR ID for the file, Informix® can access that JAR file only if the user who installed the Informix instance (typically, user 'informix') has permission to read the directory where the JAR file resides.
You just need read on the .jar, since 'java' is what you're executing, and it reads the jar.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With