Unable to make 'spring legacy project' in Eclipse - spring

I use M2 macbook air, and Eclipse Version: 2022-09 (4.25.0)
I plug in 'spring 3' at Eclipse IDE and create 'Spring Legacy Project' and its template was 'Spring MVC Project'. but "Marketplace solutions available" alert comes up again n again, even i install maven2Nature.Marketplace solutions available alert
enter image description here
I checked every plugin install correctly. try reinstall, reboot, project clean and so on.
please let me know how to do.

Related

Eclipse Marketplace: Spring Tool Suite not showing up?

I'm learning Spring Boot using a Udemy tutorial, which skips how to install Spring tools to our IDE, so I've been Googling how to do it myself.
There appears to be 2 options: (1) download the Spring Tool Suite 4, which comes with a new version of Eclipse and the Spring tools preinstalled, or, (2) add Spring Tool Suite to my existing Eclipse via searching the Marketplace.
I want to add it to my existing Eclipse Jee Oxygen IDE, as I have other langs and tools installed on it and I want to keep it all in the one place.
I've tried searching for it via the Marketplace wizard in Eclipse, but it doesn't appear.
I've also tried the "Drag & Drop" method using Eclipse.com's marketplace subdomain, and it just opens a new Marketplace wizard without any search parameters.
Does anyone know what could be wrong? Is there another way I can add the tools to my existing Eclipse?
Oxygen is the 2018 release, and is not one of the supported versions for that Marketplace entry.
2020-12 (4.18), 2020-09 (4.17), and 2020-06 (4.16) are what it lists, which is why it comes up empty when the wizard tries to load it---there's no compatible version of STS4 listed for Oxygen.
Get the current version, 2020-12, or try to update your existing install using the Update Site https://download.eclipse.org/releases/latest, then try it again.

OSGI plugin development with Domino Designer 10

Up to date I was using IBM Domino Designer V9.0.1 FP8 to develop an OSGI plugin. With this version everything was working as intended. I've created a plugin project, a feature project and an update site project. Selecting "Build all" in the update site project created all the the corresponding jar files.
Today I've installed IBM (HCL) Domino Desinger V10 FP2 (fresh install i.e. I've deinstalled V9.0.1 and deleted the old "workspace" directory in NotesData, but I kept the NotesData itself).
Now if I open my plugin projects, I can edit the plugin, save the Java classes without any errors. Up to this point everything is working as usual. But now, if I use "Build all" in the update site project I see a screen with "generating ant script" and then the build process is finished, but no jar files are generated.
Any ideas why this is happening? Am I missing some files? Am I missing some configurations?
BTW: if I use standard eclipse to build the plugin all jar files are generated.
Domino Designer is a customised version of Eclipse. 9.0.1 FP9 and lower is a very old version of Eclipse, 9.0.1 FP10+ is a much newer version, so not comparable to what was happening before. It's possible there are differences in the customisation of Eclipse that are affecting it. But every Domino OSGi plugin developer I'm aware of uses standard Eclipse.
Follow the steps for setting up your environment here https://github.com/OpenNTF/XPagesExtensionLibrary/wiki/Development-Environment. In the documentation there I've tried to document why steps are done and what they achieve, as well as just the steps themselves. The intention is to pass on understanding to a broader set of developers, for future proofing.

SonarQube Eclipse Plugin manual download

I want to download SonarQube Eclipse plugin and install on Eclipse IDE manually.(I know it can be download through MarketPlace of Eclipse IDE, but I need to do manually.) Anyone knows where it is possible? Any official site available ?
1.) Go to Help > Eclipse Marketplace... and search for "SonarQube". If you are not finding SonarQube. Follow next steps
Go to Help > Install New Software... This should display the Install dialog box. Paste the Update Site URL (http://downloads.sonarsource.com/eclipse/eclipse/) into the field Work with and press Enter. This should display the list of available plugins and components.
2.) Check the component you wish to install (see Features details).
3.) Click Next. Eclipse will then check to see if there is any issue which would prevent a successful installation.
4.) Click Finish to begin the installation process.
5.) Once the installation process is finished, Eclipse will ask if you want to restart the IDE. It is strongly recommended that you restart the IDE.
Download from Bintray => https://bintray.com/sonarsource/SonarLint-for-Eclipse/releases/_latestVersion
The link is given at Sonarlint for Eclipse Homepage
In my experience SonarLint is not equivalent to SonarQube. When not bound to SonarQube it reports many errors we don't care about. Bound to our SonarQube it reported, for example, about 10 errors compared to 303 on our SonarQube. See this comment

LibGDX Build Model error

I am trying to create a LibGDX project using Gradle. I have already "created" the project using the Gradle setup app, but when I try to import it on Eclipse, I receive the following error:
org.eclipse.osgi.internal.framework.EquinoxConfiguration$1
I prompted me to see the error log, but (I know this is embarrassing) I can't locate the error log.
So I am stuck at the very last hurdle. One thing I may have done to cause the error was not downloading the Android component (I am not interested in creating apps, only desktop applications). I have unchecked the Android app box in the Gradle setup though. The "root folder" I created my project using the setup is in
C:[Name]\Programming\Game
Inside game were all my files like gradle, .gradle, core, desktop. The import box seemed to find it ok. It's just that build error that stops me (The progress bar barely went past %5 before giving me the error)
To develop your application via Eclipse, you need to install the following pieces of software. You can find an in depth guide HERE:
Java Development Kit 7+ (JDK) (6 will not work!): http://www.oracle.com/technetwork/java/javase/downloads/index.html
Android SDK: http://developer.android.com/sdk/installing.html
Android Development Tools for Eclipse:
https://dl-ssl.google.com/android/eclipse/ (use this link as update site for eclipse)
Eclipse Integration Gradle:
http://dist.springsource.com/snapshot/TOOLS/gradle/nightly (for
Eclipse 4.4) or http://dist.springsource.com/release/TOOLS/gradle (for
Eclipse < 4.4)
Then you will need to download the project generator from here:
http://libgdx.badlogicgames.com/download.html
Last but not least, you will need to import the project as Gradle project in Eclipse.
See also:
https://github.com/libgdx/libgdx/wiki/Setting-up-your-Development-Environment-(Eclipse,-Intellij-IDEA,-NetBeans)
https://github.com/libgdx/libgdx/wiki/Project-Setup-Gradle

Need url for STS for eclipse indigo 3.7

I need to install STS (Spring Tool Suite) in my eclipse indigo , please advise me which url will work that I can enter in ad new software option , I have just tried through eclipse market place but in the meantime it thorws the error and update was not successfuly applied.
If you had the latest/greatest Eclipse (and, frankly, I encourage you to get it), you can simply drag/drop directly from the STS website into your running Eclipse:
http://www.springsource.org/sts

Resources