Eclipse PDT #3

Posted by Ralph on April 20, 2008

This time I will show you how to install Subversion (Subclipse) plugin to Eclipse.

In the tutorial I use command line. These are the commands in case you can’t see them:

$sudo apt-get install libsvn-javahl
$sudo ln -s /usr/lib/jni/libsvnjavahl-1.so.0.0.0 /usr/lib/libsvnjavahl-1.so
$sudo ln -s /usr/lib/jni/libsvnjavahl-1.so.0.0.0 /usr/lib/libsvnjavahl-1.so.0
$sudo ldconfig

Hope you like the tutorial. Any comments appreciated.

See my other video tutorials HERE.

Best viewed in full screen with scaling off !!!


Eclipse PDT #3 from ralphz on Vimeo.

7 Responses to “Eclipse PDT #3”

  1. Daniel Says:

    I’ve got it up and running :D I’m using windows on my computer though…

  2. Timm Says:

    Hi,

    following your instructions I get an error message while trying to get subclipse to work. After Searching for updates using the Eclipse-integrated program, on the list of search results I check the Subclipse SVN checkbox. After that, I get the following error-message: “Subclipse integration for Mylyn 3.x (Optional) (3.0.0) requires plug-in “org.eclipse.mylyn.tasks.core (3.0.0)”, or compatible.

    How can I solve that problem, to get Subclipse working?

    background-information:
    I’m using Ubuntu latest release and Eclipse just downloaded today. (As you shurely suppose, I’m new to eclipse and no professional using linux, but my friends want to use it, so I do, too.)

    Hope to get some help,
    greetings from Germany

    Timm

  3. Ralph Says:

    Hi,

    It’s due to update of Subclipse plugin. One of the solutions is to click and expand your SVN plugin during installation, then expand Integrations and uncheck “Subclipse Integration for Mylyn 3.x.”.

    You can also update your Mylyn:
    1. Go to Help -> Software Updates -> Find and Install then selecting “Search for new features to install” and click Next button.
    2. Click on “New Remote Site …”. In the dialog window paste into URL field: http://download.eclipse.org/tools/mylyn/update/e3.3 and Name it Mylyn. Click OK
    3. Then select your SVN, Mylyn and “Automatically select mirrors”. Click Finish.
    4. The rest of the steps are the same as on my video tutorial but you also selecting Mylyn and clicking “Select Required” button on the right side of the window.

    Now you should be able to install SVN.

    Hope it helps.

    PS: Germany is cool. Especially Munich during October :P

  4. James Says:

    Just a heads up, I followed the above instructions for the mylyn update, no luck. The only way I was able to get it running was to remove the integration checkmark.

    Thanks for these videos, they are very helpful!

  5. scuderiaf1 Says:

    I also received a message…

    Searching for updates using the Eclipse-integrated program, on the list of search results I check the Subclipse SVN checkbox. After that, I get the following error-message: “Subclipse integration for Mylyn 3.x (Optional) (3.0.0) requires plug-in “org.eclipse.mylyn.tasks.core (3.0.0)”, or compatible.

    I also removed the integration checkmark. let’s see if that shows up down stream.

    Regards.

    My wife in running the Berlin marathon 09/28/2008 … the off to have a beer or three

  6. Woko Says:

    Great tutorial, thanks!

  7. Brian Says:

    Hey guys,
    I just selected java from the Europa drop down menu and it seemed to install fine for me.

Leave a Reply