Tobia
Tobia

Reputation: 9506

Jboss EAR deployment

I have a trouble deploying an ear in jboss under eclipse. I got a lot of NoClassDefFoundError (for example of Spring framework) that it will be solved by adding spring libraries to classpath. However all these class are saved under APP-INF/lib path of the EAR, why this is not working?

Thank you.

Upvotes: 0

Views: 465

Answers (1)

Aki
Aki

Reputation: 36

keep your ear in D:\jboss5.1.0-GA-3\server\default\deploy path thats enough pls try once Regards Nalika Paul

Upvotes: 1

Related Questions