i installed eclipse/galileo on mac x 10.5.
i'm trying to install subversion plugin, but the eclipse help menu is actually mac's help menu, so i cannot get to the software update menu item.
How do i install a plugin on mac?
at the bottom of the help menu, you will find the submenu for eclipse software updates.
Related
I am using eclipse 4.6 with pydev and p4eclipse plugins, my eclipse got crashed and now I do not have p4eclipse plugin, also when I try to install p4eclipse there is no Install new software option in Help-> menu, also when I click on Help->Search->Install new software and get the link nothing happens when I click on it , please help
Is there a plugin to full-creen mode in the Eclipse kepler? I mean I would like to work without command menu, tabs etc. Just only code window increased to full-screen. Is it possible?
Is this what you are looking for?
http://code.google.com/p/eclipse-fullscreen/
There aee few option available for Eclipse full screen feature
http://code.google.com/p/eclipse-fullscreen (As #ConMan answered)
Download jar and put in plugin folder of eclipse
http://marketplace.eclipse.org/content/fullscreen-mode [Plugin on marketplace]
Install from Marketplace or in eclipse Help -> Install New Software
All are working fine on 3.4+ version of eclipse
For OSX Lion,
http://marketplace.eclipse.org/content/full-screen-enabler-eclipse-3637-osx-lion [Plugin on marketplace]
This plugin works for Eclipse 3.6/3.7(Not verified by me)
I'm installing EPIC within eclipse but always get an error:
Unable to read repository at http://e-p-i-c.sf.net/updates/testing/content.xml
I tried the second answer in this post which is:
1) add the line in eclipse.ini: -Djava.net.preferIPv4Stack = true
2) delete eclipse/p2/org.eclipse.equinox.p2.repository/cache directory
But still get the error. However I can install CDT correctly.
I'm using Mac OX Lion and Eclipse Classic 4.2.1 the mac os 64bit version. I also tried to switch to 32bit version but didn't work. Any help is appreciated.
There are 2 ways to install EPIC in Eclipse:
Way One:
Open Eclipse
Go to Help -> Install New Software and click Add button
Enter Name as EPIC and Location as follows:
http://e-p-i-c.sf.net/updates (for the stable 0.5.x, older version of EPIC)
http://e-p-i-c.sf.net/updates/testing (for the most recent 0.6.x version)
Follow the instruction of eclipse pop up
After successful installation go to Window -> Preferences and observe the list as "Perl EPIC" at
left side panel
Way Two:
Open Eclipse
Go to Help -> Eclipse Marketplace
Type EPIC at Find text box and click Go button
Click Install button at "EPIC - Eclipse Perl Integration" area
Follow the instruction of eclipse pop up
After successful installation go to Window -> Preferences and observe the list as "Perl EPIC" at
left side panel
This is another posible answer, besides the ones already provided.
I just hit this, and it was a firewall rule the issue.
In fact the file content.xml doesn't exist on the plugin update (it has instead a site.xml) but that is what the error says when it cannot reach outside world
Solution would be to just open ports 80 and 443 to Eclipse
PS: this happened to me while installing a new version of Eclipse which was not whitelisted in the firewall rules
Remove the site from your "Available Software Sites".
1) Go to "Help" > "Install New Software" > "Available Software Sites"
Find the URL you mentioned in the list and delete it.
Note: Then install EPIC from marketplace if required.
I am trying to install svn plugin for eclipse, through help-->Install New Softwares tab, when I type http://subclipse.tigris.org/update_1.6.x in the work with tab and press on Add button, I do not see any options as shown in http://www.mkyong.com/eclipse/how-to-enable-subversion-svn-in-eclipse-ide/ link.. Any idea on whats wrong?
I am running Eclipse Indigo on Ubuntu 12.04
Thanks
Choose Help|Install New Software.
At Dialogue Click on Add
You should get the "Add Site" Dialogue.
In Name, type Subclipse.
For Location: http://subclipse.tigris.org/update_1.6.x
Then Click "Ok".
Is this what you are doing?
You should try installing it from Ubuntu's package manager (the "Software Centre").
You can generally be sure software packaged with the OS is all the same version, and dependancies are generally handler for you.
I am having issues installing the BlackBerry JDE plugin. I have downloaded and installed the plugin from the BlackBerry site. The installation ran smoothly and completed. However when I open Eclipse the option for BlackBerry is not showing.
I don't know what the problem is exactly. I tried many things but I am heading nowhere. I want to know how to add the plugin and get started on BlackBerry development.
The default download of the BlackBerry Java Plug-in for Eclipse is a combination of Eclipse and the BlackBerry Eclipse plugin. For version 1.3 and 1.5, the install directory will contain a full Eclipse Helios installation, along with the BlackBerry plugin. You should start eclipse from that directory.
From the download page, one of the new features for version 1.5 is:
Ability to download and install the BlackBerry Plug-in into an existing Eclipse environment by providing the BlackBerry Plug-in through an Eclipse update site.
So to take advantage of that, follow the instructions on "BlackBerry Java Plug-in for Eclipse Update Site" which explain how to add the site to your existing Eclipse setup, and then install the plugin from the site.
There are 2 options, as noted above.
The blackberry way: you download the full plugin (the name is misleading, since it's a full eclipse install including the plugin) from here.
The eclipse way: you install a 32-bit Java 6 SDK (64-bit is not supported and Java 7 has known problems with the code signing tool), then download the 32-bit Eclipse (I use version 3.7 "Indigo"), and install the plugin from Eclipse (Menu Help->Install new software, type the url "http://www.blackberry.com/go/eclipseupdate/3.6/java" inside the "Work with" box, then you need to select the plugin and at least a Blackberry SDK from the list)
If everything works, you should see the blackberry icon in the "About" box.
You should also see a Blackberry perspective (under Window->Open Perspective), a Blackberry menu item under "Project"), and a Blackberry section if you create a new project.
There is no such thing as a "Blackberry tab". The Blackberry development tools are integrated with the environment.
you could have done some mistakes while the installation. I am also using in windows 7 only. Its working perfectly for me. Please delete the current eclipse and try to install as shown in this tutorial.
I have installed it on my new laptop just yesterday. Simple, follow the steps and you will be done. Note that the latest eclipse is Indigo and not Helios; I am using Indigo and I advocate it.
Go grab your Indigo
Unzip into ANY dammed directory. You must see a folder with "eclipse" created.
Double click the Violet eclipse Icon. You must now be seeing eclipse smiling at you.
Select the menu Help->Install New Software
Select a hyperlink present at label "Find more software by working with the "Available Software Sites" preferences"
Now select Preferences and the select the button "Add".
Fill up Name and Location values with the following
Name:BlackBerry Java Plug-in Update Site, Value: "http://www.blackberry.com/go/eclipseUpdate/3.6/java"
Select OK.
That's it!