Issue with Team Explorer Everywhere on MAC OS - eclipse

I am trying to use TFS for code checkin and checkout on MAC using Eclipse. I have recently moved to a new MAC system with Mojave, older one used to work fine with Team Explorer Everywhere and Eclipse Neon 3.
I am using the following version of Eclipse and using the latest version of Team Explorer Everywhere 14.134.0 plugin.
Eclipse IDE for Java Developers
Version: 2019-03 (4.11.0)
Build id: 20190314-1200
I get the following error when I try to open the TEE Plug-in "com.microsoft.tfs.client.common.ui" was unable to instantiate class "com.microsoft.tfs.client.common.ui.views.TeamExplorerView"
I have the JAVA Version java version "12.0.1" 2019-04-16
Can someone help ?

Related

No repository found at http://dl.microsoft.com/eclipse/

I am trying to add an Azure Tool kit on my eclipse and getting the below error -
No repository found at http://dl.microsoft.com/eclipse/.
I can also see that this URL is no more available -
Error 403 - This web app is stopped.
The web app you have attempted to reach is currently stopped and does not accept any requests. Please try to reload the page or visit it again soon.
Do we have a new URL for downloading the Azure Tool kit for the eclipse?
Thanks.
Thanks for the report. Our Product group is aware of this issue and is working on a resolution.
As a temporary workaround, please use https://azuredownloads.blob.core.windows.net/eclipse/ to get the latest Azure Toolkit for Eclipse. You can follow further updates about the fix on this GitHub issue.
Also, I noticed that installing via the Eclipse Marketplace works without any errors on Eclipse version 2020-12 (4.18.0) Build id: 20201210-1552.
Here is the detailed article that describes both the installation methods for reference: Installing the Azure Toolkit for Eclipse
Supported Eclipse versions for Azure Toolkit for Eclipse:
2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6)

how to upgrade eclipse in appcelerator studio

How do you upgrade the Eclipse version in Appcelerator Studio from 4.4.2 to Neon or Oxygen? I am working on PyDev projects and getting the error please update your Eclipse to 4.6 or later.
Simply adding the URL to the installation source allows add-ons but does not upgrade the Eclipse Platform. I already have Oxygen loaded on my development station. Is there a way to use that version rather than the built in version
Platform OSX 10.13, Python 2.7, Appcelerator Studio 4.10.0.201709271713, PyDev 6.0.0.2017xxxx
You can't upgrade Appcelerator Studio eclipse base version. Studio 4.10.0 comes with the Eclipse 4.4.2
However, it's planned for future release https://jira.appcelerator.org/browse/TISTUD-7565
Please provide more details about your problem in the above ticket.

I cannot install Team Explorer Everywhere (TEE) plug-in for Eclipse

I am using this guide http://java.visualstudio.com/Docs/tools/eclipse#_install-the-tee-plugin-for-eclipse to install Team Explorer Everywhere (TEE) plug-in for Eclipse, but when I added the name and location, I found the available software is Azure Toolkit for Java instead of Team Explorer Everywhere.
Is there any solution or alternative way to install TFS plugin for Eclipse?
I am using Eclipse Oxygen, on macOS Sierra.
Using Eclipse Oxygen there should be both Azure Toolkit for Java & Team Explorer Everywhere.
You could try below solutions:
Directly use http://dl.microsoft.com/eclipse/tfs in
Location.
Download the latest version in
GitHub-team-explorer-everywhere and choose the way-- install the plug-in from the update site archive

GWT Designer for eclipse not working

I have recently installed Eclipse Luna and the gwt-eclipse plugin.
I have created Project with the default GWT Aplication generated by the wizard, which I have called "pru".
I can compile and run the Project correctly.
But if I try to use the Design View to modify the interface controls, opening the Pru.java file (with Open With/GWT Designer) I get an error.
It tries to parse the file and then throws an error:
Internal Error
encountered unexpected internal error.
This could be caused by a bug or by a misconfiguration issue, conflict, partial update, etc.
java.lang.NoSuchMethodError: com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(Lcom/google/gwt/core/ext/TreeLogger;Ljava/lang/String;Z)Lcom/google/gwt/dev/cfg/ModuleDef;
I am running in a Surface Pro 3 with Windows 8.1 x64
I have installed Eclipse Luna under c:\Program Files
I have installed Apache Ant 1.9.4 and Java JDK SE 1.8.0_25-b18 64 bits version (I have tried with 32 bit version too, and with jdk 1.7)
I have configuered the PATH, ANT_HOME and JAVA_HOME variables to point to the correct installed directories.
I have used the "install new software" option in eclipse to install the gwt plugins.
I have installed following packages from https://dl.google.com/eclipse/plugin/4.4:
Google Plugin for Eclipse
GWT Designer for GPE
SDKS (GWT SDK 2.6.0 and Google App Engine Java SDK 1.9.17)
Do you have any idea of what's going on?
Thank you for your help.

Building Hadoop(1.2.1) Eclipse(Kepler 4.3.1) Plugin

I tried building an eclipse plugin for Hadoop for my Eclipse Kepler V 4.3.1
In the web I see a lot of information for JUNO and some prior versions but tried copying those jars into my eclipse->plugin directory brought me no luck. hence tried building my own eclipse plugin but even that is not working for me. Has anyone here has a Hadoop plugin working for Kepler?
Below are my other config details :
Mac OSX
java version "1.6.0_65"
I managed to sucessfully build it using this guide
with some slight modifications, i am however using Eclipse 4.3.2 on Arch and java 7.
Either way here is my plugin if it helps.