cancel
Showing results for 
Search instead for 
Did you mean: 

ClassNotFound Exception

Former Member
0 Kudos

I have a jar file that needs to be used by a couple of EJB applications. Where can I put the jar file so that both applications will have access to it? Is there possibly a "global lib" area that is available for this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

There is possibility of using the jar files externally. You can refer the jar file as external ones from the properties window --> java build path --> libraries --> add external jar's. I hope this will work.