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

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.

Related

New TestNG installation

My Eclipse version is Version: 2022-09 (4.25.0). While I tried to install TestNG, it shows following error,
Cannot complete the install because some dependencies are not satisfiable
Software being installed: a.jre.javase 14.0.0
Software currently installed: M2E - POM Editor using LemMinX language server (includes Incubating components) 2.0.0.20220729-1256 (org.eclipse.m2e.lemminx.feature.feature.group 2.0.0.20220729-1256)
Cannot satisfy dependency:
From: M2E Maven POM File Editor using Wild Web Developer, Lemminx and Maven LS extension (requires Incubating components) 2.0.0.20220729-1256 (org.eclipse.m2e.editor.lemminx 2.0.0.20220729-1256)
To: osgi.ee; (&(osgi.ee=JavaSE)(version=17))
Cannot satisfy dependency:
From: M2E - POM Editor using LemMinX language server (includes Incubating components) 2.0.0.20220729-1256 (org.eclipse.m2e.lemminx.feature.feature.group 2.0.0.20220729-1256)
To: org.eclipse.equinox.p2.iu; org.eclipse.m2e.editor.lemminx [2.0.0.20220729-1256,2.0.0.20220729-1256].
How to solve this one.
According to the message, running Eclipse with Java 14 installed on your system (so it cannot be upgraded by Eclipse) prevents a complete upgrade to Eclipse 2022-09 because parts of Eclipse 2022-09 (or to be more specific, the Maven support) require Java 17 or higher.
As solution, run Eclipse with Java 17 or higher or even better, install Java 17 as part of Eclipse (so it will also be upgraded by Eclipse in the future):
Help > Install New Software...
Work with: https://download.eclipse.org/justj/jres/17/updates/release
Select and install JustJ Adoptium OpenJDK Hotspot JRE Complete
Note: The Java version with which Eclipse is run is independent of the Java versions you use in your projects (configure the JDKs you want to use in your projects in the preferences Java > Installed JREs).

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

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

Ubuntu Eclipse Jboss Tools

I am trying to install jboss tools in eclipse mars in order to create a WildFly server under Ubuntu. Unfortunately, after installing from the market, the adapter list still does not contain jboss entries.
I have modified my eclipse.ini to add -vm /usr/lib/jvm/java-8-oracle/bin/java but problem persits.
Here is the output of my javac -version :
~/$ javac -version
javac 1.8.0_74

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