Egit is installed (came with Juno), but does not show at all
Asked Answered
I

8

13

I want to use GIT in eclipse, and preferably EGit, for it's support from the eclipse community itself. However, despite eclipse claiming the required plugins are installed, it does not appear in the perspectives, import and settings menu's.

I am using Eclipse Juno for Java EE, and have confirmed the following installs: Installed features When I update software, there are no more updates available. When I go to the repository for Egit, or JGit for that matter, eclipse tells me the plugins are already installed.

Window > Preferences > Team contains no Git item, only CVS and SVN. Import project contains no Git option. Perspective window contains no Git repo option.

Ionogen answered 21/1, 2013 at 18:11 Comment(3)
Very strange. Do you see any errors in the Error Log view or in the .metadata/.log file in your workspace directory?Summitry
I would check but just a minute ago I decided to do a clean reinstall so I can't check anymore. Thanks for thinking along!Ionogen
I also faced similar issue on Luna. It was working fine but stopped working after I installed "Eclipse Copyright Tool" plugin. The -clean option worked!Cymry
C
19

Had the same problem in Eclipse Luna

Looking into the error log, I found:

org.eclipse.egit.ui
Error
Fri Feb 27 15:36:06 CET 2015
FrameworkEvent ERROR

org.osgi.framework.BundleException: Could not resolve module: org.eclipse.egit.ui [844]
Bundle was not resolved because of a uses contraint violation.

Starting eclipse with the -clean command line option fixed the problem for me.

Commix answered 27/2, 2015 at 14:55 Comment(1)
It worked for me on MacBook Pro, El Capitan. You have to execute the Eclipse from the command line. Something like <path to folder where the Eclipse is installed>/Eclipse.app/contents/MacOS/eclipse -clean . After that, you can run the Eclipse normally from an icon or Spotlight.Hangup
G
3

I fixed this by running Eclipse as root user and installing the plugins again. Then I ran Eclipse under my normal user account and it was fine - everything showed up.

Version: 3.8.1 Build id: debbuild

Goodygoody answered 11/12, 2013 at 12:46 Comment(0)
P
2

Checking the log file of eclipse could always helps you to address this kind of problems.

I also had the same problem with Eclipse Luna Service Release 2 (4.4.2), I fixed the problem by downgrade the version of EGit from 4.0.1 to 3.7.1.

Phenylketonuria answered 28/6, 2015 at 9:35 Comment(0)
H
2

I also faced similar problem and ran eclipse from CMD -> c:\eclipse\eclipse.exe -clean and it solved my problem.

Hillaryhillbilly answered 5/12, 2015 at 5:30 Comment(0)
I
1

I had hoped for an easy solution, so I would not have to do a reïnstall of eclipse meaning I'd have to reïnstall plugins and check all my settings etc. again.. I have to work though, so I did a clean install of eclipse (wiped it all), and got me a copy of 64-bit Juno for Java EE which came without EGit/JGit installed. Installed it from the repo and it works now.

Shame we couldn't figure this out, but the coding must go on!

Ionogen answered 22/1, 2013 at 10:40 Comment(0)
Y
0

I also faced the same problem with Eclise Juno. After unistalling the Egit plugin and reinstalling , it worked.

Ytterbite answered 23/12, 2016 at 3:22 Comment(0)
L
0

I had the same problem with Eclipse Mars 2. Fixed that by installing the version 4.0 of EGit from here: http://wiki.eclipse.org/EGit/FAQ#Where_can_I_find_older_releases_of_EGit.3F

Lantha answered 31/3, 2017 at 13:6 Comment(0)
B
0

In my case, JDK was a problem. I had JDK 1.6.0_27 installed and changed this to jdk1.8.0_111. Then it works well.

Bickerstaff answered 3/4, 2019 at 3:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.