How to pass parameters from Java to shell script?

Is it possible to pass value of variables in java as parameter to unix commands?
[94 byte] By [rmahale] at [2007-9-26 2:19:29]
# 1
set some environment variables in your system and let java populate these variables. Then at the end of java process, retrieve these values from the environment variables you defined before.
dprasad_turaga at 2007-6-29 9:22:02 > top of Java-index,Desktop,Runtime Environment...