How do I access Windows Event Viewer log data from Java

Posted by MatthieuF on Stack Overflow See other posts from Stack Overflow or by MatthieuF
Published on 2008-11-21T22:01:36Z Indexed on 2010/05/27 7:41 UTC
Read the original article Hit count: 186

Filed under:
|
|

Is there any way to access the Windows Event Log from a java class. Has anyone written any APIs for this, and would there be any way to access the data from a remote machine?

The scenario is:

I run a process on a remote machine, from a controlling Java process. This remote process logs stuff to the Event Log, which I want to be able to see in the controlling process.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about java

Related posts about Windows