Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » a .jar in pom.xml cannot be imported automatically(maven .jar import)
icon9.gif  a .jar in pom.xml cannot be imported automatically [message #1690454] Fri, 27 March 2015 11:36 Go to next message
Chen Jianglong is currently offline Chen JianglongFriend
Messages: 1
Registered: March 2015
Junior Member
i use "Version: Luna Service Release 1 (4.4.1)" and build a maven project like below:
index.php/fa/21357/0/
In pom.xml, a .jar is imported like this:
<dependency>
<groupId>com.**.ad.algo.normalize</groupId>
<artifactId>algo_normalize_jni</artifactId>
<version>2.0.19_1</version>
</dependency>
i can see this jar in Maven Dependecies
index.php/fa/21358/0/

But, when i import this .jar in my .java file, some errors happend:
index.php/fa/21359/0/
ws.Nmjni is just in this .jar。
Then, I download this jar from maven repository and add it manually:
index.php/fa/21360/0/
(for privacy, i scrawl )
at this time, it is ok to import ws.Nmjni.
why cannot this .jar cannot be imported automatically, i must import it manually?! who can help me.
Re: a .jar in pom.xml cannot be imported automatically [message #1690493 is a reply to message #1690454] Fri, 27 March 2015 15:44 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
You might want to ask on the m2Eclipse users mailing list: https://www.eclipse.org/m2e/m2e-community.html
The m2e team uses that as the primary way to interact with the community.
Previous Topic:ERROR, PLEASE HELP ME.
Next Topic:Cannot clean workspace in headless mode
Goto Forum:
  


Current Time: Fri Apr 19 08:10:43 GMT 2024

Powered by FUDForum. Page generated in 0.03068 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top