Spring, Neo4j, Java - scala-maven-plugin:3.1.0 error - java

When I try import neo4j maven project for example (https://github.com/neo4j/neo4j/tree/2.0.1/community/cypher/cypher-docs), I get this error (https://www.dropbox.com/s/y7f89xzbzz4qm43/scala.png). Is any chance how to fix? Thx.

Install m2e-scala. M2E is what is giving this error, and there is a special eclipse plugin for scala using m2e.
Use this update site to install it as an eclipse plugin.

Related

You are currently using tooling API version 2.2.1. You should upgrade your tooling API client to version 3.0 or later

I have created gradle project from here and while importing Gradle(STS) from eclipse I am getting error and image of error log is
So, I am not able to import my project. any suggestion?
I know its quite a late response. But, It might help others.
Download Gradle Zip from Gradle website
Open your eclipse Preferences
Select Gradle STS -> choose your gradle directory
This solved mine.
Apologies for unable to reproduce this issue in my Eclipse or STS IDE. But, I have faced this issue in my IntelliJ IDE. The updated version of the IDE resolved this issue.
https://www.jetbrains.com/idea/download/#section=windows

Eclipse RCP: Required plugin could not be found

I am new to Eclipse RCP and plugin development so please don't be cruel.
I am using Maven and I have a remote repository. Yesterday Eclipse was fine but today it got messed up and I imported all the projects again so I reconfigured all but I can't get out of this problem. We use e(fx)clipse 2.5 but I installed the 3.0 version of it because I didn't find the link to install it via Eclipse.
Could you please tell me how I add a dependency? There is something that I am missing there?
Thank you
Adding the location http://download.eclipse.org/releases/oxygen/ to your target platform should fix the errors.

Golang plugin on Intellij

I want to use Intellij 13.1.6 as my go app IDE, but there are some problem I can't sovle yet.
The default version of go support plugin installed on Intellij is 0.9.15, but in this version, there are some bugs so that I can build project successfully.
So I try to build the go-plugin jar by myself follow this article:
https://content.pivotal.io/blog/setting-up-the-google-go-plugin-with-intellij-idea-13-on-os-x-10-8-5
But when I click Prepare Plugin Module 'google-go-language' For Deployment, it shows errors cause some method can't be found. As the following figure
I think the problem is the version of my Intellij lack of some lib so that I can't build go-plugin jar successfully. How do I fix this?
Appreciate any replies.
Intellij Version: 13.1.6
JDK Version: 1.7
Go-plugin on GitHub: the latest commit on master branch (0261ffa)
The latest version of the Go plugin code requires IntelliJ IDEA 14.

An internal error occurred during: "Creating maven-archetype-webapp"

I am new to maven, and when I new--->create a new maven project with maven-archetype-webapp, it failed! Can somebody help? I tried several times, and it also failed. And if I create a project that is archetype-quick-start , no error will occurs.
ps: I have java 8 and tomcat 7 installed.
Please help!
I think there is problem with your maven tool. Try to uninstall it from eclipse and download other version from eclipse marketplace. It will work.
Uninstall maven from eclipse and download-install again from eclipse marketplace with same version of maven for your eclipse.

Error importing project with Eclipse: JavaCC

I am getting this error everytime I want to import some maven projects in Eclipse:
I already installed JavaCC plugin and CheckStyle for Eclipse, yet I can't pass this because if I finish by resolving later, many projects won't show or do not detect source folders.
Any Ideas?
You can try installing the m2e javacc connector from https://github.com/objectledge/maven-extensions.
The connector is described at http://objectledge.org/confluence/display/TOOLS/javacc-maven-plugin+connector
The stable p2 update site is at : http://objectledge.github.com/maven-extensions/connectors/updates/milestones
Could not install that plugin in Eclipse Neon ...
while the javacc-maven-plugin also provides the dependencies.

Categories