This content has been marked as final.
Show 2 replies
-
1. Re: java.lang.NoClassDefFoundError: org/jgroups/MembershipLi
manik Apr 29, 2008 6:35 AM (in response to hpunix)Do you have JGroups and all other dependent jars available in your classpath? You'd typically put these in your JBOSS_HOME/server/<server_name>/lib directory.
-
2. Re: java.lang.NoClassDefFoundError: org/jgroups/MembershipLi
hpunix Apr 29, 2008 8:50 AM (in response to hpunix)Thank you, it works.