[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

error (no svnjavahl in java.library.path)

From: <kfogel_at_collab.net>
Date: 2004-01-05 21:21:53 CET

Here's what I encountered, on a RedHat 8 system. My tentative
diagnosis is at the end. Any help much appreciated!

  $ echo $JAVA_HOME
  /usr/java/j2sdk1.4.2
  $ cd /big
  $ unzip eclipse-SDK-2.1.2-linux-gtk.zip
  [...]
  $ unzip org.tigris.subversion.subclipse_0.8.1.zip
  [...]
  $ CLASSPATH=${CLASSPATH}:/big/eclipse
  $ CLASSPATH=${CLASSPATH}:/big/eclipse/features
  $ CLASSPATH=${CLASSPATH}:/big/eclipse/plugins
  $ CLASSPATH=${CLASSPATH}:/big/eclipse/startup.jar
  $ cd eclipse
  $ ./eclipse &

Eclipse came up. I clicked on

   Window -> Open Perspective -> Other -> SVN Repository Exploring

After that, "SVN Repository Exploring" appears with a check mark
directly in the "Open Perspective" menu (i.e., not under "Other").

Then I right-clicked in the tall left-side window -- sorry, I don't
remember its name from before I clicked -- and chose

   New -> SVN Repository Location

I entered "http://svn.collab.net/repos/svn" into the URL field, and
left the authentication information blank. Then I clicked "Finish"
(note that "Validate Connection on Finish" was checked by default).
Got this error, on the console where I had started eclipse:

   Unhandled exception caught in event loop.
   Reason:
   no svnjavahl in java.library.path

Hmm, looks like it can't find the svnjavahl classes. But watch this:

   $ cd /big/eclipse
   $ find . -name "*svnjavahl*" -print
   ./plugins/org.tigris.subversion.subclipse.core_0.8.1/svnjavahl.dll
   $

Whoa! The javahl classes only exist as a dll, not .so or anything
that Linux might be able to use.

Did I download the wrong thing? The download folder

   http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=1730

doesn't say anything about being Windows-specific, and furthermore the
fact that I could get as far as I did implied to me that what I
downloaded should work under Linux...

Thoughts?,
-Karl
Received on Tue Jan 6 07:21:53 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.