<raghu.changlaveedu@bt.com>
> I got this error when using JDK 1.3.1_09
> version.
>
> java.lang.IllegalAccessError: try to access method
> java.util.Calendar.getTimeInMillis()J from class
> org.apache.commons.net.ftp.parser.NTFTPEntryParser
"Edelson, Justin" <Justin.Edelson@mtvi.com>:
>However, net 1.2 won't compile against anything prior to 1.4 (I'm
>working with 1.3.1) because
>org.apache.commons.net.ftp.parser.NTFTPEntryParser tries to call
>Calendar.getTimeInMillis() on line 132, which prior to 1.4 was a
>protected method.