3 Replies Latest reply on Mar 7, 2006 4:35 PM by eyassud

    ServiceMBeanSupport.class not found

      I am trying to use the TreeCache class, and when I build, the compiler complains "file org\jboss\system\ServiceMBeanSupport.class not found" for the following line of code:

      TreeCache _cache = new TreeCache();

      I am not sure what version of the JBOssCache I am using because this is a thridy party application. I am using JDK 1.4.2_07.

      Any ideas would be appreciated.