maven-eclipse.github.io | Eclipse SWT for Maven Users | Plugin library
kandi X-RAY | maven-eclipse.github.io Summary
kandi X-RAY | maven-eclipse.github.io Summary
Eclipse SWT for Maven Users
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of maven-eclipse.github.io
maven-eclipse.github.io Key Features
maven-eclipse.github.io Examples and Code Snippets
Community Discussions
Trending Discussions on maven-eclipse.github.io
QUESTION
In this howto https://www.eclipse.org/swt/eclipse.php there is a good guide how to build an SWT based GUI with Eclipse. Now, I want to assemble the same project with Maven. By using the pom.xml at the end, I get the following error:
...ANSWER
Answered 2017-Aug-12 at 15:39Looks like one or more of the jars in your local .m2
Maven Repository got corrupted (jar-with-dependencies
attempts to unpack all your dependencies first, in order to bundle them in the same jar).
Unfortunately, the error message doesn't say which.
You can either:
- Remove the entirety of the contents of your
.m2
repository, and rely on Maven downloading them again (the.m2
repository is found, on a Windows setup, in your current user folder; for example for me this is located atC:\Users\Andrei\.m2
) - Re-run your build with
-X
option which should offer more details on which particular jar is causing the problem. Then you can only delete that one.
Unless you have any custom install
s in your .m2
folder, I advise option 1.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install maven-eclipse.github.io
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page