Niklas Rosencrantz
Niklas Rosencrantz

Reputation: 26652

Error "Failed to load java HL library" on importing svn project in Eclipse

When I try to checkout my project in Eclipse in doesn't work. What can I do about it? It just waits and nothing happens.

enter image description here

So I wasted my time completely and instead I can install the subclipse plugin, and right away nothing is possible again:

enter image description here

Upvotes: 0

Views: 191

Answers (1)

Ben
Ben

Reputation: 2942

Can you receive your svn repository via svn on the commandline? You should try to get it there and then import it to eclipse via File->Import.... That also adds the usual SVN capabilities to the eclipse project if the svn plugin is installed correctly.

What svn plugin are you using? There are subversive and subclipse, and I had different experiences using either of them.

Could you fetch any other svn repository via the dialog? Just get one on github(click Subversion right there where you get the git url) and try to get it.

Upvotes: 1

Related Questions