PDA

View Full Version : Create a substitute for Terminal with Java



dismal_denizen
October 26th, 2007, 03:07 AM
I'm working on an alternative to the terminal aimed at speeding up the process. I can use the ProcessBuilder class to start processes, but I can't use commands such as cd, and some other random things.
Has anyone created a working Java terminal?

LaRoza
October 26th, 2007, 03:08 AM
I'm working on an alternative to the terminal aimed at speeding up the process. I can use the ProcessBuilder class to start processes, but I can't use commands such as cd, and some other random things.
Has anyone created a working Java terminal?

Speed up what process?

If speed is what you want, Java isn't.