Replies: 3 comments 18 replies
-
Can you please make sure that your Eclipse installation uses Java-17, which is required for M2E. |
Beta Was this translation helpful? Give feedback.
9 replies
-
Here is what I got from the configuration tab from the Eclipse IDE Installation Details". It's big. |
Beta Was this translation helpful? Give feedback.
1 reply
-
One can got to the Console View, then open "OSGi Host Console" then enter "list" and copy the text from there to see if anything is missing, but starting can also mean that the bundles is not yet activated. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I decided to reinstall Eclipse because I was having trouble creating Maven archetypes while creating a Maven project.
I went to https://www.eclipse.org/downloads/
I clicked on "Download x86-64".
I downloaded the image.
I double-clicked "eclipse-inst-jre-mac64.dmg".
I dragged and dropped "Eclipse Installer" into Applications.
I went to Applications and double-clicked "Eclipse."
I launched into my workspace.
When I selected File->New->Maven Project, nothing happened.
When I selected File->New->Other ..., I got the dialog box.
When I selected Maven Project, I saw a blank "New Maven Project" dialog box.
(In previous installation tries, I would get an error message: "Cannot invoke "org.eclipse.m2e.core.ui.internal.archetype.ArchetypePlugin.getActiveArchetypeCatalogs()" because "archetypeManager" is null")
When I click "Next >," nothing happens.
I can create a standard Java project that uses Ant.
I am running on an Intel MacBook air with macOS Monterey 12.6.
Beta Was this translation helpful? Give feedback.
All reactions