How to get eclipse to use jars installed on application server

158 views Asked by At

Hi I use eclipse and geronimo application server 2.1

I have installed some Jars that were held in the lib folder of the EAR to the server and deleted them from the EAR. But eclipse will not recognise that they exist. I have added the dependancies as described here: https://cwiki.apache.org/GMOxDOC22/adding-jars-to-the-geronimo-repository.html

I think its may have something to do with the jars not appearing under the server runtime environment in the java build path.

Could anyone please help me get eclipse to recognise those jars on the server?

1

There are 1 answers

0
Mark W On

Looking back at this question with more knowledge, I would add these manually to the build path in eclipse.