I have downloaded a RAR file from the following location, to be (manually) installed to Eclipse (Helios). How can I perform the manual installation?
http://sourceforge.n
I have tried the installation with the explanation about the dropins folder and had to tweak it like that:
Unzip the distribution into your eclipse installation directory under the folder dropins. Your structure should be:
eclipse/ dropins/ eclipse/ features/ plugins/
Remove all other files and directories. There is some missing piece (file contents.xml
), so that the distribution is no real p2 repository which leads to an error. The directories plugins
and features
are sufficient.
-clean
, not sure if that is necessary).I even was able to use it to have a look at my SQLite3 database of a rails3 application. Wow!! So I will give it a try.