Install the latest Lombok on the latest Eclipse on macbook pro mojave - eclipse

I am trying to install the latest Lombok -1.18.10.jar on Eclipse Version: 2019-09 R (4.13.0)
Build id: 20190917-1200 on macbook pro Mojave10.14.6.
After invoking Java -jar lombok.jar command on terminal, since it did not identified any eclipse IDE on my system, I get to choose the install location of my Eclipse. From configuration dialog page of Eclipse, I noted my Eclipse launcher is at /Users/pnutalap/Desktop/Eclipse.app/Contents/MacOS/eclipse . But when I select that location for Lombok, I get a message saying that "I can't find any IDE that Lombok supports at location /Users/pnutalap/Desktop/Eclipse.app/Contents/MacOS/eclipse.
Does any incompatibility between Lombok and latest eclipse ?
Any suggestions ??

I got this to work by locating the eclipse.ini file. Using the above installation path, that would be /Users/pnutalap/Desktop/Eclipse.app/Contents/Eclipse/eclipse.ini

Related

Eclipse Target is not a JDK root. Java executable was not found

I am trying to add jdk 1.8 to eclipse Windows -> preferences -> installed JRE. I get the following error msg:
Eclipse Target is not a JDK root. Java executable was not found
How to fix this issue?
I solved it by using jdk from C:/programms/java.

I'm trying install maven in eclipse. But I cannot make maven-archetype

Specs :
Windows 10
JDK: 1.6
Maven version: 3.2.1
Eclipse: Kepler
I confirmed mvn -version and java -version at CMD.
And in eclipse I clicked Window>preferences>maven>User Setting and Installation for set the settings.xml.
I can't search how to fix maven web creation denied. I put two photos about my circumstance.

while installing TestNg in Eclipse juno , i am getting error

while installing TestNg in Eclipse juno , i am getting error
error message
Missing requirement: TestNG Eclipse Support 7.2.0.202005051752 (org.testng.eclipse 7.2.0.202005051752) requires 'bundle org.eclipse.jdt.launching 3.10.0' but it could not be found
Cannot satisfy dependency:
From: TestNG 7.2.0.202005051752 (org.testng.eclipse.feature.group 7.2.0.202005051752)
To: org.testng.eclipse [7.2.0.202005051752]
The missing requirement message is saying that at least version 3.10.0 of the org.eclipse.jdt.launching plug-in is required to install that build of testng.
Eclipse Juno only had version 3.6.100 or 3.6.101 of that plug-in so it is not possible to install this in Juno. Eclipse Juno is now 8 years and 13 releases old.
If you want to run the current testng release you need to be running the current Eclipse (2020-03, soon to be 2020-06).

Maven SCM Handler installation in eclipse (Helios)

I'm having problem installing Maven SCM Handler in eclipse, I am not able to figure out what else "plugins" i need to install.
OS: OS X Yosemite ( version : 10:10:4 )
Eclipse : Eclipse Java EE IDE for Web Developers.
Version: Helios Service Release 2
Build id: 20110218-0911
Installed Plugins:
Error:
Error Details:
Cannot complete the install because one or more required items could not be found.
Software being installed: Maven SCM handler for Subclipse 0.13.0.201312191101 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201312191101)
Missing requirement: Maven SCM handler for Subclipse 0.13.0.201312191101 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201312191101) requires 'org.eclipse.m2e.feature.feature.group 0.0.0' but it could not be found
ERROR 2
Tried:
So far i have tried these links to get the plugin installed but no luck :/
1. m2e Subclipse Connector error - 'bundle org.tigris.subversion.subclipse.core [1.6.0,1.9.0)
2. https://github.com/markphip/m2eclipse-subclipse
3. I also tried with Eclipse Kepler
Installed Eclipse Kepler Service Release 2 and added below mentioned plugins

Why do I get an OutOfMemory error when Installing M2E in Eclipse Juno?

I am running Eclipse Juno version for JavaEE developers. I am trying
"About Eclipse" gives me the following
Eclipse Java EE IDE for Web Developers.
Version: Juno Service Release 1
Build id: 20120920-0800
M2E is not installed in this version by default, but it is available in the standard update sites.
I tried to install M2E in it by going to Help --> Install New Software, and then selecting "Juno - http://download.eclipse.org/releases/juno", and searching for m2e.
It shows up there as "m2e - Maven Integration for Eclipse 1.2.0.20120903-1050"
I selected it and went on to install it (accepting the license agreement etc.)
As it downloads/installs, I get the following error
An internal error occurred during: "Installing Software".
java.lang.OutOfMemoryError
Any idea why this might be happening?
This is a default Eclipse Juno install, downloaded fresh off the net. The only thing I have done in it is install the Subversive SVN plugin.
I have tried installing from the Marketplace, and also directly form the M2E update site. Same problem.
Just try to reas in config.ini of your eclipse the allocated memory size:
For 512MB RAM: -Xms256m -Xmx256m -XX:PermSize=64m -XX:MaxPermSize=64m
For 1024MB Ram: -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m
You can also avoid this memory problem by trying to install http://eclipse.org/mpc/ after that
making the installation from there