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.
Related
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
I have installed Eclipse Neon Milestone 4, Java 8, and Apache Maven 3.3.3 on my windows system. I am trying to install plugin :: M2E - Maven Integration for Eclipse 1.6.2 in eclipse. I am getting error -
Cannot complete the request. See the error log for details.
"m2e - Maven Integration for Eclipse (includes Incubating components)" will be ignored because a newer version is already installed.
But When I look in "Installation detail" I can't see Maven plugin there. Also no Maven menu option is coming when I am right clicking the project.
Please help to proceed.
I just ran into this problem too. I'm using the same version of Eclipse, etc. It turns out that the "fix" was kind of subtle. When you go an install new software under the help option using "http://download.eclipse.org/technology/m2e/releases", then you select the maven option. On the next screen they say here's what your downloading...
I had to select the two items by highlighting them then press next and agree to the licenses for m2eclipse to install correctly. The first time when it didn't work I thought, okay great that's what I need, and then nothing happened. Hopefully that helps, I realize you're getting this answer about 10 months after you asked for help.
I'm trying to open a project created with Apache Maven in NetBeans, with no success. I followed the directions given by this link: http://wiki.netbeans.org/MavenBestPractices but the Open Project dialog does not recognizes the project in the folder. When I point to the folder that contains the pom.xml file, it shows as if the folder is empty, except for the sub-folders. Apparently Apache Maven is disabled, but I can't find how to enable it.
Could someone point what is the mistake that I'm doing?
please make sure the maven modules are actually installed in your distribution. (Tools/Plugins I believe). And the latest NetBeans version is 7.4, 7.0.1 is fairly old already.
I installed the NetBeans 7.4 from here: http://www.oracle.com/technetwork/java/javase/downloads/jdk-7-netbeans-download-432126.html and it worked! Probably the build from Ubuntu repositories has issues. Thanks for the suggestions!
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.
I downloaded eclim, and according to the installation guide
it requires Eclipse Helios 3.6.x.
So, I went and installed that version of Eclispe manually because it is not at Ubuntu's repositories.
What happened next was that, when I tried installing eclim, it said that it cannot recognize the eclipse version that I have.
Do you have any suggestions of how to resolve this issue?
The Eclipse that you install manually is not usually on the path that Eclipse is installed to when using the software center. I had this problem too while trying to install eclim.
There are two ways to fix it.
You can specify where the new Eclipse is installed to from your manual installation. For example, I manually installed Helios to $HOME/eclipse. When the installer gets to the point where it asks for eclipse's path, I specified it as /home/username/eclipse, replacing username with my name of course. That should find the helios installation, and not the installation in /usr/lib/eclipse.
The second way to do it is to manually make and install eclim from the repositories. The guide for this is here, http://eclim.org/guides/development.html#development-build. That will work you through building eclim from the development build, which may be better anyway as there may be new features not in the release version. Be sure to specify the eclipse home files in the Ant command, like so, ant -Declipse.home=/where/you/installed/eclipseto
Hope this helped, and merry days using eclim. It's really great.