0 Replies Latest reply on Apr 19, 2005 4:19 AM by ifrit

    Intercept external JAR calls

    ifrit

      I want to intercept calls to

      System.currentTimeMillis()
      in a external jar files i imported in eclispe and i use in my application. for testing i write a
      System.currentTimeMillis()
      in my main class and this call is intercepted but the call done in the class contained in the package are not intercepted. So i want to know if it is possible to intercept call done done outside the class i developped for my test.