Can you post the error messages you are getting?

Generally, you need to add your jar to the list of dependency in the pom.xml of the project. After which, it will say that it can't download the artifact anywhere, and provide you with details of how to deploy the artifact to your local repo.

beppe82 wrote:
In fact, the problem is that I tried different things but they didn't work. I
think it's just a syntax problem but I don't mind what's wrong. Moreover,
where should I to put the jar? Thanks
P.S.: The jar name is "tassonomia", and it contains a directory called
"tassonomia" which contains the .class
Thanks


Adrian Co wrote:
Hi,

Did you add the dependency to the pom.xml?

beppe82 wrote:
Hi, I need a SE to use a non-servicemix project. I use Eclipse, and I
added
the dependency into the build path using the project reference, so I can
write the code without errors, but when I compile using "mvn install" it
tells me it can't find the package... how can I solve this problem?
Thanks



Reply via email to