Re: reading files

1999-09-17 Thread Nelson Minar
This question isn't really a Java-Linux question, but I'll answer anyway since I have the code right here. >I can run a process with something like "tail -f /var/log/messages" >and getInputStream... There's a way to do this, only with java? I've taken this code out of a bigger package, so it won

reading files

1999-09-17 Thread Alejandro Flores
Hello All, Im wanting to build an application that will read a log file, and will analyze all lines. Well, the problem is that the log file is constantly updated, and I dont know how to do it 100% pure java. I can run a process with something like "tail -f /var/log/messages" and g