Spring Tools Suite 4 download fails with Eclipse Photon - eclipse

I'm using Eclipse Photon and Windows 10 and trying to download the STS version 4 from the marketplace (or by drag and drop) the installation constantly stalls at 49 percent and I get this error:
Any tips or help appreciated!

This looks like a typical network or repository caching issue. I would recommend to go to the Preferences -> Install/Update -> Available Updtae Sites, select the one that is used and press reload. That refreshes the internal repository caches. Then try again the install. You could also delete all those STS-related update sites from that preference and try again the marketplace entry. That should solve the issue.
Reference: Eclipse Marketplace

Related

Eclipse. Installing STS4 causes Eclipse update error on Wild Web Developer XML Tools

I did a clean install of Eclipse. After installing the Spring Tools Suite 4 I get an error when checking for Eclipse updates. Any suggestions?
Deleted ~/{.eclipse,.p2,.sts4,eclipse,eclipse-workspace}
Installed Eclipse Temurin OpenJDK - jdk-17.0.4.1+1 Windows x64
Installed Eclipse 2022-06 Windows x86_64
Help > Check for Updates
No updates found
Help > Eclipse Marketplace
Installed tab is empty
Installed "Spring Tools 4 (aka Spring Tool Suite 4) 4.15.3.RELEASE
Confirmed default selected features
Restart
Help > Check for Updates
Cannot complete the install because one or more required items could not be found.
Wild Web Developer XML tools 0.14.0.202206022022
I can reproduce this and I am still a bit puzzled about why this happens, but you can solve this by adding an additional update site to your Preferences -> Install/Update -> Available Update Sites:
https://download.eclipse.org/wildwebdeveloper/releases/0.13.6/
Once that update site is around, the Check for Updates can complete.

Dynamic web project missing in STS

I am facing one issue with Spring tool suite 4, I don't see "Dynamic web project" option. I want to create one dynamic web project but I do not find this option in my Spring tool suite. How to install those external tool in Spring tool suite, however I got few link i.e http://download.eclipse.org/releases/mars for eclipse, should I use this link for Spring tool suite as well?
Solve this issue in Spring Tool Suite 4
Tested with 4.15.1 RELEASE
Go to Help -> Install New Software..
Enter eclipse software repo link (https://download.eclipse.org/releases/latest) in Work with input box.
You will get the list of available software. Filter the list by searching for Java EE related software. Search something like "java ee" to make things easier.
Choose Eclipse Java EE Developer Tools from the filtered list and proceed further with installation.
You may need to restart the STS IDE to install the update properly.
To solve this on STS 4.x.x
Go to Install New Software.
Select the main Eclipse update site for 2019-03 ( if not added, you must click o add button and paste this URL: http://download.eclipse.org/releases/2019-03 on both fields)
search for m2e-wtp There are four extensions showing up and you should install the ones you prefer.
Restart your IDE
see https://github.com/spring-projects/sts4/issues/96#issuecomment-484522744 on martinlippert comment
https://github.com/spring-projects/sts4/issues/96#issuecomment-484522744
Short version: fixed in Spring Tools 4.2.2 (coming in late May 2019), workaround is to install the m2e-wtp features from the main Eclipse update repo into an existing Spring Tools 4 for Eclipse install.
If you dont see dynamic web project in File->New and also in other
Then go to help -> install new software
copy paste this http://download.eclipse.org/releases/mars/ and click enter
if it is the first time then it take lot of time to download depends upon the internet
Once it get started downloading a pop will appear as trust click on that
After downloading make sure to restart STS and check whether dynamic web project is showing or not
check in file->new or else check in Others

How to implement remote system in Eclipse like Zend Studio? [duplicate]

I want to cross compile in Eclipse Luna (Windows -> Linux), but when I want to add a connection in the Remote System view the
list is empty
I've installed the newest RSE in Eclipse. Maybe I've missed an important point which I don't know still, and that's why it is empty.
Any suggestions? Thank you!
I had the same issue.
You've probably only installed the:
Remote System Explorer User Actions
Go to Eclipse -> Help -> Install New Software
Choose the filter as Photon (http://download.eclipse.org/releases/photon) or any other version you're using
General Purpose Tools
Install the Remote System Explorer End-User Runtime.
tl;dr
You must install both:
- Remote System Explorer User Actions
- Remote System Explorer End-User Runtime
Please follow the below steps
Click Help --> AboutEclipse.
Click Installation Details.
Select all RSE related plugin.
Click uninstall.
Again Click Help --> Install new software
Select "Oxygen - http://download.eclipse.org/releases/oxygen" or your eclipse version url. (Please select this thrusted URL) This is the reason for your issue.
Type Remote in the filters.
Select your plugin (RSE) and install freshly.
and your issue will be resolved.

Installed Software/Plugins On Eclipse Has Stopped Working

I have Eclipse IDE for Java Developers (Indigo) and have been using it for several months.
I had many installed plugins including a SVN one and e-git.
Then one day, they just all stopped working. For example, I used to be able to commit from the Explorer (using the SVN plugin), but that option has disappeared as if it is not installed.
I have checked the installed software list and they are all present.
Is there a setting somewhere that I may have miss?
Thanks in adavnced!
Please check the error log in workspace/.metadata/.log to see if there is any warnings or errors.
Also, have you tried other perspectives, like plug-in development, or SVN.
Open eclipse
Go to Window -> Show view -> Other -> SVN
Choose new workspace and check out the project that you did

Can't install EGit in Eclipse

I'm trying to get the EGit plugin and I'm about to pull my hair out. Okay, this is what's happening -- I go to the Install New Software page and I've added the EGit repo, but the window below doesn't show anything; it just says "pending". After a while I get an error saying it timed out.
I've tried unchecking everything one at a time on the "Available Software Sites" page but that doesn't work.
I've tried unchecking the "contact all update sites during install.." box but that doesn't work.
I've tried downloading it on the marketplace but when I try and open it I get the same issue, it just times out.
The internal web browser is working. I'm not working behind a proxy. I need some help. PLEASE!
In the Indigo Release there is the "Eclipse EGit", "Eclipse Mylyn to GitHub connector" and "JGit" in Indigo R2 release site. Do you get to that point or are you trying to load a site other than Indigo Release? The next step is to Calculate Requirements and Dependencies. If you downloaded something it is probably the GitHub plugin/Feature distrib. You should be able to copy those packages into the respective folder and restart Eclipse.
Your best bet is to install from the Eclipse release site and then go to Menu -> Window -> Open Perspective -> Other and you should see a GitHub Repository Explorer perspective.
Otherwise show us what site your trying to load from or explain the problem better.