Spring project choice doesn't appear after installing STS plugin in Eclipse - eclipse

I have installed the STS (Spring Tools Suite) plugin in Eclipse Luna in order to create a Spring project.
But the Spring project choice doesn't appear. How is this caused and how can I solve it?

It doesn't show cause after installing it you restarted eclipse without letting it finish installing software (When you install the plugin look at the bar at the bottom of eclipse IDE )

Follow this link and first download fresh STS and follow the steps:
Step 1: Downlaod STS-32 bits windows OS
Step 2: How to create New SPRING MVC project in STS

Related

Spring Starter Project in Eclipse -- Can not use Maven: M2E

Eclipse Luna 4.4.2 with Java JDK 1.7
I installed
Spring IDE plugin version 3.7.3
Pivotal Software Spring Tool Suite(STS 3.7.3)
plugins successfully, have no problem with switching to the Spring perspective and my File->new->projects has several spring related selections.
I have been building using maven with no problems. My maven version is 3.3.3. Checking the Help->Installation Details dialog shows eclipse m2e-workspace 0.3.1
When accessing the Eclipse Marketplace, the dialog shows Maven Integration for Eclipse(Luna and newer) 1.5 and the update button is greyed out and there is an uninstall button, so I have that installed.
When selecting Spring Starter Project, I get the creation dialog box with an error message at the top reading --
Can not import using Maven because Can not use Maven: M2E (Eclipse
Maven Tooling) is not installed
I have also lost my maven sub-menu when I right click on pom.xml. Its no longer there.
Any ideas on a solution before I start removing things/changing things and possibly making things worse? Explanations also welcome.
Thanks
When installing the Spring IDE plugin into Eclipse that already has the maven plugin installed results in a serious conflict as Spring IDE also installs maven. It may be resolvable, but I was unable to find a solution.
I did uninstall the Spring IDE, but the problem was not cleared on Eclipse restart. I deleted the corrupted eclipse installation, while keep its workspace intact.
I finally installed STS w/eclipse and pointed it at my previous workspace.
I had the same issue and I have no idea of how to fix that.
To turnaround the this problem, I downloaded the Spring Tool Suiteā„¢ by the url: http://spring.io/tools/sts/all
This Suite have all the tools to build any Spring project that you'll want.
Hope this work for you.

Is there a way to have autocompletion for Spring Boot application.properties in Eclipse?

I know that this functionnality exists in STS but I would like to know if there is any plugin or configuration to obtain this functionnality in Eclipse.
Since the STS is an Eclipse distribution with a bunch of Spring plugins, you can also install these plugins in any other Eclipse installation. To do that, just add their Update Site into your Eclipse and install the plugins. You can find the links for the Update Site at https://spring.io/tools/sts/all (update sites differ for Eclipse 4.4 and 4.5).
Additionally you can go to the Eclipse Marketplace and install all STS features from there (which will basically convert your Eclipse installation into STS).

Luna - Could not create the view: org.eclipse.wst.server.ui.ServersView

I am using Luna "eclipse-java-luna-SR2-win32-x86_64" I am not able to open the server view, it is giving error "Could not create the view: org.eclipse.wst.server.ui.ServersView".
Can anyone help me on this.
The problem is at the install, if you choosed the java development environtment, the web development tools doesn't install. You must to go to the Install New software, and search for web development tools like the pic.
Eclipse - Help - Install New Software...
Good Look!
That build of Eclipse Luna just contains code for Java developers. The view that cannot be found is part of the Web Developers component of Eclipse.
You can either install the missing components in your existing Eclipse or download a version of Eclipse which contains that view (maybe 'Eclipse IDE for Java EE Developers'). Also consider moving to Eclipse Mars which is newer.
Just in case ...
If you have upgraded your eclipse to Luna from an older version, you need to let Luna construct your new workspace, and then copy and import projects from your old workspace. Otherwise many problems, such this, would hamper the proper functioning of your workspace. For example, Maven may somehow not resolve properly. Your server view will be referencing for resources in a version of WST non-existent in the new IDE version.
When you upgrade from Luna to Mars, you will have to let Mars reconstruct your workspace again.
For Spring Tool Suite 4 Version: 4.17.2.RELEASE
Below settings work
(in STS 4) Help - Install New Software...

Can not install Spring Tool Suite under Eclipse Juno

I m trying to install Spring Tools Suite (STS) for Eclipse Juno (3.8 + 4.2) with the Eclipse MarketPlace, but when I m trying to install it, the installer said:
The following solutions are not available: Spring Tool Suite (STS) for Eclipse Juno (3.8 + 4.2) (id=org.springframework.ide.eclipse.mylyn.feature.feature.group, org.springframework.ide.eclipse.autowire.feature.feature.group, org.springframework.ide.eclipse.aop.feature.feature.group, org.springframework.ide.eclipse.ajdt.feature.feature.group, org.springframework.ide.eclipse.osgi.feature.feature.group, com.vmware.vfabric.ide.eclipse.tcserver.insight.feature.group, org.springframework.ide.eclipse.roo.feature.feature.group, org.springframework.ide.eclipse.security.feature.feature.group, org.springframework.ide.eclipse.webflow.feature.feature.group, org.springframework.ide.eclipse.batch.feature.feature.group, org.springframework.ide.eclipse.maven.feature.feature.group, org.springsource.ide.eclipse.dashboard.feature.group, org.springframework.ide.eclipse.feature.feature.group, org.springframework.ide.eclipse.integration.feature.feature.group, org.springframework.ide.eclipse.data.feature.feature.group, org.springframework.ide.eclipse.uaa.feature.feature.group, site=http://dist.springsource.com/release/TOOLS/update/e4.2/)
Any help will be appreciated!
Open eclipse
Help --> Eclipse Marketplace
Search by keyword "STS"
Click install button on "Spring Tool Suite (STS) for Eclipse Juno (3.8 + 4.2)" section
Follow the eclipse instruction
I think this will help you. Try the below link
SpringSource Tool Suite for Eclipse Juno (4.2)
I am also trying to install the Spring Tool Suite into Eclipse and I too get the same error. If I go to spring source downloads site and try download any of the releases, I also get errors. It seems their downloads site is currently down...
Regards,
PM.

Spring Eclipse Plugin update site

Can anyone point me to spring-eclipse plug-in update location so I can use spring from my Eclipse IDE?
None of the ones I found online are working!
Spring works fine without any special eclipse plugins. Spring have there own version of eclipse called STS (SpringSource Tool Suite) and you could use that. The installation instructions (pdf) for STS include instructions for installing the STS components into an existing Eclipse 3.5 installation.