I'm trying to get the accjbot java example working with an eclipse plugin. When I run it I get the following messages on the debug console:
ConnectingACC_S_OK
ValidatingACC_S_OK
OfflineACC_E_FAIL
I noticed that ACC_E_FAIL is an error message in AccResult but the documentation provides no explanation of why it failed or what the error code means. Does anyone know exactly what this code means?
On a side note, I've tried the code with the key that comes with it, and also my own key. They both produce the same result of OfflineACC_E_FAIL.

WinXP SP2
I'm running Java version 6 update 5 (build 1.60_05-b13) and WinXP service pack 2.