![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#11 | |
|
First Cup of Ubuntu
![]() Join Date: Oct 2006
My beans are hidden!
Kubuntu 8.04 Hardy Heron
|
Re: Eclipse Ganymede + Subclipse: anyone succeeded?
UPDATE: I found an easier solution to the problem (described in my forum post following this one).
I'll leave this post for the more adventurous users out there. Quote:
I did one more install through apt-get, as noted by Mwiti (thx!): Code:
sudo apt-get install libsvn-dev Code:
sudo mkdir /usr/lib/jni sudo make install-javahl Afterwards I didn't have to edit the eclipse.ini (I actually did add this but without the desired result.), but instead create links in /usr/lib to every file in the /usr/lib/jni directory. Code:
cd /usr/lib sudo ln -s jni/libsvnjavahl-1.a sudo ln -s jni/libsvnjavahl-1.la sudo ln -s jni/libsvnjavahl-1.so.0.0.0 sudo ln -s libsvnjavahl-1.so.0.0.0 libsvnjavahl-1.so sudo ln -s libsvnjavahl-1.so.0.0.0 libsvnjavahl-1.so.0 Installed on: Kubuntu Hardy 8.04 amd64 Eclipse 3.4 Ganymedes
__________________
Running Kubuntu 8.04 amd64 on Compal JHL90. Last edited by hoc; August 29th, 2008 at 01:20 PM.. Reason: Found an easier solution |
|
|
|
|
|
|
#12 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2006
My beans are hidden!
Kubuntu 8.04 Hardy Heron
|
Okok, after i ran a full 'make install' and did all the stuff mentioned above, subclipse was happy with it's javahl, but subversion had trouble accessing repositories through webdav (from commandline, etc.). I tried resolving this by recompiling subversion with the correct parameters, but without some serious changes to the makefile and compiling other libraries because of missing libraryfiles, this was impossible. Too much work and maintenance afterwards, so I just searched for the intrepid packages, as Peter rightfully suggested.
Much easier, i admit, but the packages are not yet officially declared stable, so install at your own risk. So ... solution 2. Basically download relevant packages from http://packages.ubuntu.com/ and install them. An alternative is to add the intrepid repository to your apt-get installation, but then you have some pinning/priority management to do, otherwise you end up with intrepid instead of hardy. The packages you need are: http://packages.ubuntu.com/intrepid/libsqlite3-0 http://packages.ubuntu.com/intrepid/libsvn1 http://packages.ubuntu.com/intrepid/libneon27-gnutls http://packages.ubuntu.com/intrepid/libsvn-java http://packages.ubuntu.com/intrepid/subversion Download them to a separate folder, cd to the folder and run: Code:
sudo dpkg -i * Code:
cd /usr/lib sudo ln -s jni/libsvnjavahl-1.so.0.0.0 sudo ln -s libsvnjavahl-1.so.0.0.0 libsvnjavahl-1.so.0.0 sudo ln -s libsvnjavahl-1.so.0.0.0 libsvnjavahl-1.so.0 sudo ln -s libsvnjavahl-1.so.0.0.0 libsvnjavahl-1.so And of course thx to the ubuntu package maintainers and to the helpfull forum people for making life a bit easier.
__________________
Running Kubuntu 8.04 amd64 on Compal JHL90. |
|
|
|
|
|
#13 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Beans: 6
|
Re: Eclipse Ganymede + Subclipse: anyone succeeded?
i've installed solution 2 at my own risk... and i've messed everything up! i could install the packages because some dependencies missing. after i could remove the installed packages and some conflicts in apt-get appeared!!
oohhohh! now i cant install svn1.5 using sourcecode because some version conflicts!! how can i remove the hand-installed deb packages and downgrade to the prev version? thanks!! |
|
|
|
|
|
#14 |
|
Just Give Me the Beans!
![]() Join Date: Nov 2007
Beans: 50
|
Re: Eclipse Ganymede + Subclipse: anyone succeeded?
Intrepid contains the correct subversion library version 1.5.*.
So for intrepid, the solution becomes slightly easier: 1. Make sure libsvn1 and libsvn-java are installed from the repos. 2. Edit the file /usr/share/eclipse/eclipse.ini] as superuser and add a line -Djava.library.path=/usr/lib/jni after the -vmargs line. 3. Add http://subclipse.tigris.org/update_1.4.x as an eclipse update site and install the plugin. 4. After eclipse restarts, you can double-check in Preferences->Team->SVN that the SVN Interface Client says "JavaHL (JNI) 1.5.*". Peter |
|
|
|
|
|
#15 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2008
Beans: 5
|
Re: Eclipse Ganymede + Subclipse: anyone succeeded?
I used to have the same problem. The cause, in my case, was that I was using the subclipse 1.2 update site. When I changed to the supclipse 1.4 update site everything worked fine.
Follow the instructions on the following page: http://subclipse.tigris.org/install.html |
|
|
|
|
|
#16 |
|
5 Cups of Ubuntu
![]() |
Re: Eclipse Ganymede + Subclipse: anyone succeeded?
I too was racking my brains - ubuntu 8.10, subclipse 1.4, ganymede, libsvn-java 1.5.1. The only other thing I needed to do was add:
-Djava.library.path=/usr/lib/jni to eclipse.ini and hey presto working again. |
|
|
|
|
|
#17 |
|
First Cup of Ubuntu
![]() Join Date: Feb 2009
Beans: 1
|
Re: Eclipse Ganymede + Subclipse: anyone succeeded?
Hi all
I am new on Ubuntu Hardy... I have to work with my laptop on ganymede with subclipse (1.4) I have install Ubuntu Hardy cause my thinkpad got some trouble with intrepid (audio) That's why I read this thread. I install some libs :libapr .... I dowload subversion1.5.1 I configure it I compile it But unfortunately I got this error cannot find the library `/usr/lib/libneon.la' can you help me? Thanks |
|
|
|
|
|
#18 |
|
5 Cups of Ubuntu
![]() |
Re: Eclipse Ganymede + Subclipse: anyone succeeded?
I did it without compiling anything, just do the following
Code:
sudo apt-get install subversion libsvn-java Code:
-Djava.library.path=/usr/lib/jni |
|
|
|
|
|
#19 |
|
First Cup of Ubuntu
![]() |
Re: Eclipse Ganymede + Subclipse: anyone succeeded?
Hi
I still have the problem with the new configuration. Here's element of my configuraton : Code:
$ dpkg -l |grep libsvn-java ii libsvn-java 1.5.4dfsg1-1ubuntu2 Java bindings for Subversion $ dpkg -l |grep subversion ii subversion 1.5.4dfsg1-1ubuntu2 Advanced version control system $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.04 DISTRIB_CODENAME=jaunty DISTRIB_DESCRIPTION="Ubuntu 9.04" $ grep '<p>Release' ~/bin/eclipse/readme/readme_eclipse.html <p>Release 3.4.2<br> Thans for your support. David «Willou» |
|
|
|
| Bookmarks |
| Tags |
| eclipse, ganymede, java, subclipse, subversion, svn |
| Thread Tools | |
| Display Modes | |
|
|