Before OS 7 i was getting all process ID from this line
File[] files = new File("/proc").listFiles();
but in OS 7 its not working. I read many things about this but can't find the way to getting all this process ID
please help Thanks in Advance.