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

Re: [Java Error]

1999-09-28 Thread Alejandro Flores
I got this message too, and what I did was to call java (java, javac, appletviewer...) with '-green' option. But now, Im getting another message 'Class format error' or saying that the main class have more than xxx bytes... Don't remember right now. Anyone know this message? Best