I've been using ProcessBuilder to successfully invoke a process with various environment variables using env.put("VAR","value").
Now I'd like to source some bash scripts to set a whole bunch of environment variables that are not predetermined within java.
Anyone know of an easy way to do this?