Menu

Null Pointer Exception

Help
2007-11-07
2013-04-16
  • Rob Wheeler

    Rob Wheeler - 2007-11-07

    We are currently trying to implement the skewpassword into our application.  It works fine in my ide but once we package our application we get a ExceptionInInitializerError any help with this would be appreciated.

     
    • Ridcully

      Ridcully - 2008-05-14

      There seems to be a problem with the provided JAR file.
      I had the same problems, but then I simply added the provided source-code directly to my project and now it works fine.

      Obviously the JAR does not match the source code -- you can see this, if you attach the source-code to the jar and try to debug the whole thing. When stepping into a method, often the highlighted line is in places where there's no code ... (did this with eclipse).

       

Log in to post a comment.