tags:

views:

7

answers:

0

I have a jar file (Jar1) with some classes in it. There is also a lib folder in Jar1 which has another jar(base.jar)

--Jar 1 --classes --lib -- base.jar with classes within it.

I have Jar1 in the server deploy folder in jboss. When I try to access any class in base.jar, I get a Class Not Found. This is with jboss 5. Any ideas on how to fix this?

Thanks.