Just ran into this bug in Subclipse.

In the JavaHL native code in JNIUtil.h there is this code:

  static void throwError(const char *message)
    {
      raiseThrowable(JAVA_PACKAGE"/JNIError", message);
    }

There is a class in the old JavaHL package with this name, but there is no
class in the new JavaHL package with this name.  From what I can see it is
not in any of the other packages either.  So what happens at runtime is you
get an error like this:

java.lang.NoClassDefFoundError: org/apache/subversion/javahl/JNIError

I would assume the best fix is to simply move this class from the
org.tigris.subversion.javahl package to org.apache.subversion.javahl

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Reply via email to