3 Replies Latest reply on May 14, 2004 11:48 PM by ben.wang

    LRUAlgorithm not compatible with JDK 1.3

    farnulfo

      Hi,

      We've tried to set up JBossCache with JDK 1.3 as is said to be working (Requirements section in readme.txt) but the LRUAlgorithm java class contains the call to Calendar.getInstance().getTimeInMillis() that it's a protected method in JDK 1.3. This method has been made public only in JDK 1.4.