K
K2
First, please don't flame me (I love folks who start posts like this) if
you feel this is not completely on topic, as it is related.
I'm attempting to perform a command-line operation from the Linux based
mutt module which simply sends an email with attachment via a call with
Runtime.getRuntime().exec()
The command as formatted performs flawlessly when run directly within
the Linux shell environment, but fails when run from the Java process.
The only thing I've determined is that the return code is "1" which I
assume simply means "error" (I've been flamed by the mutt group who had
this remarkable insight for me).
Anyone here used this or a similar module with success or have some
recommendations as to how to debug this?
you feel this is not completely on topic, as it is related.
I'm attempting to perform a command-line operation from the Linux based
mutt module which simply sends an email with attachment via a call with
Runtime.getRuntime().exec()
The command as formatted performs flawlessly when run directly within
the Linux shell environment, but fails when run from the Java process.
The only thing I've determined is that the return code is "1" which I
assume simply means "error" (I've been flamed by the mutt group who had
this remarkable insight for me).
Anyone here used this or a similar module with success or have some
recommendations as to how to debug this?