Hi Mark, Last time I faced the same question myself (within the last 6 months) I was unable to find a pre-compiled 64-bit DLL for NTEventLogAppender. JNI will not load/link the 32-bit one from a 64-bit JVM.
I've started my own library bridging to java.util.logging or log4j, based on HOWTOs I found on the net. It's called wel4j (Windows Event Log for Java) and is hosted here: http://wel4j.googlecode.com/ . Unfortunately it is currently lacking a working native Maven build for the DLL, but if you want to go this route I should be able to provide one in a releasable form. Best Brett On Mon, Jul 6, 2009 at 9:36 PM, Mark Anderson <[email protected]> wrote: > I have been unable to find a list of the versions of Windows that > NTEventLogAppender is supported on. Could someone please supply such a > list? > > I am specifically interested in whether Windows Server 2008 64 bit is > supported. > > Thanks, > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
