STS Spring plugin on Eclipse Juno installation - eclipse

I am having problem with installation of STS plugin on my Eclipse Juno instance. I am running windows 7 64 bit with 64 bit eclipse and 64 bit java.
Eclipse is installed outside Program Files directory
Error message that I am getting:
Unable to read repository at
http://dist.springsource.com/release/TOOLS/update/e4.2/compositeContent.xml
I have tried everything listed here https://issuetracker.springsource.com/browse/STS-2890

Related

Java 16 unbound on Eclipse

I have Java JDK 16 installed on my computer and I've changed the JRE system library to JavaSE-16 in build paths of all of my Eclipse projects.
Here's the problem. I get errors saying that there are no compatible JREs installed in the workplace and some errors say that JavaSE-16 library is unbound. This happens despite installing Java 16 support from Eclipse Marketplace. Does anyone know a solution?
Eclipse IDE for Enterprise Java and Web Developers 2021-03 (4.19.0).
Java JDK 16.01.
Windows 10 Pro 64-bit.

Unable to install Scala IDE for Windows 7 32 bit machine

I have tried to find Scala IDE for Windows 7 32-bit machine from various sources but unable to find and install it.
When I launch it, the following error is shown:
I also tried to add plugins and packages but I am not able to access marketplace.
I referred to the following links but nothing works for me:
Can't we install scala IDE for windows 7 32 bit machine?
Can't access Eclipse marketplace
Can't access Eclipse marketplace
How can I install Scala IDE?
The Scala IDE bundle is only offered for 64 bit, but the plug-in seems not require a 64 bit Java JRE:
Install Java 32 bit
Install an Eclipse 32 bit package (see What Eclipse package should I use?)
In Help > Install New Software... work with http://download.scala-ide.org/sdk/lithium/e46/scala212/stable/site

PyDev miss configuration with EClipse kepler

I have installed java 8 ,Eclipse Kepler and Python34.Now i have installed Pydev through EClipse>>Help>>install new software but it is not showing in File >>New Project or Windows>> Open Perspective. I have installed Pydev many time but it's not showing and i have seen also many of stack over flow but still iy's not working.
please crosecheck that Eclipse take Java 8 version only .because pydev needs Java 8 version. Even if you installed java 8 in your system. But check that the Eclipse took Java 8 version nothing else.If not then uninstall the eclipse and again install it so that it will take system java 8 version.
After this if still issue persist, then try with Eclipse Luna. I am facing the same issues.Now it is working for me.

Error installing Spring STS with Eclipse Mars

Just installed latest 64 bit Mars j2ee Eclipse.
Went to marketplace to install Spring STS plugns.
Got the following error:

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.