English 中文(简体)
How do you fix loading plugins in eclipse 3.5.1 on linux?
原标题:

I have two linux boxes. Both Fedora 11 x64.

On one, I downloaded the eclipse-java-galileo-SR1-linux-gtk-x86_64.tar.gz. I unpacked it to /opt/eclipse-3.5.1/ and used the Install New Software... item to install the SVN team provider and the Polarion SVN connectors. Everything works.

On the second, I copied the tar.gar for eclipse there, and then tried to follow the same steps. When I get to the install SVN team provided, eclipse downloads it and claims to install it and asks to restart. I restart and there is no SVN support. The software installer knows its there because I can t reinstall it without uninstalling it.

So the questions: Why isn t the plugin/feature loading for the SVN Team Support? Is there a checkbox that I forgot about that enables the plugin? Is there a command line option that will force reload all of the features on the disk? I ve tried to install other things like findbugs, but I get the same result.

I have no messages in the log file indicating an exception or anything like that.

最佳回答

I got around the issue.

Select Install New Software...

In the dialog that pops up, Uncheck the box labeled Contact all update sites during install to find required software

Then proceed with the installation of findbugs, subversive connectors, and the SVN team provider.

When I didn t uncheck that box, the updater always installed a small collection of Mylyn plugins that are already installed. Then, no plugins that were installed apart from what was part of the initial install would work.

EDIT: Apparently I m not alone with this trouble. If I can find the bugreport, I ll add the link, but here is a discussion in an eclipse forum.

问题回答

暂无回答




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签