I was wondering is there any java library to read evt/evtx files.
Already referred links
I found we can use
Get-WinEvent -Path c:\path\to\eventlog.evtx | Export-Csv eventlog.csv
But I need run this in Windows 2003, where PowerShell is not available.