RonRon5477
February 27th, 2001, 10:00 AM
I am trying to rung the Runtime class with the exec() on a SunOS 5.6.. i have:
Runtime rt=Runtime.getRuntime();
Process p=rt.exec("hostname");
and nothing comes back... anyone know what i am doing wrong?
Runtime rt=Runtime.getRuntime();
Process p=rt.exec("hostname");
and nothing comes back... anyone know what i am doing wrong?