A DESCRIPTION OF THE REQUEST :
The ProcessBuilder is defined as a container class, for several properties. As such, it should be Serializable.
JUSTIFICATION :
I want to create a process definition for another machine to run. As it is today, I have to copy the list of command, env, dir, and so.
CUSTOMER SUBMITTED WORKAROUND :
Define your own class. Make it serializable. Copy all fields. Restore them on the other side.
###@###.### 10/25/04 20:29 GMT
The ProcessBuilder is defined as a container class, for several properties. As such, it should be Serializable.
JUSTIFICATION :
I want to create a process definition for another machine to run. As it is today, I have to copy the list of command, env, dir, and so.
CUSTOMER SUBMITTED WORKAROUND :
Define your own class. Make it serializable. Copy all fields. Restore them on the other side.
###@###.### 10/25/04 20:29 GMT