Missing jar?

2014-07-27 Thread Patricia Shanahan
Several programs in qa_refactor import classes from au.net.zeus.collection. For example, com/sun/jini/start/AggregatePolicyProvider.java contains: import au.net.zeus.collection.RC; import au.net.zeus.collection.Ref; import au.net.zeus.collection.Referrer; Does this represent a jar I need to

Re: Missing jar?

2014-07-27 Thread Peter Firmstone
Hi Patricia, It's in the main build directory under rc-libs, it's also available on sourceforge, a project called custard apple. In case you're wondering, it's a library that wraps the ability to cache using timed, weak or soft references with any java collection implementation. Peter.

Re: Missing jar?

2014-07-27 Thread Patricia Shanahan
Thanks. That fixed it. Patricia On 7/27/2014 4:00 PM, Peter Firmstone wrote: Hi Patricia, It's in the main build directory under rc-libs, it's also available on sourceforge, a project called custard apple. In case you're wondering, it's a library that wraps the ability to cache using timed,